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.
REDO: Generate seed connector specs on build (airbytehq#7613)
* add specs module with logic to fetch specs on build * format + build and add gradle dependency for new script * check seed file for existing specs + refactor * add tests + a bit more refactoring * run gw format * update yaml config persistence to merge specs into definitions * add comment * add dep * add tests for GcsBucketSpecFetcher * get rid of static block + format * DRY up parse call * add GCS details to comment * formatting + fix test * update comment * do not format seed specs files * change signature of run to allow cloud to reuse this script * run gw format * revert commits that change signature of run * fix comment typo Co-authored-by: Davin Chia <davinchia@gmail.com> * rename enum to be distinct from the enum in cloud * add missing dependencies between modules * add readme for seed connector spec generator * reword * reference readme in comment * ignore 'spec' field in newFields logic * rearrange dependencies so that CONNECTORS_BASE build does not depend on SeedConnectorSpecGenerator * run format * add some more helpful info to the GCS fetch failure message * add more info * get rid of unnecessary static block * Fix publishing docs (airbytehq#7589) * Fix publishing docs * Reorder steps and add a comment about rebuilding the platform * Update README.md Co-authored-by: Lake Mossman <lake@airbyte.io> * add dependency and rebuild * update PR template with seed connector generation steps * revert formatting changes to PR template * Update build.gradle * Remove unnecessary dep Co-authored-by: Davin Chia <davinchia@gmail.com> Co-authored-by: Christophe Duong <christophe.duong@gmail.com>
- Loading branch information
1 parent
8ca1870
commit 09fce77
Showing
30 changed files
with
9,426 additions
and
126 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
Oops, something went wrong.