-
Why is the recipe saying Dataset doesn't exist after the dataset has been created?
I am facing a strange issue where even after a dataset is getting created, the code is saying that dataset doesn't exists. Following is the function that I am using which has 3 steps - 1. Creating a table in the database 2. Creating a dataset in DSS and connecting it to the table created in 1 3. Writing a pandas dataframe…
-
Governance API- Validation of Governance Approval for a specific bundle of a project
I am trying to a create a logic to validate the governance approval for a particular bundle of a project. Input params: PROJECT_KEY, BUNDLE_ID The python code should be able to validate the governance approval status and provide the result as approved, pending , rejected,etc. I am trying to use the…
-
Meaning-associated palettes not applying color
I made a user defined meaning with colors for each value, but my charts don't automatically pick up my colors. Are there any settings that I'm missing here? Some things I tried: I had a list of just Sharp and Flat A list of [no value] which lead to a null pointer exception A list with "null" I tried deleting and remaking…
-
Possible to add flow image and wiki as inline email vs attachments?
Hi, I would like to add the Project wiki at the top of my scenario email template and add the image of the flow below that. Is this possible? thx Operating system used: Windows10
-
Testing SQL Connections
We want to test database connections in all our instances since our internal security policy is to change database passwords yearly and this invariably leads to some user connections being missed and this invariably leads to some user database connections being missed, the password expiring, flows failing, data not being…
-
How to unzip files from managed folder in dataiku
I am getting error as : NotImplementedError: That compression method is not supported at zip_file.open(), even though code is able to list the filenames in zipped folder as you can see VBOX0001.vbo Operating system used: Windows Operating system used: Windows
-
Timeseries forecasting with GPU / cuda 11
Hello, I am now trying to train a model with timeseries forecast by using GPU. OS: Ubuntu 22.04 Installed with apt-get on OS: libcudnn9-cuda-11 cuda-toolkit-11-8 libnccl2 I then created a new python env : when i use that environment in the model, I can see at first that it's fine since it shows me my GPU card : but when I…
-
Preformat and preprocessing a register Dataiku model through python by using
I would like to use through a python recipe a registered model and apply the preformat and preproccesing through a huge dataframe connected to Databricks (which is good for memory issues). But it seems this is not possible to do it without passing through a pandas dataframe. Anybody know how to resolve this? The error…
-
How do I get the average of a column to use in a DSS output file (not a metric)
I have a small table that gives me the average # of workdays, average daily value, and average forecast for the previous 3 months. I have to be able to calculate the average of each column so I can use the results in another prepare recipe (for example, the average of Workdays is 22). Is there a formula that will create…
-
Keeping Conditional Formatting While Export Doesn't Work.
I have an issue with the Applying conditional Formatting while export. Dataiku does not apply formatting while export. What is the issue how can i keep conditional formatting.