Update tableau.py

This commit is contained in:
Jonny Dixon 2025-10-23 17:59:26 +01:00
parent bd96b1bad3
commit 5b1ee67dba

View File

@ -1836,7 +1836,7 @@ class TableauSiteSource:
upstream_tables.extend(upstreams) upstream_tables.extend(upstreams)
table_id_to_urn.update(id_to_urn) table_id_to_urn.update(id_to_urn)
# Always process CustomSQL tables (they can coexist with VC tables) # This adds an edge to upstream CustomSQLTables using `fields`.`upstreamColumns`.`table`
csql_upstreams, csql_id_to_urn = self.get_upstream_csql_tables( csql_upstreams, csql_id_to_urn = self.get_upstream_csql_tables(
datasource.get(c.FIELDS) or [], datasource.get(c.FIELDS) or [],
) )