mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-13 04:02:34 +00:00

Co-authored-by: mayurinehate <mayuri.nehate@gslab.com> Co-authored-by: MohdSiddiqueBagwan <mohdsiddique.bagwan@gslab.com> Co-authored-by: John Joyce <john@acryl.io>
22 lines
499 B
YAML
22 lines
499 B
YAML
source:
|
|
type: tableau
|
|
config:
|
|
# Coordinates
|
|
connect_uri: https://prod-ca-a.online.tableau.com
|
|
site: acryl
|
|
platform_instance: acryl_instance
|
|
project_pattern: ["^default$", "^Project 2$", "^/Project A/Nested Project B$"]
|
|
|
|
# Credentials
|
|
username: "${TABLEAU_USER}"
|
|
password: "${TABLEAU_PASSWORD}"
|
|
|
|
# Options
|
|
ingest_tags: True
|
|
ingest_owner: True
|
|
default_schema_map:
|
|
mydatabase: public
|
|
anotherdatabase: anotherschema
|
|
|
|
sink:
|
|
# sink configs |