Replies: 1 comment
-
Hi @dschwalb For the time being, can you try deleting the tag from the UI ? Steps are below :
Note: You need admin privilege or the ability to manage tags (if RBAC is enabled) to perform this action |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ThoughtSpot team,
I successfully created a tag using the following command, based on the identify function of cs_tools tools archiver:
cs_tools tools archiver identify --content ALL --recent-activity 120 --tag "test_daniel" --config config
This worked as expected, and the tag was applied.
I then tried to remove the tag with:
cs_tools tools archiver untag --tag "test_daniel" --config config
gave me that output:
[16:32:31] INFO Removed tag 'test_daniel' from your objects.
The command executed without any errors, but the tag is still visible in the UI. I've refreshed the site several times and waited a bit, but it hasn’t disappeared.
Is there a delay in the UI update, or could I be missing a step?
Thanks!
Daniel
Beta Was this translation helpful? Give feedback.
All reactions