faint-advantage-18690
07/12/2022, 8:00 AMhundreds-photographer-13496
07/12/2022, 9:32 AMfaint-advantage-18690
07/12/2022, 10:09 AMhundreds-photographer-13496
07/12/2022, 10:33 AMidWithin
filter in mentioned query to use id of your published datasource ? (you can get datasource id (uuid part) from datasource's urn.) Ideally you should see upstreamTables
pointing to bigquery tables in graphql response.faint-advantage-18690
07/12/2022, 12:00 PMhundreds-photographer-13496
07/12/2022, 12:02 PMfaint-advantage-18690
07/12/2022, 12:30 PMfaint-advantage-18690
07/12/2022, 12:32 PMhundreds-photographer-13496
07/13/2022, 6:32 AMpublishedDatasourcesConnection
query itself does not return upstreamTables
, datahub tableau source will not be able to extract the upstream lineage currently. We have observed in the past that tableau fails to extract upstream lineage in some cases of custom SQLs.
Can you retry the same tableau metadata query without using Custom SQL and directly using the bigquery table ?faint-advantage-18690
07/13/2022, 8:34 AMfaint-advantage-18690
07/13/2022, 8:36 AM{
"data": {
"publishedDatasourcesConnection": {
"nodes": [
{
"__typename": "PublishedDatasource",
"id": "75ed993d-5aa5-f33c-2849-06b1c9d37a4d",
"name": "MySource",
"hasExtracts": true,
"extractLastRefreshTime": "2022-07-13T08:08:50Z",
"extractLastIncrementalUpdateTime": null,
"extractLastUpdateTime": "2022-07-13T08:08:50Z",
"downstreamSheets": [
{
"id": "13527a0d-5952-a141-0898-0ae8d5bedfdb",
"name": "Last Update"
},
{
"id": "3ef6eb6a-f14a-840b-464b-86f9557bb5aa",
"name": "Test2"
},
{
"id": "4445f9b5-0478-af47-a8b4-e8a2f308de41",
"name": "Last Update"
},
{
"id": "9ae5293e-05b4-7dd9-c221-916406560db3",
"name": "Test3"
},
{
"id": "c6b019d9-5cbb-8657-3a19-02693afde386",
"name": "Test4"
},
{
"id": "f5531582-3255-cf24-e485-9a9bd2f761d8",
"name": "Last Update"
}
],
"upstreamTables": [
{
"name": null,
"schema": null,
"fullName": null,
"connectionType": null,
"description": null,
"contact": null
}
],
hundreds-photographer-13496
07/13/2022, 8:47 AMfaint-advantage-18690
07/13/2022, 9:27 AMhundreds-photographer-13496
08/25/2022, 5:43 AMfaint-advantage-18690
09/05/2022, 11:47 AMhundreds-photographer-13496
09/05/2022, 12:16 PMfaint-advantage-18690
09/05/2022, 12:53 PM