You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/07/21 20:07:00 UTC

[jira] [Commented] (AIRFLOW-1437) BigQueryTableDeleteOperator should define deletion_dataset_table as a template field

    [ https://issues.apache.org/jira/browse/AIRFLOW-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16096777#comment-16096777 ] 

ASF subversion and git services commented on AIRFLOW-1437:
----------------------------------------------------------

Commit b87903d12e6bb71dee6bf65dc1ad07fb46a223cf in incubator-airflow's branch refs/heads/master from [~yu_ishikawa]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=b87903d ]

[AIRFLOW-1437] Modify BigQueryTableDeleteOperator

BigQueryTableDeleteOperator should define deletion_dataset_table
as a template field.

Closes #2459 from yu-iskw/bq-delete


> BigQueryTableDeleteOperator should define deletion_dataset_table as a template field
> ------------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-1437
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1437
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: contrib, operators
>            Reporter: Yu Ishikawa
>
> {{BigQueryTableDeleteOperator}} should define deletion_dataset_table as a template field, because we would like to delete a date partition table, such as {{bq_table_20170101}}.
> h3. Example
> {noformat}
> t1 = BigQueryTableDeleteOperator(
>     dag=dag,
>     task_id="delete_table",
>     deletion_dataset_table='test-project-id:test_dataset.test_table_{{ ds_nodash }}',
> )
> {noformat}



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