You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jkukul (via GitHub)" <gi...@apache.org> on 2023/02/15 12:26:17 UTC

[GitHub] [airflow] jkukul commented on issue #11911: BigQuery support for create or replace table

jkukul commented on issue #11911:
URL: https://github.com/apache/airflow/issues/11911#issuecomment-1431290823

   @eladkal `exists_ok` parameter doesn't allow to replace a table if it exists. It will make the operator simply not create a table if it already exists. It corresponds to `CREATE TABLE IF NOT EXISTS` DDL statement.
   
   This feature request is about adding a parameter to mimic the `CREATE OR REPLACE TABLE` DDL. It remains unresolved and I believe it should be re-opened. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org