-
Notifications
You must be signed in to change notification settings - Fork 14
Description
We have been using the command prompt to connect and refresh Tableau data sources through JAMS. Before the Hyperforce upgrade, we used tabcmd 1.0 with the following command:
tabcmd login --server "https://prod-useast-a.online.tableau.com" --site "xxxx" --token-name "xxxx" --token-value "xxxx"
tabcmd refreshextracts --project "Tabcmd Testing" --synchronous --datasource "QA BMS - ShipTargets" --site "siliconlabsreportingqa"
After the Hyperforce upgrade, we are using tabcmd 2.0, Tableau support recommended switching to Tableau Bridge, so we updated the command to:
tabcmd login --server "https://prod-useast-a.online.tableau.com" --site "siliconlabsreportingqa" --token-name "xxxx" --token-value "xxxx"
tabcmd refreshextracts --project "Tabcmd Testing" --datasource "Quality Excursions" --site "siliconlabsreportingqa"
However, we were unable to use the --synchronous option, as Tableau support stated that it is not supported with Tableau Bridge. This created a challenge for our on-premises data sources, where job dependencies rely on a successful refresh.
So we want to know any other option can we use instead of --synchronous to know the status of datasource and get the notification as completed.