-
Re: Help needed regarding python packages installation using it
Hi, Adding the requirements to a separate code environment is usually preferred over installing packages to your directly via pip or in your base code env. See: https://doc.dataiku.com/dss/latest/pyt…1 · -
Re: Change default connection for custom recipe
Hi, The default connection will be set to the global-defined settings or overrides at the project settings e.g Currently, there is no option to change the default connection from the plugin configura…1 · -
Re: How to edit a dataset ?
Hi Hugo, In DSS you can edit datasets by using a "Push to editable" recipe. You can read more about here . You can find it under Other Recipes, once the new dataset is created you can click…2 · -
Re: Error while executing jobs
Hi @Srkanoje , StackOverflowError would usually indicate there is a loop in your flow that is not supported by DSS during a recursive build. You can either remove the loop in your flow so that the re…1 · -
Re: Advance Designer Certificate Exam Step 9
Hi Tim, The Redispatch option will show up only after you add partitions to the output dataset. The steps would be : 1. Create the Sync recipe, go back to the flow. 2. Edit the output dataset partiti…1 ·
