2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/metabase for complete documentation
|
2022-02-08 14:26:44 -08:00
|
|
|
source:
|
|
|
|
type: "tableau"
|
|
|
|
config:
|
|
|
|
token_name: token_name
|
|
|
|
token_value: token_value
|
|
|
|
connect_uri: https://prod-ca-a.online.tableau.com/
|
|
|
|
site: acryl
|
|
|
|
projects: ["default", "Project 2"]
|
|
|
|
ingest_tags: True
|
|
|
|
ingest_owner: True
|
|
|
|
default_schema_map:
|
|
|
|
dvdrental: public
|
|
|
|
someotherdb: schema
|
|
|
|
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
2022-02-08 14:26:44 -08:00
|
|
|
sink:
|
|
|
|
type: "datahub-rest"
|
|
|
|
config:
|
2023-03-15 04:55:57 +00:00
|
|
|
server: "http://localhost:8080"
|
2023-12-14 02:30:18 +09:00
|
|
|
token: token_value # optional
|