[ 
https://issues.apache.org/jira/browse/AIRFLOW-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16918514#comment-16918514
 ] 

ASF GitHub Bot commented on AIRFLOW-5345:
-----------------------------------------

ashb commented on pull request #5946: [AIRFLOW-5345] Extract SqlSensor get_hook 
functionality
URL: https://github.com/apache/airflow/pull/5946
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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
>            Priority: Minor
>
> 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)

Reply via email to