-
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.
test to show how automatic migration handles deprecated definitions (#…
…4655) * test to show definitions not present in latest seed would be deleted in automatic migration * format * add deprecated config being used scenario
- Loading branch information
1 parent
f19f5d7
commit fa2ea50
Showing
4 changed files
with
61 additions
and
13 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
14 changes: 14 additions & 0 deletions
14
...s/migration/dummy_data/config/SOURCE_CONNECTION/e48cae1a-1f5c-42cc-9ec1-a44ff7fb4969.json
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "Using a source definition deleted", | ||
"sourceDefinitionId": "4eb22946-2a79-4d20-a3e6-effd234613c3", | ||
"workspaceId": "5ae6b09b-fdec-41af-aaf7-7d94cfc33ef6", | ||
"sourceId": "e48cae1a-1f5c-42cc-9ec1-a44ff7fb4969", | ||
"configuration": { | ||
"username": "root", | ||
"password": "password", | ||
"database": "localhost_test", | ||
"port": 3306, | ||
"host": "host.docker.internal" | ||
}, | ||
"tombstone": false | ||
} |
7 changes: 7 additions & 0 deletions
7
...on/dummy_data/config/STANDARD_SOURCE_DEFINITION/4eb22946-2a79-4d20-a3e6-effd234613c3.json
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"sourceDefinitionId": "4eb22946-2a79-4d20-a3e6-effd234613c3", | ||
"name": "Old connector still being used", | ||
"dockerRepository": "airbyte/source-mysql", | ||
"dockerImageTag": "0.2.0", | ||
"documentationUrl": "https://docs.airbyte.io/integrations/sources/mysql" | ||
} |
7 changes: 7 additions & 0 deletions
7
...on/dummy_data/config/STANDARD_SOURCE_DEFINITION/d2147be5-fa36-4936-977e-f031affa5895.json
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"sourceDefinitionId": "d2147be5-fa36-4936-977e-f031affa5895", | ||
"name": "Old Connector", | ||
"dockerRepository": "airbyte/source-appstore-singer", | ||
"dockerImageTag": "0.2.0", | ||
"documentationUrl": "https://hub.docker.com/r/airbyte/source-appstore-singer" | ||
} |