You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Stephen Baynham (JIRA)" <ji...@apache.org> on 2018/01/31 23:43:00 UTC

[jira] [Created] (AIRFLOW-2054) Create a Parameterized GenericTransfer

Stephen Baynham created AIRFLOW-2054:
----------------------------------------

             Summary: Create a Parameterized GenericTransfer
                 Key: AIRFLOW-2054
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2054
             Project: Apache Airflow
          Issue Type: Improvement
          Components: operators
    Affects Versions: 1.9.1
            Reporter: Stephen Baynham


GenericTransfer is a good operator for moving small numbers of rows from one connection to another.  However, it does not support parameterized queries, because it is built to support any BaseHook (and only DbApiHook children support parameterized queries).  It may be preferable to create a GenericDbTransfer operator with parameterized support expressly for DbApiHooks.  Thoughts?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)