Hi, guys! I have question about lineage. I work wi...
# getting-started
g
Hi, guys! I have question about lineage. I work with Tableau dashboards that are connected to ClickHouse using a custom SQL query. In the screenshot you can see lineage. Can I show in lineage the relationship between a Custom SQL Query and certain tables in Clickhouse?
d
Do you miss tables which are not in Tableu as entity? As I can see there is an option to capture those as well with the:
Copy code
ingest_tables_external: True
config property
g
No, this option does not work I need to build a lineage between table in database and SQL query in Tableau. That is, manually configure the lineage for two entities: dataset and view
In general, the question is how to manually create a lineage?
d
basically, you can define lineages with a yaml file
t
I have the same question for dataset -> Power BI dashboard.
w
Good afternoon, I am encountering a similar use case attempting to create lineage between a Snowflake view and Power BI dataset. The Lineage API / Emitter (and also mentioned File Lineage) only suggest support for dataset to dataset lineage, therefore is table or view to dataset lineage simply not supported? Or is there any alternative option?