nathadfield opened a new pull request, #43785: URL: https://github.com/apache/airflow/pull/43785
When loading data into a BigQuery table, although there are options to create or truncate the destination table using `CREATE/WRITE_DISPOSITION`, it might also be desirable to recreate the table as part of the task but this is not currently possible and requires a separate task using `BigQueryDeleteTableOperator`. Adding a `force_delete` parameter that simply calls the BigQuery hook's `delete_table` function would enable this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
