forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make spec field required on definitions + remove SpecFetcher usage (a…
…irbytehq#8140) * make spec field required * remove spec backfill logic * remove usages of specFetcher.getSpec() * remove unused code and the caching scheduler clients * fix tests to work with fetching specs from definitions * fetch spec from definition in config repository and fix RunMigrationTest * remove unused SpecFetcher methods/tests * run gw format * run gw format * undo change to main method * add back newlines * set additional properties to true on destination definition * remove now-unused VERSION_0_32_0_FORCE_UPGRADE env var
- Loading branch information
Showing
82 changed files
with
323 additions
and
1,343 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
79 changes: 0 additions & 79 deletions
79
...uler/client/src/main/java/io/airbyte/scheduler/client/BucketSpecCacheSchedulerClient.java
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...r/client/src/main/java/io/airbyte/scheduler/client/CachingSynchronousSchedulerClient.java
This file was deleted.
Oops, something went wrong.
75 changes: 0 additions & 75 deletions
75
...ient/src/main/java/io/airbyte/scheduler/client/SpecCachingSynchronousSchedulerClient.java
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
.../client/src/test/java/io/airbyte/scheduler/client/BucketSpecCacheSchedulerClientTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.