You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Konrad Riedel (Jira)" <ji...@apache.org> on 2020/01/20 09:44:00 UTC

[jira] [Updated] (AIRFLOW-4151) property "replace" in GenericTransfer.insert_rows is not accessible

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

Konrad Riedel updated AIRFLOW-4151:
-----------------------------------
    Affects Version/s:     (was: 1.10.5)
                           (was: 1.10.4)
                           (was: 1.10.3)
                           (was: 1.10.2)
                       1.10.6
                       1.10.7

> property "replace" in GenericTransfer.insert_rows is not accessible
> -------------------------------------------------------------------
>
>                 Key: AIRFLOW-4151
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4151
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: operators
>    Affects Versions: 1.10.6, 1.10.7
>            Reporter: Konrad Riedel
>            Priority: Major
>
> want to set replace=True during insert, but existing param "replace" cannot be set.
> Suggest something like:
> generic_transfer.py:
> destination_hook.insert_rows({color:#660099}table{color}={color:#94558d}self{color}.destination_table, {color:#660099}rows{color}=results, {color:#660099}replace{color}={color:#000080}self.replace{color})



--
This message was sent by Atlassian Jira
(v8.3.4#803005)