brainy-musician-50192
08/22/2023, 8:54 AMextract_column_level_lineage (boolean, default: true):
When enabled, extracts column-level lineage from Tableau Datasources
Does this mean lineage between tableau data source and tableau chart, and not between external table/view and tableau data source? If so, are there any future plans to add column lineage between Snowflake and Tableau?modern-artist-55754
08/22/2023, 3:08 PMhundreds-photographer-13496
08/23/2023, 11:12 AMbrainy-musician-50192
08/24/2023, 6:54 AMhundreds-photographer-13496
08/24/2023, 11:52 AMupstreamLineage
aspect of concerned tableau datasource, using its urn, to confirm if fineGrainedLineages are present inside it ?
this should help on how to retrieve aspect - https://datahubproject.io/docs/api/restli/restli-overview/#retrieving-entity-aspects
cc: @famous-waitress-64616brainy-musician-50192
08/25/2023, 8:25 AM"fineGrainedLineages":
[
{
"downstreamType": "FIELD",
"downstreams":
[
"urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:tableau,c93c3d8f-f630-ee5e-3c2a-243f50f96671,PROD),Fav Game)"
],
"confidenceScore": 1.0,
"upstreamType": "FIELD_SET",
"upstreams":
[
"urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:snowflake,db.schema.view_name,PROD),FAV_GAME)"
]
},
...
There are more columns, this is just the first one. But it looks like info is there. Why is it now showing in UI?brainy-musician-50192
08/29/2023, 10:15 AMhundreds-photographer-13496
08/29/2023, 2:55 PM"urn:li:schemaField:(urn:li:dataset:(urn:li:dataPlatform:snowflake,db.schema.view_name,PROD),FAV_GAME)"
. is the corresponding snowflake dataset with urn urn:li:dataset:(urn:li:dataPlatform:snowflake,db.schema.view_name,PROD)
already ingested in your datahub instance ? You can find it out by hitting this urn on your datahub https://<base url>/dataset/<dataset-urn>
4. I answer to 3 is yes. then does the dataset have FAV_GAME column already ? does it show up in UI in uppercase or in lowercase ?brainy-musician-50192
08/30/2023, 11:52 AMbrainy-musician-50192
08/30/2023, 11:52 AMmodern-artist-55754
08/30/2023, 11:59 AMbrainy-musician-50192
08/30/2023, 12:02 PMbrainy-musician-50192
08/30/2023, 12:04 PMfamous-waitress-64616
08/30/2023, 3:41 PMgray-shoe-75895
08/30/2023, 9:03 PM