Removing project tags in dataiku via API

Thiagarajan
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?

Answers

Setup Info
    Tags
      Help me…