-
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
destination-postgres: update all dependencies #45434
destination-postgres: update all dependencies #45434
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @stephane-airbyte and the rest of your teammates on Graphite |
50199ea
to
ad5f040
Compare
5439d2e
to
16e4747
Compare
ad5f040
to
e17ac80
Compare
16e4747
to
15e74f8
Compare
e17ac80
to
943e315
Compare
15e74f8
to
6e39eac
Compare
943e315
to
2c0f5d9
Compare
6e39eac
to
b4396c4
Compare
2c0f5d9
to
2f07bd7
Compare
0845cbe
to
92d2f4f
Compare
eb3c60d
to
2b60177
Compare
92d2f4f
to
c375d1e
Compare
2b60177
to
803189a
Compare
c375d1e
to
2282aa3
Compare
803189a
to
9c46f9f
Compare
9c46f9f
to
301e235
Compare
2282aa3
to
16b8d35
Compare
301e235
to
853d606
Compare
853d606
to
50f814b
Compare
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.
two comments, lgtm once resolved
@@ -3,7 +3,7 @@ plugins { | |||
} | |||
|
|||
airbyteJavaConnector { | |||
cdkVersionRequired = '0.44.3' | |||
cdkVersionRequired = '0.46.0' | |||
features = ['db-destinations', 'datastore-postgres', 'typing-deduping'] | |||
useLocalCdk = false |
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.
nit: why not local cdk here as well? (or conversely, why not upgrade to 0.46.0 on strict-encrypt)
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.
because I'm lazy and forgot strict-encrypt
@@ -62,6 +63,13 @@ protected JdbcCompatibleSourceOperations<?> getSourceOperations() { | |||
return new PostgresSourceOperations(); | |||
} | |||
|
|||
@Disabled |
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.
can you add a comment explaining why this is disabled?
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.
it's failing everywhere right now, I think...
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.
I'm pretty sure this test passes on bigquery/redshift/snowflake? at least I recall bumping them to a newer cdk without needing to disable it
50f814b
to
c9332ca
Compare
What
How
Review guide
User Impact
Can this PR be safely reverted and rolled back?