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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to