Hello
I have successfully ingested a couple of different source into my datahub insrance:
• Snowflake
• dbt
• Airflow
For my usecase i am trying to explore the lineage between these two dbt models that have a considerable amount of upstream/downstream dependencies each that make expanding the lineage via Visualize Lineage
pretty difficult. Lets say the models are:
• CAMPAIGN_ANALYSIS_ENGAGEMENT_BASE_NF
• offers_audience
Is there an easy way to show only the lineage between 2 entities via the UI or other means?
The closest I got is to go to the models and filter on the Lineage
tab and verify that they are linked together, but I want to explore all the models in between the two to see what filtering and logic is performed on the data all the way to the downstream model.
