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

Fix parent connection update #66

Closed JustinGrilli closed 11 months ago

JustinGrilli commented 11 months ago

Summary & Changes

When using the ParentConnection.update() functionality, if the schema of the connection is difference than the existing connection, the Relation table will not get updated. This causes issues when the metadata updates for the new connection (it will use the metadata of the original table).