-
Re: I need a help on how to install python package via pip
Hello, You should use a code environment to install packages in it: https://doc.dataiku.com/dss/latest/code-envs/index.html1 · -
Re: Divide a column by another one
You can do this in a formula processor inside a Prepare recipe: https://knowledge.dataiku.com/latest/data-preparation/prepare-recipe/concept-prepare-recipe.html I suggest that you go through our Acad…1 · -
Re: Get a list of code environments that use a specific python package and the version specified?
You can use the Python DSS API to automate this kind of task (and many others). This is the starting point to learn more about this: https://developer.dataiku.com/ In particular, you'd want to use th…2 · -
Re: Defining INTS params in recipe.json Dataiku Plugin
Hello, This is a known issue. For now, you must use DOUBLES — apologies for the inconvenience.1 · -
Re: Dataiku Elastic AI kubernetes: all task fail with "urllib3 v2.0 only supports OpenSSL 1.1.1+"
Here: https://downloads.dataiku.com/public/dss/1 ·