tableau / document-api-python

Create and modify Tableau workbook and datasource files
https://tableau.github.io/document-api-python/
MIT License
326 stars 178 forks source link

Add ability to exclude hidden fields #214

Open bryceglarsen opened 2 years ago

bryceglarsen commented 2 years ago

When you look at the fields we see there's an attribute of hidden='true'

It might be useful to be able to exclude these fields when pulling all fields or at least add that as part of the field class attributes.

I'd mark this as enhancement but don't see the ability to label myself. I'll see if I can include in a new PR in the near future.