Airtable-Labs / airtable-tableau-wdc

A Tableau Web Data Connector to import records from an Airtable base into Tableau
MIT License
7 stars 2 forks source link

📚 Add documentation about Tableau Server #12

Open marks opened 1 year ago

marks commented 1 year ago

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 commented 1 year ago

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