-
Notifications
You must be signed in to change notification settings - Fork 436
Problem with changing tags which contains '.' - 404007: Resource Not Found #994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can reproduce the same on Tableau Online which is currently on version 20221.22.0219.1914. I tried the actual REST API call that TSC makes and it also fails:
This looks like a problem on the server backend side. |
@difemaro solution is working for situation when we both have a dot in the tag or we don't have it. I think that it resolves this problem. |
I reported this internally, so let's reopen this bug until we can get a proper fix. In the meantime, the workaround above sounds like it works for anyone who runs into this. |
The internal team at Tableau is fixing this issue with the REST API (issue number 1379992). |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Hi!
I tried to change tags in a workbook.
My tags are as following: my_tag.foo
I cannot change it because i'm getting: 404007: Resource Not Found.
NOTE: When i was trying to use code below with tags without a dots it worked. It only don't works for tags with dot.
It's quite huge problem because I need to replace this dots in almost 400 workbook tags 😢
I found something related like #675 or #578 but i did not get much from it.
Versions
Details of environment:
To Reproduce
Here's code:
This code works without any problem when there's no dot in the tag name.
The problem occurs when there's a dot.
Results
The text was updated successfully, but these errors were encountered: