Jac

Results 184 comments of Jac

Are you seeing this consistently? I can't reproduce this against Tableau Online right now. Here's what I get with the same code: ``` >> project_item.id '18149fd2-2443-4ea0-8f77-572aa75ed4a2' >> child_project = TSC.ProjectItem(name="Child...

ok - I can reproduce it against 22.3, so it looks like a bug that has since been fixed. I've forwarded this to the feature team to see if they...

This has been fixed in a maintenance release (March, I think).

Yes, it is a server change, the fix will be to remove the non-nullable attribute so the library accepts the new object.

What kind of user management/auth does the server have? Local users, or Active Directory, or something else?

Thanks, this is really useful feedback. I'll look at where those errors are being generated on the server and see if those can be more specific.

Thanks for posting this - it looks like it needs a server-side fix, but I can add your workaround in the client for now.

Sounds very reasonable, shouldn't be too hard.

This is trying to use the async code that is now removed, but I don't think it would work on the current code either.

Code comments currently in permissions_endpoint show that delete_permissions can take either a single rule or a list. We should update delete_default_permissions to do the same. # Delete is the only...