kacpermuda commented on issue #58386: URL: https://github.com/apache/airflow/issues/58386#issuecomment-3554361085
That's right and DatabricksHook should probably also overwrite `set_autocommit` method, as in base hook's [method](https://github.com/apache/airflow/blob/main/providers/common/sql/src/airflow/providers/common/sql/hooks/sql.py#L820) that is being called, the `conn.autocommit = autocommit` is executed regardless of `self.supports_autocommit` (it merely logs a warning on conflict). -- 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]
