-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Integrations.java and initially persisted specs #535
Conversation
…-images-to-connectordefs
…ove-internal-integrationsjava
…d-custom-connector-def-endpoints
…d-custom-connector-def-endpoints
@@ -18,7 +18,6 @@ dependencies { | |||
implementation project(':airbyte-config:persistence') | |||
implementation project(':airbyte-config:init') | |||
implementation project(':airbyte-db') | |||
implementation project(':airbyte-integrations') |
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.
was needed for Integrations.java
@@ -9,7 +9,6 @@ dependencies { | |||
implementation project(':airbyte-config:models') | |||
implementation project(':airbyte-config:persistence') | |||
implementation project(':airbyte-db') | |||
implementation project(':airbyte-integrations') |
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.
was needed for Integrations.java
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.
yay
Nice! @sherifnada - is the next step to remove the |
What
Completely removes integrations.java and any initially persisted source or destination specs.
The commit history is a little bungled because I branched off of a non-squashed branch, but it should be fixed upon squash merge to master.