-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Destinations CDK: Refactor T+D to gather required world state upfront (…
…#35342) Signed-off-by: Gireesh Sreepathi <gisripa@gmail.com>
- Loading branch information
1 parent
f1e46c0
commit bd6aa0f
Showing
36 changed files
with
682 additions
and
483 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
airbyte-cdk/java/airbyte-cdk/core/src/main/resources/version.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version=0.22.1 | ||
version=0.23.0 |
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
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
33 changes: 0 additions & 33 deletions
33
...estinations/src/main/java/io/airbyte/cdk/integrations/destination/jdbc/CustomSqlType.java
This file was deleted.
Oops, something went wrong.
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
9 changes: 0 additions & 9 deletions
9
...ions/src/main/java/io/airbyte/cdk/integrations/destination/jdbc/TableSchemaRecordSet.java
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
...nations/src/main/java/io/airbyte/cdk/integrations/destination/jdbc/TypeInfoRecordSet.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.