-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
postgres source/destination - bump postgres driver version #39460
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
api 'org.postgresql:postgresql:42.6.0' | ||
api 'org.postgresql:postgresql:42.6.2' |
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.
This is the main change - everything else is just plumbing
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.
you also should bump the version in deps.toml
Looks like |
@evantahler I merged the kotlin conversion today morning which took care of that. (empty impl for now until new interfaces kick in). |
New plan - the postgres destination(s) can't use the latest CDK until the Airbyte 1.0 work is complete ( |
@xiaohansong - any tips about what I should be doing here to get source-postgres to build with the latest CDK?
|
Is this actually related to @akashkulk 's change? The constructor now requires a new parameter: |
@akashkulk has a fix in #39474 |
After rebasing the latest from @akashkulk, this PR is green! |
/publish-java-cdk
|
Closes https://github.com/airbytehq/airbyte-internal-issues/issues/8249