mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
Co-authored-by: Arne Laponin <arne.laponin@thoughtworks.com> Co-authored-by: Amanda Hernando <110099762+amanda-her@users.noreply.github.com> Co-authored-by: amanda-her <912amandahernando@gmail.com> Co-authored-by: Harshal Sheth <hsheth2@gmail.com>
22 lines
455 B
YAML
22 lines
455 B
YAML
source:
|
|
type: tableau
|
|
config:
|
|
# Coordinates
|
|
connect_uri: https://prod-ca-a.online.tableau.com
|
|
site: acryl
|
|
platform_instance: acryl_instance
|
|
projects: ["default", "Project 2"]
|
|
|
|
# Credentials
|
|
username: "${TABLEAU_USER}"
|
|
password: "${TABLEAU_PASSWORD}"
|
|
|
|
# Options
|
|
ingest_tags: True
|
|
ingest_owner: True
|
|
default_schema_map:
|
|
mydatabase: public
|
|
anotherdatabase: anotherschema
|
|
|
|
sink:
|
|
# sink configs |