Skip to content

Commit

Permalink
Destination Snowflake: cleaning up unused code paths (#38553)
Browse files Browse the repository at this point in the history
  • Loading branch information
gisripa authored May 23, 2024
1 parent 311dcce commit f6fdaf3
Show file tree
Hide file tree
Showing 13 changed files with 306 additions and 375 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.35.7'
cdkVersionRequired = '0.35.8'
features = ['db-destinations', 's3-destinations', 'typing-deduping']
useLocalCdk = false
}
Expand All @@ -16,7 +16,7 @@ java {
}

application {
mainClass = 'io.airbyte.integrations.destination.snowflake.SnowflakeDestinationRunner'
mainClass = 'io.airbyte.integrations.destination.snowflake.SnowflakeDestinationKt'
// enable when profiling
applicationDefaultJvmArgs = [
'-XX:+ExitOnOutOfMemoryError',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 424892c4-daac-4491-b35d-c6688ba547ba
dockerImageTag: 3.8.1
dockerImageTag: 3.8.2
dockerRepository: airbyte/destination-snowflake
documentationUrl: https://docs.airbyte.com/integrations/destinations/snowflake
githubIssueLabel: destination-snowflake
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f6fdaf3

Please sign in to comment.