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

Improved efficiency of the Datasource.save function #59

Closed JustinGrilli closed 1 year ago

JustinGrilli commented 1 year ago

Summary

The Datasource.save() function is highly inefficient at the moment. It is causing our Airflow DAG using this function to timeout before it can complete.

Changes

Tests