Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions metadata-ingestion/docs/sources/tableau/tableau_recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ source:
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$"]
project_pattern:
deny:
- "^default$"
allow:
- "^Project 2$"
- "^/Project A/Nested Project B$"

# Credentials
username: "${TABLEAU_USER}"
Expand All @@ -19,4 +24,4 @@ source:
anotherdatabase: anotherschema

sink:
# sink configs
# sink configs
Loading