Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exasol hook sql sensor #1

Open
wants to merge 3 commits into
base: v1-10-stable
Choose a base branch
from
Open

Conversation

minottic
Copy link

@minottic minottic commented May 3, 2019

exasol hook in order to connect to it. Works nicely with sensors …
To use:

  • either we set up an environment variable named:
    • AIRFLOW_CONN_EXASOL with the uri to the connection, i.e.:
      exasol://username:password@host:port
    • conn_id will be exasol, not case sensitive
  • or we use the functionality provided by airflow to store connection configurations in its internal db.

To use:
- either we set up an environment variable named:
   - AIRFLOW_CONN_EXASOL with the uri to the connection, i.e.:
   exasol://username:password@host:port
   - conn_id will be exasol, not case sensitive
- or we use the functionality provided by airflow to store connection configurations in its internal db.
@minottic minottic changed the base branch from master to v1-10-stable May 3, 2019 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant