-
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
Destinations: Refreshes: CDK updates #38067
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
9f8ae69
to
50c1e4b
Compare
50c1e4b
to
e857ce6
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. |
DestinationSyncMode.APPEND_DEDUP, | ||
primaryKey, | ||
Optional.of(cursor), | ||
COLUMNS | ||
COLUMNS, | ||
0, |
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.
maybe we should use nonzero generation id, so that tests are slightly more stringent?
DestinationSyncMode.OVERWRITE, | ||
mock(), | ||
mock(), | ||
mock() | ||
mock(), | ||
0, |
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.
for a later stacked PR: I think we need to add generation-related logic into DefaultTyperDeduper? so we'll want more test cases in this class...
e857ce6
to
982948e
Compare
import java.util.* | ||
import kotlin.collections.LinkedHashMap | ||
|
||
data class StreamConfig( | ||
val id: StreamId, | ||
val syncMode: SyncMode, |
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 source sync mode, which we should never look at. Delete it.
6839b3f
to
d361d45
Compare
a3bb96c
to
eca8010
Compare
7aff2a5
to
2047aec
Compare
eca8010
to
7058132
Compare
2047aec
to
2f4b6ac
Compare
7058132
to
1306644
Compare
9dd4a9d
to
ea03c9b
Compare
eed66f8
to
da3e829
Compare
ea03c9b
to
f00bab9
Compare
da3e829
to
39971f7
Compare
f00bab9
to
0850f44
Compare
39971f7
to
292aa89
Compare
0850f44
to
e7f351c
Compare
292aa89
to
bc71af7
Compare
e7f351c
to
5f84378
Compare
5f84378
to
8234563
Compare
8234563
to
21ed84f
Compare
21ed84f
to
12be697
Compare
12be697
to
47f9fff
Compare
47f9fff
to
b3e1c66
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.
Putting the actual platform version in the error message seems to be the only pending thing.
yep, I actually pushed that just now (platform released 0.63.0 with full refreshes support) |
b3e1c66
to
04d1404
Compare
04d1404
to
c43df8c
Compare
c43df8c
to
04d1404
Compare
04d1404
to
b116855
Compare
b116855
to
b3d7092
Compare
b3d7092
to
10a1cbb
Compare
/publish-java-cdk
|
closes https://github.com/airbytehq/airbyte-internal-issues/issues/7606
These are the changes that break platform compatibility. We shouldn't release this until platform is ready for it, and we can turn on the
supportsRefreshes
metadata in destinations.