-
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: Upgrade to latest CDK #37660
Merged
Merged
Conversation
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
Contributor
edgao
commented
Apr 29, 2024
•
edited
Loading
edited
- fix breaking signature changes (some of these are from other PRs, some are from Java CDK updates for mysql #36929 / Java CDK: DV2 tests have separate testcases for safe_cast #36935)
- update expected records files to match the input records defined in Java CDK: DV2 tests have separate testcases for safe_cast #36935
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
octavia-squidington-iii
added
area/connectors
Connector related issues
connectors/destination/postgres
labels
Apr 29, 2024
This stack of pull requests is managed by Graphite. Learn more about stacking. |
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
April 29, 2024 20:37
f253849
to
c735463
Compare
edgao
commented
Apr 29, 2024
protected List<String> createIndexSql(final StreamConfig stream, final String suffix) { | ||
if (stream.getDestinationSyncMode() == DestinationSyncMode.APPEND_DEDUP && !stream.getPrimaryKey().isEmpty()) { | ||
return List.of( | ||
getDslContext().createIndex().on( |
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.
in createTable
, we're already creating an index on pk, cursor, extracted_at
. Creating an index on just pk
is redundant.
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
April 29, 2024 22:12
c735463
to
6914e51
Compare
edgao
force-pushed
the
dv2/td_tests_allow_unsafe_cast_2
branch
from
April 30, 2024 00:06
be524ad
to
be73530
Compare
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
April 30, 2024 00:06
6914e51
to
6fea617
Compare
edgao
force-pushed
the
dv2/td_tests_allow_unsafe_cast_2
branch
from
April 30, 2024 15:14
be73530
to
55e7bf2
Compare
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
April 30, 2024 15:15
6fea617
to
08fe9f0
Compare
edgao
force-pushed
the
dv2/td_tests_allow_unsafe_cast_2
branch
from
May 3, 2024 18:35
55e7bf2
to
bdf95d2
Compare
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
May 3, 2024 18:35
08fe9f0
to
73480ab
Compare
edgao
force-pushed
the
dv2/td_tests_allow_unsafe_cast_2
branch
from
May 3, 2024 19:38
bdf95d2
to
1dfc87d
Compare
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
May 3, 2024 19:38
73480ab
to
b82b75d
Compare
edgao
force-pushed
the
dv2/td_tests_allow_unsafe_cast_2
branch
2 times, most recently
from
May 3, 2024 20:07
be36130
to
9bb61fe
Compare
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
May 3, 2024 20:08
b82b75d
to
ecd02ed
Compare
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
May 3, 2024 22:20
ecd02ed
to
a3324c7
Compare
stephane-airbyte
approved these changes
May 6, 2024
edgao
force-pushed
the
edgao/postgres_cdk_bumps
branch
from
May 7, 2024 20:52
a3324c7
to
9a64f6d
Compare
octavia-squidington-iii
added
the
area/documentation
Improvements or additions to documentation
label
May 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/connectors
Connector related issues
area/documentation
Improvements or additions to documentation
connectors/destination/postgres
connectors/destination/postgres-strict-encrypt
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.