-
Re: MLOps best practices for Dataiku
Hi @lhulsta , You can create multiple git branches of a DSS project from the DSS user interface. You can also sync the local git repository of your project with a remote repository, write a commit, r…1 · -
Re: How to update a global variable in Scenario
Hi @zhlj , Based on your screenshot I can see that the variable your trying to edit is well a project global variable, which means that set_global_variables() cannot be used in this situation. To edi…1 · -
Re: Library Editor - update from Git
Hi @tomas , It is not possible to directly update a project library from a remote git repository using the API, at the moment. Note that you can achieve that by configuring a scenario having an Updat…2 · -
Re: How to reference global variables in API
Hi @NikMishin , API endpoints are meant to be deployed on external API nodes. Therefore, custom python functions need to be written as if they were used outside of DSS, since there is no context inhe…2 · -
Re: How to reference global variables in API
Hi @NikMishin , If you want to set variables that have a specific value for a single API Node, the recommended way is to use environment variables. You can export them in the profile of the user, or …3 ·