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 2019/05/02 08:49: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:
-----------------------------------
    Priority: Major  (was: Minor)

> 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.2
>            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
(v7.6.3#76005)