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 functionality to a Datasource for deleting a section from the XML #68

Closed JustinGrilli closed 11 months ago

JustinGrilli commented 11 months ago

Summary

In some cases we may want to delete an entire section from a Datasource. We can utilize the built in del Python syntax to delete a section; i.e. del Datasource.columns

Changes

Tests