-
Re: Set a project level variable from a python recipe
Thanks, actually it is a little bit more complicated, the sample code is: import dataiku v = dataiku.api_client().get_project('PROJECT_KEY').get_variables() v['standard']['my_variable_name'] = 'value…5 · -
Set a project level variable from a python recipe
Hi, I need to set a project level variable from a python recipe. How can I do that? I dont want to use Scenario in this case. Thanks for the example, Tomas1 · -
Re: Forcing a connection(s) on project
I see, thanks for the answer. But this is not the solution I am looking for. Because I would like to create (clone) some projects (set of subject area) for developers but allow them to use a special …1 · -
Re: Plugin Recipe Unique Identifier from within Recipe.py
Hi, I tested your case, created a plugin recipe producing dummy output. When you create more than one instance of the same plugin and you want to distinguish between them, you can use the recipe name…2 · -
Get last scenario and jobs event per project quickly
Hi dataiku users and experts, I need to very quickly evaluate from all projects (around 300) if some job was executed in the last couple of minutes (configurable) or some scenario triggered and execu…1 ·