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

Updated Datasource.enforce_column #62

Closed JustinGrilli closed 1 year ago

JustinGrilli commented 1 year ago

Summary

Currently, if a column's remote_name is already mapped for a column, in the connection, it will add an additional mapping for the same remote_name. It should remove the old mapping, if it exists for a different local_name.

Changes