-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
copy seed configurations from config/init to server #4417
Conversation
fdca037
to
e297242
Compare
9da0d52
to
18c39e1
Compare
I pushed a commit to replace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The part 2 has a green build #4428 (review)
Once we merge it into this branch, this should also have a green build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 21 of 88 files at r1, 2 of 47 files at r2.
Reviewable status: 23 of 133 files reviewed, all discussions resolved (waiting on @cgardens)
Co-authored-by: subodh <[email protected]>
This is the boilerplate part of this issue: #4412. Separating it out so that the actual change for what we are doing can be in its own PR.
Basically it is reverting all of the seed configs back to living and being generated in
airbyte-config/init
. It also updates any references to the paths of source_definitions and destination_definitions.This change is