Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress JException when get_autocommit and set_autocommit methods ar…
…en't supported on JDBC driver (#43786) * refactor: get_autocommit and set_autocommit should also suppress JExceptions if those operations aren't supported by the JDBC driver * refactor: Use the cached connection property instead of get_connection in sqlalchemy_url and get_conn methods * refactor: Bumped version of jdbc provider to 4.5.3 * Update providers/src/airflow/providers/jdbc/provider.yaml --------- Co-authored-by: David Blain <[email protected]> Co-authored-by: Jarek Potiuk <[email protected]>
- Loading branch information