-
Re: Recommended way to make custom CodeEnv for Python inside managed kubernetes
Hi, As of now the focus is on developing containerized execution, we don't have immediate plans to work on containerizing DSS itself. Best, Harizo1 · -
Re: List of used plugins in a project
Hi Patrik, There is actually a fully visual solution to your problem: go to Plugins > Installed > YOUR_PLUGIN > Usages. After clicking on the "Fetch usages" button you should be ab…1 · -
Re: Recommended way to make custom CodeEnv for Python inside managed kubernetes
Hi, This page is about running DSS workloads in AKS, not DSS itself. The goal of containerized execution is to offload heavy computation from recipes or notebooks to Kubernetes pods where they will h…1 · -
Re: Dataiku MLFlow integration
Hi, Don't forget to run the other code line to effectively perform the evaluation: mlflow_version.evaluate(evaluation_dataset_name) Best, Harizo1 · -
Re: Create a Recipe via API which outputs to a managed Folder
Hi Daniele, You almost had it in your Solution 1 The with_output() method of the DSSRecipeCreator takes as argument either the Dataset name or the Folder's identifier (see the documentation for more …1 ·