We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
When trying to use the documented page options, the following error occurs
all_users = list(TSC.Pager(server.users, request_options)) File "<python_install_path>\lib\site-packages\tableauserverclient\server\pager.py", line 30, in __iter__ yield current_item_list.pop(0) TypeError: pop() takes no arguments (1 given)
Script example:
request_options = TSC.RequestOptions(pagesize=1000) all_users = list(TSC.Pager(server.users, request_options))