Jac

Results 184 comments of Jac

Hm, not sure I've tried this. Most likely the problem is in the library here, and the request is timing out - there's no logic here to extend the session....

I am pretty sure the answer is no here, but it seems like this might be something the content migration SDK is capable of?

Default view ID is now an attribute when you get a workbook - I'm not sure if that will reflect any user-specific defaults though. There are also now a couple...

I know this is very old, but clarifying the request: we can't update the admin views using tsc. I'm assuming the request is for one or more methods in tsc...

Seems a known issue in pyinstaller, except it was fixed in 5.12 and I have 5.13. Maybe the runners have a different version? https://github.com/pyinstaller/pyinstaller/issues/7692

aha - that fix in pyinstaller is assuming python 3.11 or greater, and we were building on 3.9. Perhaps we should move to building on 3.9 and 3.10 but packaging...

This was not fixed. Must be some difference in the repo settings I tested with.

This shouldn't have changed. What server versions are you seeing it on?

@gdrau what API version are you using in your script? This error message will also be returned if you are specifying an API version below 3.5, when the feature was...

I created a sample for subscriptions and verified that it succeeds with the current server version, and fails using 2.4. https://github.com/tableau/server-client-python/pull/1487