-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: DV2 beta implementation #34177
Conversation
Looks good to me. Can you rebase (sorry there will be a bunch of conflicts from my dependency cleanup) and publish CDK since the tests are failing to find 0.13.0 artifact |
thanks for looking! I'll do that post-long-weekend... feels irresponsible to publish artifacts from a 1k line pr right now :P though for the record - the last "real" commit was 4084e63, where the failures are all because of the version bump check. The diff after that is basically just metadata/changelogs (plus removing the |
# Conflicts: # airbyte-integrations/connectors/destination-bigquery/build.gradle # airbyte-integrations/connectors/destination-redshift/build.gradle # airbyte-integrations/connectors/destination-snowflake/build.gradle # docs/integrations/destinations/bigquery.md # docs/integrations/destinations/snowflake.md
/publish-java-cdk
|
# Conflicts: # airbyte-cdk/java/airbyte-cdk/README.md # airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties # airbyte-integrations/connectors/destination-redshift/build.gradle # docs/integrations/destinations/redshift.md
c00299b
to
4f7a66e
Compare
/publish-java-cdk force=true
|
republishing b/c another cdk change got merged to master |
copied from #33910, with a merge from master to hopefully fix tests. Removes the spec option from postgres, since we're not quite ready for beta release yet.
test syncs:
assuming these both run correctly overnight, that should be sufficient evidence that syncs are still functioning correctly.