-
Re: How to execute pyspark code from a scenario?
If you need to read datasets from other flows the best approach is to use exposed objects. E.g https://doc.dataiku.com/dss/latest/security/exposed-objects.html for the dataset that reside in other pr…1 · -
Re: Reuse of Initial Dataset in Scenarios
Hi, As explained here https://doc.dataiku.com/dss/latest/flow/building-datasets.html#preventing-a-dataset-from-being-built If the dataset is explicit build then even if you select "Build Require…1 · -
Re: Using multiple versions of a plugin at the same time (branching??)
Hi, With branches only can have only a single active branch. https://doc.dataiku.com/dss/latest/plugins/reference/git-editor.html#working-with-branches What could work for you but does require a few …1 · -
Re: Can I run AutoML on multiple instances?
Hi, There are several-push down compute options available see: https://doc.dataiku.com/dss/latest/containers/index.html. This allows you to push down training of models and other jobs to at Kubernete…1 · -
Re: How to convert an integer to a text
Hi Laurent, I assume you are looking for a way to convert integer to text in DSS formula? For example as part of Prepare recipe correct? https://doc.dataiku.com/dss/latest/formula/index.html There ar…2 ·
