This repository was archived by the owner on Mar 26, 2026. It is now read-only.
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Clicking "Update Now" in Tableau Desktop calls the connector.getData(…) method twice for each table. #502
Closed as not planned
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.