Taragolis commented on issue #34860: URL: https://github.com/apache/airflow/issues/34860#issuecomment-1765178888
My assumption this method broken for multiple Hooks which depend on [`common.sql` DbApiHook](https://airflow.apache.org/docs/apache-airflow-providers-common-sql/stable/_modules/airflow/providers/common/sql/hooks/sql.html#DbApiHook) and do not overwrite this method or `_generate_insert_sql`, like [PostgresHook does](https://github.com/apache/airflow/blob/39cbd6b231c75ec432924d8508f15a4fe3c68757/airflow/providers/postgres/hooks/postgres.py#L275-L278) For Snowflake could utilise [`MERGE` statement ](https://docs.snowflake.com/en/sql-reference/sql/merge) -- 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]
