Removing project tags in dataiku via API
Thiagarajan
Registered Posts: 11 ✭✭
For updating project tags I've tried the below mentioned options.
awb_eng_project_metadata = awb_eng_project.get_metadata()
awb_eng_project_metadata['tags'] = []
awb_eng_project.set_metadata(awb_eng_project_metadata)
awb_eng_project_metadata['tags'] = ['foo'] awb_eng_project.set_metadata(awb_eng_project_metadata)
While performing this operation, I could see that the existing tags are not getting removed from Dataiku; but only the 'foo' tag is getting added to the provided project.
Could you provide a mechanism on how to clean up project tags within Dataiku before setting a new one?
Tagged:
Answers
-
Note that I've also tried the discussion that was mentioned in this forum by @info-rchitect , but still ended up with similar issue.
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,100 Neuron
Works for me. What version of Dataiku v12 are you in? Might be a bug.
-
Hey @Turribeach . We are using DSS 12.6.3.