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

Fixed an issue with enforcing columns for datasources with a live connection #55

Closed JustinGrilli closed 1 year ago

JustinGrilli commented 1 year ago

Summary

Datasource.enforce_column() will throw an error when used on a datasource with a live connection, if remote_name is provided. This happens because it will attempt to update extract metadata; tho live connections do not have an extract section, of course.

Changes

Tests