Skip to content
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

Conversation

stephane-airbyte
Copy link
Contributor

What

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES πŸ’š
  • NO ❌

Copy link

vercel bot commented Sep 12, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
airbyte-docs βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Sep 18, 2024 9:15pm

Copy link
Contributor Author

stephane-airbyte commented Sep 12, 2024

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @stephane-airbyte and the rest of your teammates on Graphite Graphite

@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 50199ea to ad5f040 Compare September 12, 2024 22:49
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 5439d2e to 16e4747 Compare September 12, 2024 22:49
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from ad5f040 to e17ac80 Compare September 12, 2024 23:11
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 16e4747 to 15e74f8 Compare September 12, 2024 23:11
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from e17ac80 to 943e315 Compare September 12, 2024 23:55
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 15e74f8 to 6e39eac Compare September 12, 2024 23:56
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 943e315 to 2c0f5d9 Compare September 13, 2024 00:01
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 6e39eac to b4396c4 Compare September 13, 2024 00:01
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 2c0f5d9 to 2f07bd7 Compare September 13, 2024 00:08
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 0845cbe to 92d2f4f Compare September 18, 2024 14:16
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from eb3c60d to 2b60177 Compare September 18, 2024 14:17
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Sep 18, 2024
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from 92d2f4f to c375d1e Compare September 18, 2024 18:17
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 2b60177 to 803189a Compare September 18, 2024 18:18
@stephane-airbyte stephane-airbyte marked this pull request as ready for review September 18, 2024 20:04
@stephane-airbyte stephane-airbyte requested a review from a team as a September 18, 2024 20:04
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-java-cdks_update_all_libraries branch from c375d1e to 2282aa3 Compare September 18, 2024 20:12
@stephane-airbyte stephane-airbyte requested a review from a team as a code owner September 18, 2024 20:12
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 803189a to 9c46f9f Compare September 18, 2024 20:12
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 9c46f9f to 301e235 Compare September 18, 2024 20:45
@stephane-airbyte stephane-airbyte changed the base branch from stephane/09-12-java-cdks_update_all_libraries to graphite-base/45434 September 18, 2024 20:49
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 301e235 to 853d606 Compare September 18, 2024 20:51
@stephane-airbyte stephane-airbyte changed the base branch from graphite-base/45434 to master September 18, 2024 20:51
@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 853d606 to 50f814b Compare September 18, 2024 20:51
Copy link
Contributor

@edgao edgao left a 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
Copy link
Contributor

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)

Copy link
Contributor Author

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
Copy link
Contributor

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?

Copy link
Contributor Author

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...

Copy link
Contributor

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

@stephane-airbyte stephane-airbyte force-pushed the stephane/09-12-destination-postgres_update_all_dependencies branch from 50f814b to c9332ca Compare September 18, 2024 21:07
@stephane-airbyte stephane-airbyte merged commit 21ec465 into master Sep 18, 2024
36 checks passed
@stephane-airbyte stephane-airbyte deleted the stephane/09-12-destination-postgres_update_all_dependencies branch September 18, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants