Modify project variables through a hook in advanced govern node

Milad
Milad Registered Posts: 1

Hi everyone,

I am currently designing a custom blueprint with the blueprint designer on Dataiku Govern.

I am configuring a hook to communicate with a project in the design node and I would like the hook to access and modify the global variables of the design node project (based on variables I have stored in the artifact fields) and then run a scenario.

I managed to run the scenario but I cannot modify the global variables of the project. I don't find the correct function.

the following code : dataikuapi.DSSClient(host, api).get_project('project').get_variables() only returns the variables. It does not modify them.

Could someone tell me how to modifiy these variables ?

Answers

Setup Info
    Tags
      Help me…