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

[jira] [Assigned] (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:all-tabpanel ]

Chris Riccomini reassigned AIRFLOW-1437:
----------------------------------------

    Assignee: Yu Ishikawa

> 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
>            Assignee: 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)