You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Yu Ishikawa (JIRA)" <ji...@apache.org> on 2017/07/08 01:31:02 UTC

[jira] [Created] (AIRFLOW-1389) BigQueryOperator should support `createDisposition`

Yu Ishikawa created AIRFLOW-1389:
------------------------------------

             Summary: BigQueryOperator should support `createDisposition`
                 Key: AIRFLOW-1389
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1389
             Project: Apache Airflow
          Issue Type: Improvement
          Components: contrib, operators
            Reporter: Yu Ishikawa


h2. Overview

Whe we want to insert data selected by a query on bigquery to another table which doesn't exist yet, we have to set `createDisposition` in the API.

https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)