kumarvt edited a comment on issue #11911: URL: https://github.com/apache/airflow/issues/11911#issuecomment-732336724
I believe the "CREATE TABLE IF NOT EXISTS" is not implemented in this operator and think it will be very useful to have, whenever we need to create the target table only first time using JSON schema (that has several columns as required). I looked at the create table as select but that changes the mode of all columns to NULLABLE in target table. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
