hoverinc / tableau-utilities

A module and CLI Utility for managing Tableau objects, locally, and in Tableau Online.
MIT License
4 stars 1 forks source link

Added logging for TableauFile.save and TableauServer.Publish #73

Closed JustinGrilli closed 6 months ago

JustinGrilli commented 6 months ago

Summary

We need more visibility into the operations happening when TableauFile is saving and TableauServer is publishing. Also, want to test changing the amount uploaded at a time while publishing to be less, as it may help fix the timeout errors we are seeing in Airflow.

Changes