average-dusk-91249
09/30/2022, 4:46 PMdatabase.schema.table_name
. Separately Snowflake ingestion has a hierarchal structure of database > schema > table_name
. My assumption is that connecting the lineage between something like Tableau Dataset: mydb.myschema.mytable
and Snowflake Dataset: mydb > myschema > mytable
would not show up in lineage graphs automatically.
For Tableau ingestion, I did see a section for default_schema_map
in the YAML settings. Don't know if something would need to change there to make the connection between a scenario like this work.
source:
type: tableau
config:
ingest_owner: true
default_schema_map:
mydatabase: public
anotherdatabase: anotherschema
connect_uri: '<https://tableau.site.com>'
password: '${tableau_password}'
ingest_tags: true
username: tableau_username
projects: null
pipeline_name: 'blah_blah'
modern-artist-55754
10/02/2022, 9:25 PMmodern-artist-55754
10/02/2022, 9:28 PMingest_tables_external: true
average-dusk-91249
10/02/2022, 9:31 PMmodern-artist-55754
10/02/2022, 9:32 PMmodern-artist-55754
10/02/2022, 9:32 PMaverage-dusk-91249
10/03/2022, 6:00 PMdatabase.schema.table_name
). I assume this default title is given until the source is properly ingested through Snowflake?
Once I ingested the Snowflake data itself (outside of Tableau's ingestion), the node showed up properly in the form I would expect (directory style database > schema > table_name
)modern-artist-55754
10/03/2022, 11:14 PM