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

fix: only add user selected streams to the catalog diff #53

Merged
merged 4 commits into from
Dec 8, 2023

Conversation

flutra-osmani
Copy link
Contributor

@flutra-osmani flutra-osmani commented Dec 7, 2023

Function getCatalogDiff compares the existing source catalog with the newly discovered one and if there's a difference, it includes the corresponding stream in the update that shows up in the UI. However, a given stream may not be toggled (selected) by the customer, thus it should not be included in the update. This change ensures that, in addition to doing a comparison between the new and old catalog, the configured catalog must also be present. Inactive streams will not show up in the ConfiguredCatalog.

Solves airbytehq/airbyte#23361

@flutra-osmani flutra-osmani changed the title add only selected streams to the catalog diff only add selected streams to the catalog diff Dec 7, 2023
@flutra-osmani flutra-osmani changed the title only add selected streams to the catalog diff only add user selected streams to the catalog diff Dec 7, 2023
@flutra-osmani flutra-osmani changed the title only add user selected streams to the catalog diff fix: only add user selected streams to the catalog diff Dec 7, 2023
@flutra-osmani flutra-osmani merged commit 5360c07 into main Dec 8, 2023
7 checks passed
@flutra-osmani flutra-osmani deleted the flutra/23361-remove-update-for-inactive-streams branch December 8, 2023 06:05
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.

None yet

3 participants