-
How write the rmarkdown report created in dataiku to a managed folder?
-
schema propagation problem
In the dataset explore, I can define 'description' using 'edit column schema'. And I can propagate the schema to the following 'flow' using 'schema propagation'. However, sometimes it is not inherited (if there is a 'prepare recipe' in the middle) I want to know how to inherit it normally.
-
How to share objects using the Dataiku API
Hi, It appears that the settings.add_exposed_object() method is undocumented. So documenting here few examples for the benefit of others: import dataiku client = dataiku.api_client() project = client.get_project(source_project_key) settings = project.get_settings() # Share Managed Folder…
-
Error with instance of APP111ParametersAnalyzer
Hello, I try to create an instance of APP111ParametersAnalyzer, but when I did that I have this problem. "Invalid connection for dataset product_database_prepared_filtered : filesystem_managed (Filesystem) is not freely usable and needs to be remapped." Do you know how I can fixe this issue? Operating system used: Data IKU…
-
Stuck at starting
My Dataiku is stuck in 'Starting Dataiku DSS...' for hours when I first start Dataiku, but it was working fine just yesterday. It's running on Windows, haven't had problems so far. Operating system used: Windows
-
When trying to execute a SQL recipe we have the error SHOWPLAN permission denied in database
When trying to execute a SQL recipe in a dataiku flow, we have the error SHOWPLAN permission denied in database. We tried to set the advanced options for the SQL recipe to not display the execution plan. We tried to uncheck the validation before the run. Are there any other settings we need to modify to disable the…
-
Where can I find the Dataiku Agentic Partner Competency Learning Path?
Operating system used: Windows Operating system used: Windows
-
Parse Date in-place does not update column schema to Datetime with TZ
Hi, While following the official Dataiku training dataset and steps, I parsed a date column in-place using “Parse date” with Output type set to “Datetime with tz”. The column visually appeared parsed, but its schema remained string. This caused a Window recipe to fail, stating the column is string. Parsing into a new…
-
Help for colorings pattern
Hi, I m in the process of preparing chart, and for getting these different colors for the bar, i added the same field seasons in "And" and after that i could get these palette for the bars, otherwise via the color option i got only same color across the bar, my query is, is it the right way i did to get the different color…
-
Minus date by 4 months, and plus 1
Hi dataiku community, can you help me with this problem I have a date column where it is always a month end. for example 2025-11-30 or 2026-01-31 and now i want to minus that date by 4 months, and add 1 day to it. so if the date is 2025-11-30 it will be 2025-08-01 if the date is 2026-01-31 it will be 2025-10-01 does anyone…