lively-jackal-83760
02/22/2023, 9:59 AMtable_path = None
if project and datasource_name:
table_path = (
f"{project.replace('/', REPLACE_SLASH_CHAR)}/{datasource_name}"
)
is it possible to change this behaviour somehow?
I want to ingest vertica source as usual and then ingest Tableau and make links between ingested vertica tables and Tableau chartsastonishing-answer-96712
02/22/2023, 10:45 PMhundreds-photographer-13496
02/23/2023, 8:38 AMingest_tables_external
if you are already planning to ingest vertica tables from vertica ingestion source. If you can disable ingest_tables_external
, you'll be able to see vertica dataset at the desired browse path as generated/expected by ingesting vertica source alone.lively-jackal-83760
02/23/2023, 11:18 AMhundreds-photographer-13496
02/23/2023, 1:19 PM