Closed anurlybayev closed 3 years ago
Using connection
methods works as expected.
The above works on the 0.1.2
version of the library.
Hi @anurlybayev sorry for the inconvenience, this bug has been patched and running pip install -U tableau-api-lib
should resolve the issue.
The issue resulted from two errors on our end:
1) the typeguard package has been introduced for type checking on certain classes / functions, but was not added to the library's setup.py
as a requirement
2) typeguard is being introduced to the library and an incorrect type check was applied within the pagination.py
script that local tests failed to cover
Both of those issues have been patched. Please let me know if you experience any issues after upgrading the library.
Confirm, this has been resolved in 0.1.5
Hello,
Following snippet:
throws an error:
Please advise?