-
how to add in flow
drop na values in all columns in dataiku Operating system used: windows
-
Scenario questions&ideas
I want to modify the scenarios we use in production. As a developer, I don’t have access to the automation (prod) node, so let me explain the case: We have 8 different scenarios, each corresponding to a specific DOE type—for example, data ingestion, transportation calculation, dashboard output, etc. The first scenario is…
-
jupyter-run data directory
Hello, some of my jupyter-run directories of single notebooks have a huge size. What exaclty is stored in these files. Is it an active session of a jupyter notebook? Some of these directories are very large for notebooks I didn't use for months. I also unloaded the session for these notebooks. I just found the description…
-
Custom script for Container execution to push the base images
I'm running into an error ''' Error while checking kubernetes logs, returned 1 Error from server (BadRequest): container "c" in pod "dataiku-exec-python-afmkmmh" is waiting to start: image can't be pulled ''' The main reason here is because of the access issue for pushing the image to the internal repository. I was…
-
Can't register free edition
I’m having trouble registering a free edition account for Dataiku 13. Every time I try, I’m redirected to my.dataiku.com, where I can’t proceed because I don’t have an existing account. It feels like a logical loop—I’m required to have an account in order to create one. Operating system used: Linux
-
How to setup Athena connection using s3 connection
Hello, i've already setup an s3 connection which is working perfectly. I'd like to use it to setup Athena connection. My s3 connection use sts-assume-role type. Iuse dataikucloudstacj (aws) Can you tell me why thing do not work? do I need specific policies in roles of s3 and intances profile? I've this error in screenshots.
-
Configuring Code env at project via Dataikuapi
Hi, I'm trying to configure code env programmatically via dataikuapi using the below mentioned commands and I have trouble setting it up. project_settings = Eng_project.get_settings() project_settings.set_code_env(code_env_name) project_settings.save() I'm getting this issue. AttributeError: 'DSSProjectSettings' object has…
-
DSS and Ubuntu compatibility
Hi, is there an overview of which DSS versions support which Ubuntu versions? We are currently working with DSS 12.3.1 and Ubuntu 20.04 but Ubuntu 20.04 is almost EOL so we want to upgrade to Ubuntu 22.04. Is that possible with our current DSS version? We are planning on upgrading to DSS 13 soon but want to take some…
-
Disk storage usage info in logs?
I am new to Dataiku, but loving the Resource Usage Monitor project that enables easy viz of compute and processing resources. However, I cannot find how to integrate storage usage into this project from the logs. I found this associated post from a few years ago which directed to use another solution other than Dataiku. Is…
-
Programmatically configuring Code env within Python Recipe for executing a scenario
Is there a way within Dataiku where we could Programmatically configuring Code env within Python Recipe for executing a scenario? This documentation doesnt' describe that functionality. https://developer.dataiku.com/latest/api-reference/python/code-envs.html#dataikuapi.dss.admin.DSSCodeEnv Operating system used: Windows…