Skip to content
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

Merged
merged 21 commits into from
Oct 9, 2020

Conversation

sherifnada
Copy link
Contributor

@sherifnada sherifnada commented Oct 9, 2020

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.

@@ -18,7 +18,6 @@ dependencies {
implementation project(':airbyte-config:persistence')
implementation project(':airbyte-config:init')
implementation project(':airbyte-db')
implementation project(':airbyte-integrations')
Copy link
Contributor Author

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')
Copy link
Contributor Author

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

@sherifnada sherifnada merged commit 8e2d973 into master Oct 9, 2020
@sherifnada sherifnada deleted the sherif/cleanups branch October 9, 2020 21:17
Copy link
Contributor

@michel-tricot michel-tricot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay

@cgardens
Copy link
Contributor

cgardens commented Oct 10, 2020

Nice! @sherifnada - is the next step to remove the airbyte-config/init stuff entirely and move that information into the integrations themselves?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants