-
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 supports destination sync mode (#2460)
* Handle destination sync mode in destinations * Source & Destination sync modes are required (#2500) * Provide Migration script making sure it is always defined for previous sync configs
- Loading branch information
1 parent
62263b6
commit 8a29584
Showing
64 changed files
with
812 additions
and
225 deletions.
There are no files selected for viewing
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
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
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
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
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
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
14 changes: 7 additions & 7 deletions
14
airbyte-config/init/src/main/resources/seed/destination_definitions.yaml
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,35 +1,35 @@ | ||
- destinationDefinitionId: a625d593-bba5-4a1c-a53d-2d246268a816 | ||
name: Local JSON | ||
dockerRepository: airbyte/destination-local-json | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.2.2 | ||
documentationUrl: https://docs.airbyte.io/integrations/destinations/local-json | ||
- destinationDefinitionId: 8be1cf83-fde1-477f-a4ad-318d23c9f3c6 | ||
name: Local CSV | ||
dockerRepository: airbyte/destination-csv | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.2.2 | ||
documentationUrl: https://docs.airbyte.io/integrations/destinations/local-csv | ||
- destinationDefinitionId: 25c5221d-dce2-4163-ade9-739ef790f503 | ||
name: Postgres | ||
dockerRepository: airbyte/destination-postgres | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.2.2 | ||
documentationUrl: https://docs.airbyte.io/integrations/destinations/postgres | ||
- destinationDefinitionId: 22f6c74f-5699-40ff-833c-4a879ea40133 | ||
name: BigQuery | ||
dockerRepository: airbyte/destination-bigquery | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.2.2 | ||
documentationUrl: https://docs.airbyte.io/integrations/destinations/bigquery | ||
- destinationDefinitionId: 424892c4-daac-4491-b35d-c6688ba547ba | ||
name: Snowflake | ||
dockerRepository: airbyte/destination-snowflake | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.2.2 | ||
documentationUrl: https://docs.airbyte.io/integrations/destinations/snowflake | ||
- destinationDefinitionId: f7a7d195-377f-cf5b-70a5-be6b819019dc | ||
name: Redshift | ||
dockerRepository: airbyte/destination-redshift | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.2.2 | ||
documentationUrl: https://docs.airbyte.io/integrations/destinations/redshift | ||
- destinationDefinitionId: af7c921e-5892-4ff2-b6c1-4a5ab258fb7e | ||
name: MeiliSearch | ||
dockerRepository: airbyte/destination-meilisearch | ||
dockerImageTag: 0.2.0 | ||
dockerImageTag: 0.2.2 | ||
documentationUrl: https://docs.airbyte.io/integrations/destinations/meilisearch |
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
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
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
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
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
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
Oops, something went wrong.