datahub/metadata-ingestion/examples/recipes/tableau_to_datahub.dhub.yaml
김가윤 a92230b321
docs(ingest/tableau): add token to sink config in sample recipe (#9411)
Co-authored-by: KaYunKIM <kayunkim@ENCR22N10075.local>
Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
2023-12-13 12:30:18 -05:00

22 lines
634 B
YAML

# see https://datahubproject.io/docs/generated/ingestion/sources/metabase for complete documentation
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
# see https://datahubproject.io/docs/metadata-ingestion/sink_docs/datahub for complete documentation
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"
token: token_value # optional