Tableau read and update data source ( From Web data connector) automatically

早过忘川 提交于 2019-12-10 17:52:01

问题


I am installed and added data source (web data connector) inside tableau

Web data connector URL : http://localhost/datasouceexample/example.html

we data connector holds some data. import data from web data connector and created graphs using the data's from the web data connector URL .Generated graph and saved in "tableau public" option. Embed the code inside my web application . Graphs shows perfectly.

My question is about the automatic data updation .

1 ) I want to update graph automatically based on the value from web data connector URL

2 ) If any new updations are inside input datas (new inputs) , automatically sync with tableau and update the graph,so no changes in the embed code and graph updated automatically

Any settings available inside tableau for do this section? if it is possible ? Thanks


回答1:


Only dashboards with a google sheets datasource can be automatically updated on Tableau Public. Maybe you could redesign your web service to write to a google sheets doc. If so, you could republish your dashboard to sync with that doc.




回答2:


The scenario you are describing is not possible using Tableau Public (the free version of Tableau software) and the web data connector. Tableau Public does not support updating web data connector data once published on Public, you would need to refresh the data from your desktop application and republish.

The closest supported path to your use case would be, as Kara_F mentioned in the comments, to use Tableau Server. With that product, you can create web data connector datasources and publish them to your Server. You can then schedule a refresh job which will update your data at a certain interval. More info for keeping WDC data up to date can be found here: http://onlinehelp.tableau.com/v0.0/server/en-us/datasource_wdc.htm.



来源:https://stackoverflow.com/questions/39226767/tableau-read-and-update-data-source-from-web-data-connector-automatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!