Guy created AIRFLOW-5345:
----------------------------
Summary: Extract SqlSensor's get_hook functionality to an
auxiliary function
Key: AIRFLOW-5345
URL: https://issues.apache.org/jira/browse/AIRFLOW-5345
Project: Apache Airflow
Issue Type: Improvement
Components: operators
Affects Versions: 1.10.4
Reporter: Guy
Assignee: Guy
Due to security reasons we have an alternative PostgreSQL hook that fetches
credentials dynamically.
We would still like to use the SqlSensor functionality as is as our hook is
still backed by sqlalchemy.
By extracting SqlSensor's get_hook into a method we can override the _get_hook
method without affecting the functionality of the hook.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)