jayantsing-db commented on issue #58386: URL: https://github.com/apache/airflow/issues/58386#issuecomment-3554350370
Looks like the databricks sql hook has https://github.com/apache/airflow/blob/a32f94e7a00d036665eb02f328351e1bb86704ef/providers/databricks/src/airflow/providers/databricks/hooks/databricks_sql.py#L105 `supports_autocommit` set to True by default. This suggests that by default the connector should indeed make a set-autocommit call to Databricks. I believe it makes more sense to either make the default as false or user specify the `supports_autocommit` as false rather than sql connector providing a knob for transaction which is by default OFF. -- 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]
