Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on November 25, 2024 3:41PM
Likes: 0
Replies: 3
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?
Note that I've also tried the discussion that was mentioned in this forum by @info-rchitect , but still ended up with similar issue.
Works for me. What version of Dataiku v12 are you in? Might be a bug.
Hey @Turribeach . We are using DSS 12.6.3.