shaneikennedy opened a new issue, #11911:
URL: https://github.com/apache/airflow/issues/11911

   **Description**
   
   BigQuery supports multiple [create table 
statements](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language#create_table_statement),
 one of which is create or replace. 
   
   **Use case / motivation**
   
   This would be really nice for batch processing because I can write a DAG 
that is: `create-table >> insert-data` and the operation is idempotent. Right 
now, the BiqQueryCreateEmptyTable operator fails if the table already exists, 
which means my dag needs some logic to see if I should actually run this 
operator.
   
   
   **Related Issues**
   
   Not that I could find
   


-- 
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]

Reply via email to