mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-04 23:57:03 +00:00
22 lines
632 B
YAML
22 lines
632 B
YAML
# see https://docs.datahub.com/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://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080"
|
|
token: token_value # optional
|