Jac

Results 184 comments of Jac

That's correct: the description field is not settable through the API currently. I don't think there's a real reason for that, so I'll prod the team that owns that area.

I've pointed this out to the team that owns the API, but if they fix it it won't be available immediately so updating tsc is worth doing anyway.

closed this bug with release https://github.com/tableau/server-client-python/releases/tag/v0.35 We will update the core REST API docs to mention the limitation on the API results.

Thanks for reporting this - it looks like it will need to be a server-side fix to avoid sending back the Bad Request error, so it won't be immediate but...

What kind of task are you trying to create?

for the second part: you shouldn't need urllib3, because that's exactly what this line is doing: server.add_http_options({'verify': False})

For signing in: nothing looks wrong immediately, and that's the most general login error response. Try running these lines before sign in - this will verify that you've got a...

Did you check your username? I think you might need to check with your server admin, they should be able to see the logs that say why your login isn't...