[
https://issues.apache.org/jira/browse/AIRFLOW-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Riccomini resolved AIRFLOW-1437.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
> 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
> Fix For: 1.9.0
>
>
> {{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)