Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 Add documentation about Tableau Server #12

Open
marks opened this issue Jan 25, 2023 · 1 comment
Open

📚 Add documentation about Tableau Server #12

marks opened this issue Jan 25, 2023 · 1 comment

Comments

@marks
Copy link
Contributor

marks commented Jan 25, 2023

Tableau documents how to set up/allow Web Data Connectors in Tableau Server generally at https://help.tableau.com/current/server/en-us/datasource_wdc.htm .

The following shell commands have been used to allow-list the Airtable Tableau WDC in this repository

# allow extract refreshes for WDCs
tsm data-access web-data-connectors allow -r true 

# allow Airtable Labs WDC 
tsm data-access web-data-connectors add --name "Airtable Labs WDC" --url https://airtable-labs.github.io:443/airtable-tableau-wdc --secondary https://airtable-labs.github.io/airtable-tableau-wdc/.*,https://airtable.com/css/compiled/all.css,https://cdn.jsdelivr.net/npm/*,https://connectors.tableau.com/*

# apply changes
tsm pending-changes apply

# confirm allow list
tsm data-access web-data-connectors list
@marks
Copy link
Contributor Author

marks commented Feb 7, 2023

Additionally, if your Tableau Server and the underlying network requires an explicit allow list, api.airtable.com should be added to your network configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant