You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Aizhamal Nurmamat kyzy (JIRA)" <ji...@apache.org> on 2019/05/17 20:03:02 UTC

[jira] [Updated] (AIRFLOW-2638) dbapi_hook: insert_rows: support replace into

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

Aizhamal Nurmamat kyzy updated AIRFLOW-2638:
--------------------------------------------
    Component/s:     (was: db)
                 database

> dbapi_hook: insert_rows: support replace into
> ---------------------------------------------
>
>                 Key: AIRFLOW-2638
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2638
>             Project: Apache Airflow
>          Issue Type: New Feature
>          Components: database
>            Reporter: Florian Klink
>            Priority: Minor
>             Fix For: 1.10.0
>
>
> Sometimes, you want to use dbapi_hook's insert_rows method, but with "REPLACE INTO", as some values might already exist (while iterating over the same data). This PR adds a `replace` optional parameter, that changes the query to "REPLACE INTO" instead of "INSERT INTO".



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