-
Je n'arrive pas à faire fonctionner cette formule pour calculer la différence entre deux dates
voici la formule: if(diff(DateDeSortie_MAJ2,val("DateEntréeDIR2S_MAJ"))>=0,"",DateDeSortie_MAJ2) merci pour votre aide
-
How to use a remote MCP server tool in Dataiku
Is there a doc about how to do this in a recipe or notebook? I have created an MCP server following the tutorial here: Building your MCP Server in Dataiku - Dataiku Developer Guide I have tested this via MCP Inspector. Now I'd like to see how I can test this or an external MCP server from a Dataiku project. The "wrapping…
-
How to Change Oracle Data Storage Type
I'm hoping to use the VARCHAR2 column storage type in Oracle rather than NVARCHAR2, which appears to be the default storage type used by Dataiku for strings in Dataiku-managed datasets stored in Oracle. What's the best way to do this?
-
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…
-
I have Created a API Service Using API Designer and trying to Deploy, facing below error
Operating system used: DataIku API Deployer Operating system used: DataIku API Deployer
-
How write the rmarkdown report created in dataiku to a managed folder?
-
Best Practices
Do we have any recommended best practices for Dataiku ?
-
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.
-
Free for testing LLM API
Hi, do you know any of the LLM providers that proposes a free API with free prompts through Dataiku LLM mesh (on limited basis of course) so using one of the LLM recipes of Dataiku the reason why i ask this : i am teaching to students data science using Dataiku , i would like to have my students practicing Gen AI through…
-
How to Analyze Entire Datasets in Dataiku Instead of Samples
I’m working in Dataiku to create a usable dataset by combining internal data with public data. Currently, each dataset is loaded with only a sample of about 10,000 rows, and I used Visual Recipes to build the final dataset. However, it seems that the final output was also generated based only on the sample data. How can I…