-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Suppress jaydebeapi.Error when setAutoCommit or getAutoCommit is unsupported by JDBC driver #38707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
ff557a2
refactor: Suppress jaydebeapi.Error when setAutoCommit or getAutoComm…
davidblain-infrabel 3e99705
Merge branch 'main' into feature/jdbc-autocommit
dabla 1822f90
Merge branch 'main' into feature/jdbc-autocommit
dabla 79b3c75
Merge branch 'main' into feature/jdbc-autocommit
dabla 3a8bf82
refactor: Added suppress_and_warn context manager which allows specif…
davidblain-infrabel 321ad02
Merge branch 'main' into feature/jdbc-autocommit
dabla ebbeffa
refactor: Print the stacktrace beside the exception when an exception…
davidblain-infrabel 81fc3f6
Merge branch 'main' into feature/jdbc-autocommit
dabla 1b37930
refactor: Re-organized imports of context
davidblain-infrabel 0d8f4e2
Merge branch 'main' into feature/jdbc-autocommit
dabla da6a7d7
refactor: Added return type to suppress_and_warn contextmanager
davidblain-infrabel 545c5d0
refactor: Use type instead of Type for Python 3.8 compat
davidblain-infrabel 76e8e1f
refactor: Reorganized typing imports on context
davidblain-infrabel 77c65c4
refactor: Added license on top of TestContext file
davidblain-infrabel b063da8
Merge branch 'main' into feature/jdbc-autocommit
dabla e02462a
refactor: Removed return type of suppress_and_warn
davidblain-infrabel 72ac9d1
Merge branch 'main' into feature/jdbc-autocommit
dabla 2b08af9
Merge branch 'main' into feature/jdbc-autocommit
dabla 19e0df2
refactor: Moved suppress_and_warn method from Airflow context to comm…
davidblain-infrabel d0c61d0
Merge branch 'main' into feature/jdbc-autocommit
dabla 569ef2c
refactor: Changed version of apache-airflow-providers-common-sql depe…
davidblain-infrabel 2d2db8c
Merge branch 'main' into feature/jdbc-autocommit
dabla 54b49a2
Merge branch 'main' into feature/jdbc-autocommit
dabla 8eb0ee6
Revert "refactor: Changed version of apache-airflow-providers-common-…
davidblain-infrabel dcc02b6
refactor: Moved suppress_and_warn method from common sql provider to …
davidblain-infrabel c3807a7
Merge branch 'main' into feature/jdbc-autocommit
dabla 63982cb
refactor: Also updated the apache-airflow dependency version from 2.6…
davidblain-infrabel 36ec020
Revert "refactor: Also updated the apache-airflow dependency version …
davidblain-infrabel 39b30da
fix: Move tests of suppress_and_warn from TestDbApiHook to TestJdbcHook
davidblain-infrabel 522af2e
Merge branch 'main' into feature/jdbc-autocommit
dabla c212fc8
Merge branch 'main' into feature/jdbc-autocommit
dabla f8bfe3f
refactor: Updated common sql.pyi like main
davidblain-infrabel 154052d
refactor: Return False in get_autocommit if exception is suppressed
davidblain-infrabel c531271
Merge branch 'main' into feature/jdbc-autocommit
dabla fdc3e2a
Merge branch 'main' into feature/jdbc-autocommit
dabla 93618ef
Merge branch 'main' into feature/jdbc-autocommit
dabla 77df3aa
Merge branch 'main' into feature/jdbc-autocommit
dabla File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.