-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
convert destination-snowflake to Kotlin CDK #36910
convert destination-snowflake to Kotlin CDK #36910
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @stephane-airbyte and the rest of your teammates on |
625e34b
to
d5df838
Compare
24497d2
to
00c0d0c
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.
tests are green 🎉
a44cb0d
to
476ad08
Compare
build.gradle
Outdated
@@ -143,6 +143,10 @@ allprojects { | |||
// see IntegrationRunner.stopOrphanedThreads | |||
jvmArgs "--add-opens=java.base/java.lang=ALL-UNNAMED" | |||
|
|||
// This is required for our dangling thread checks at the end of a connector run. | |||
// see IntegrationRunner.stopOrphanedThreads | |||
jvmArgs "--add-opens=java.base/java.lang=ALL-UNNAMED" |
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 seems redundant considering the changes in the previous PR
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 needed for tests. We have some tests that use the IntegrationRunner without docker. I moved it to the PR below though
997351f
to
43a242e
Compare
61cf9eb
to
a3f9263
Compare
43a242e
to
f3f7b10
Compare
a3f9263
to
000cb1f
Compare
f3f7b10
to
06bcd3a
Compare
000cb1f
to
5c32fa9
Compare
06bcd3a
to
961d513
Compare
d1ed374
to
97d979d
Compare
961d513
to
55bf52e
Compare
dd9a14a
to
0784c79
Compare
55bf52e
to
41beb7a
Compare
20c12cd
to
b344443
Compare
/publish-java-cdk
|
b344443
to
0a3d4d7
Compare
b2790df
to
0a3d4d7
Compare
0a3d4d7
to
80bf9c6
Compare
not only bringing snowflake to the latest CDK but also:
SourceOperation
into production code from the test code. There's really no reason those improvements should stay out of production (and they're present in the source-snowflake)putTimestamp
into theSourceOperation
, so that snowflake doesn't throw an exception at every call, which implies it also creates a new threadSFStatement.close()
SELECT
(and not taking any table lock) before issuing theDELETE
(the old behavior was causing test contention, and it's a bad idea in general)airbyte_internal._airbyte_destination_state