-
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…
-
No Publish Button for Charts
I'm new to Dataiku and have been working through the introduction courses and am stuck at the point of publishing a dataset chart to appear on a dashboard. https://knowledge.dataiku.com/latest/courses/lab-to-flow/reporting/reporting.html#publish-to-a-dashboard Basically I need to "Click Publish in the upper right corner of…
-
How to rebuild a dataset that is build from an Excel file that is located in a managed folder?
After successfully refreshing the Excel file in the managed folder, I can't find out how to refresh the downstream dataset. The Excel file in the managed Folder is successfully refreshed by dragging the updated Excel file 'data_cleansing.xls' to the Managed Folder and overwriting the old version of this file. But the…
-
How to setup local Python environment for dataiku? (pandas version conflict)
【code】 import dataiku import pandas as pd print("pandas version: " + pd.__version__) 【result】 C:\xxx\scripts\test.py WARNING:root:Could not import pandas. Pandas support will be disabled. To enable get_dataframe and other methods, please install the pandas package pandas version: 2.3.3 【description】 I'm currently setting…
-
How to automate flow flow build ?
I have multiple python scripts that i use to ingest data from DB and perform ETL steps . At the moment all the ETL logic runs on an on premise server (mainly using python / cron). Since we have Dataiku available since few things, i'm thinking about migrating all our ETL to Dataiku (flows using python recipes). Yet , it is…
-
compatibility of the Foreach and transpose transformations
Hi, I have a project which uses Foreach statement and right after Transpose. The Result of the output should be 26 as u see in the picture but we get 19 for some reason. When we spited the prepare statement in two moving the Transpose in a separate prepare the output was correct. I do believe it has to do something with…
-
Performance issue in Dataiku.
Hi, I am new to Dataiku and creating one pipeline like, datbricks-read-only dataset to -> prepare recipe (databricks dataset) ->(sync) databricks dataset to ->(sync) Azure dataset and then further process . In prepare recipe I am taking only required columns and renaming it so no space should be there. pipeline is like as…
-
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
-
Ollama on DSS
Pardon my ignorance on the subject but is there a way to connect to a model like llama2 or mistral running on Ollama locally or another k8s cluster to DSS Operating system used: Suse 15
-
as_core_knowledge_bank not working on dataiku-api-client==14.2.3
To convert a DSSKnowledgeBank to a KnowledgeBank using the dataiku API we have to use the as_core_knowledge_bank() function (https://developer.dataiku.com/latest/tutorials/genai/nlp/create-knowledge-bank/index.html). However, the instantiation of the KnowledgeBank is not working because the context_project_key is missing…