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 Snowflake: Adapting to new connector interfaces #38658

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

gisripa
Copy link
Contributor

@gisripa gisripa commented May 24, 2024

What

Adapting Snowflake to use #38107
Fixes: #34819

Review guide

Important logic in deleted classes in moved to SnowflakeStagingClient and SnowflakeStorageOperations.
Rest of the code is just adapting to the newer interface by injecting StorageOperations.
Additionally, cleaning up warnings and idiomatic fixes after Kotlin auto-conversion.

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented May 24, 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 Jun 1, 2024 1:04am

@octavia-squidington-iii octavia-squidington-iii added area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/destination/snowflake labels May 24, 2024
Copy link
Contributor Author

gisripa commented May 24, 2024

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

Join @gisripa and the rest of your teammates on Graphite Graphite

@gisripa gisripa changed the title snowflake-new-intfs Destination Snowflake: Adapting to new connector interfaces May 24, 2024
@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch from 5e75798 to 253d173 Compare May 24, 2024 20:51
@octavia-squidington-iii octavia-squidington-iii removed the area/documentation Improvements or additions to documentation label May 24, 2024
@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch from 253d173 to 179acf1 Compare May 24, 2024 22:29
@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label May 24, 2024
@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch from 179acf1 to a4b2454 Compare May 24, 2024 22:55
@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch 3 times, most recently from f8940bd to 51fc839 Compare May 30, 2024 23:59
@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label May 30, 2024
@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch from 51fc839 to e70753c Compare May 31, 2024 01:46
@gisripa gisripa marked this pull request as ready for review May 31, 2024 02:00
@gisripa gisripa requested a review from a team as a code owner May 31, 2024 02:00
@@ -15,12 +15,6 @@ java {
}
}

compileKotlin {
compilerOptions {
allWarningsAsErrors = false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

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.

structure seems solid (no surprise, given that we already went through most of this with bigquery)

had some in-depth comments for specific files though

@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch from 55cb64c to 63003aa Compare May 31, 2024 20:21
@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch 2 times, most recently from aa9c96a to 334749f Compare May 31, 2024 23:33
@gisripa gisripa force-pushed the gireesh/05-23-snowflake-new-intfs branch from 334749f to fd81a2c Compare June 1, 2024 00:11
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.

:shipit: 🚛

@gisripa
Copy link
Contributor Author

gisripa commented Jun 3, 2024

@gisripa gisripa merged commit f4c4c34 into master Jun 3, 2024
35 checks passed
@gisripa gisripa deleted the gireesh/05-23-snowflake-new-intfs branch June 3, 2024 17:25
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/snowflake
Projects
None yet
4 participants