【发布时间】:2018-01-31 12:31:51
【问题描述】:
我已经通过 Tableau Server 发布了一个数据提取,我需要每 10 分钟更新一次。当使用 tableau 命令行涉及单个连接时,我可以这样做。
tableau refreshextract --server https://online.tableau.com --username user1 --password pass --project project --datasource data_123 --source-username connection1 --source-password connection1
如果数据提取是从两个或多个连接生成的,我如何刷新数据提取。 上面的命令我都试过了,还是不行。
错误There is no active connection to the data source
【问题讨论】:
标签: tableau-api