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

[Feature] Column lineage to see downstream impact #461

Open
MikkoPaajanen opened this issue Oct 23, 2024 · 3 comments
Open

[Feature] Column lineage to see downstream impact #461

MikkoPaajanen opened this issue Oct 23, 2024 · 3 comments
Labels
enhancement New feature or request triage Triage required

Comments

@MikkoPaajanen
Copy link

Describe the feature

There is a need to see downstream effect of a column change. It should be visible what downstream models use that changed column and then user could inspect the impact of the downstream models that are affected by this specific column.

At the moment it does show downstream models of the change. But if there's 10 models and only 1 references that column that was changed upstream, it would be nice to see it straightaway instead of going through them one by one.

Describe alternatives you've considered

No response

Who will this benefit?

All the column changes of existing models when the model is referred by multiple downstream models.

Are you interested in contributing this feature?

No response

Anything else?

No response

@MikkoPaajanen MikkoPaajanen added enhancement New feature or request triage Triage required labels Oct 23, 2024
@DaveFlynn
Copy link
Contributor

Hi @MikkoPaajanen,
Thanks for opening this issue. We're discussing the possibility internally and someone from the development team will respond soon.
Dave

@clkao
Copy link
Contributor

clkao commented Oct 28, 2024

@MikkoPaajanen i think most of the building blocks are there! not sure if you've seen https://github.com/canva-public/dbt-column-lineage-extractor

do you have any initial thoughts on how this can be surfaced in Recce's lineage impact view? perhaps a toggle to swtich between model-level & column-level lineage?

@MikkoPaajanen
Copy link
Author

I didn't think that far yet. But a toggle switch might be a good way. Or by clicking a model in the lineage it would show column lineage from that model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Triage required
Projects
None yet
Development

No branches or pull requests

3 participants