tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
656 stars 420 forks source link

docs: add docstrings detailing the filter options #1435

Closed jorwoods closed 3 weeks ago

jorwoods commented 1 month ago

Add docstrings to QuerySetEndpoint subclasses so that details on what filter options are available can be displayed within the editor rather than navigating to the docs separately.

jorwoods commented 3 weeks ago

Yeah, the way I compiled this list was by scraping the filtering and sorting docs. May be difficult to update it with every server version.