tableau / webdataconnector

Bring the data you care about into Tableau
https://tableau.github.io/webdataconnector
MIT License
678 stars 585 forks source link

Clicking "Update Now" in Tableau Desktop calls the connector.getData(…) method twice for each table. #502

Open nikhil-archerirm opened 1 year ago

nikhil-archerirm commented 1 year ago

The consequence of this is that the fetching of data now takes twice as long. All of the data is fetched twice for no apparent reason. This has started to happen AFTER version 2020.4.20. Up until version 2020.4.20, this was working fine. Also, If I don't click "Update Now" and just go to the worksheets directly, this issue doesn't happen and the connector.getData(…) method gets called only once per table.