[
https://issues.apache.org/jira/browse/AIRFLOW-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Ishikawa updated AIRFLOW-1437:
---------------------------------
Description:
{{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}
was:{{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}}.
> 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)