-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Refactor to enable support for optional JDBC parameters for all JDBC destinations #10421
Merged
Merged
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
16b0f10
refactoring to allow testing
girarda 79348de
MySQLDestination uses connection property map instead of url arguments
girarda 4330d37
Update jdbc destinations
girarda 92fbf81
A little more generic
girarda 3469826
reset to master
girarda 66ea4f7
reset to master
girarda b9231bb
move to jdbcutils
girarda ec56311
Align when multiline
girarda 889aaf0
Align when multiline
girarda 316e419
Update postgres to use property map
girarda fd034af
Move tests to AbstractJdbcDestinationTest
girarda 5e1bcfc
clean
girarda 5dd0591
Align when multiline
girarda b69363d
return property map
girarda 6780ebd
Add postgres tests
girarda 7e9a36f
update clickhouse
girarda 6b19e90
reformat
girarda 8867342
reset
girarda bea8d41
reformat
girarda 078e89e
merge master
girarda e090e7a
fix test
girarda 2d8bde6
Merge branch 'master' into alex/jdbc-params
girarda af1af29
merge
girarda 585aed6
reformat
girarda 4ad590d
fix bug
girarda c014492
Add mssql tests
girarda 7255cf9
refactor test
girarda c3a3dca
fix oracle destination test
girarda 909bf4d
oracle tests
girarda 4dbb749
fix redshift acceptance test
girarda 6978217
Pass string
girarda edae0a6
Revert "Pass string"
girarda ee8d752
Double deserialization
girarda 213f47a
Revert "Double deserialization"
girarda c8022c2
try updating json_operations
girarda c68fc92
Revert "try updating json_operations"
girarda 11a6725
json parse
girarda 8e6b34e
Revert "json parse"
girarda 6682245
Revert "Revert "Double deserialization""
girarda 58d326f
Revert "Revert "Revert "Double deserialization"""
girarda 3b979fb
move to constant
girarda f263e61
Add comment
girarda e6ad48e
map can be constant
girarda cf9019e
Add comment
girarda f894eb7
move map
girarda 5daa1d0
hide in method
girarda 68de5fd
no need to create new map
girarda d0d5a38
no need to create new map
girarda 99ce3af
no need to create new map
girarda 9c2bd15
enably mysql test
girarda 12c5211
Merge branch 'master' into alex/jdbc-params
girarda 8b35091
Update changelogs
girarda 39f8e0a
Update changelog
girarda 9d9bf30
update changelog
girarda 73f6d52
Bump versions
girarda 91b5ebe
bump version
girarda cf8128d
disable dbt support
girarda 830d86a
update spec
girarda 9300bc2
update other oracle tests
girarda 8150184
update doc
girarda 619d11f
bump seed
girarda 9742cc7
Merge branch 'master' into alex/jdbc-params
girarda 6fe337a
fix source test
girarda c3c0977
update seed spec file
girarda c327c0b
fix expected spec
girarda 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 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 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 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 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 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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there some needed updates on this code
airbyte/airbyte-integrations/connectors/source-oracle-strict-encrypt/src/test-integration/java/io/airbyte/integrations/source/oracle_strict_encrypt/OracleStrictEncryptSourceAcceptanceTest.java
Line 63 in c7b8db7