You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (Jira)" <ji...@apache.org> on 2019/11/18 09:21:00 UTC

[jira] [Resolved] (AIRFLOW-5345) Extract SqlSensor's get_hook functionality to an auxiliary function

     [ https://issues.apache.org/jira/browse/AIRFLOW-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor resolved AIRFLOW-5345.
----------------------------------------
    Fix Version/s: 1.10.7
       Resolution: Fixed

> 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
>             Fix For: 1.10.7
>
>
> 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.4#803005)