-
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
Remove the dependency between the orchestrator container and the worker app #17570
Remove the dependency between the orchestrator container and the worker app #17570
Conversation
NOTE
|
NOTE
|
NOTE
|
NOTE
|
NOTE
|
NOTE
|
…ove-dep-container-orchestrator-worker
@colesnodgrass @alovew The build should pass so it is ready to review. |
NOTE
|
NOTE
|
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.
@colesnodgrass @jdpgrailsdev I have added 628b721 to fix the acceptance test. |
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.
…ove-dep-container-orchestrator-worker
NOTE
|
NOTE
|
…er app (airbytehq#17570) * test [ci skip] * Autogenerated files * Add missing annotation * Remove unused json2Schema block from worker * Move tess * Missing deps and format * Fix test build * Add missing dependencies * PR comments * Fix acceptance test and add the seed dependency * Fix build * Fix build again
What
Remove the dependency from the orchestrator app to the worker app.
It is done by adding a new module
airbyte-commons-worker
. This module is containing the classes needed by theairbyte-container-orchestrator
to the common module.Recommended reading order
build.gradle
ofairbyte-container-orchestrator
-> remove the worker dependenciesairbyte-commons-worker
that contains a set of files that are move from the worker module to the commons worker module.