Hello, is there a way to convert string dates to datetime format? For example Jan-18 to '01-2018'? I know sql has TO_DATE( '10 Aug 2018', 'DD MON YYYY' ) But is there something similar available for d…
Hello, In a simplified example I have a flow with two pipelines. On the first pipeline, the final output is a DatasetA. On the second pipeline, the first input is DatasetA. They both link to the same …
Hi Team, I am having a use case where I have to create a new column based on 3 columns X, Y and Z. If a value of X is in between the range of columns Y and Z then the new column has the value X else t…
Dear experts, I have been trying to understand how I could export an existing DataIku dataset to Excel. By studying the documentation, I suppose there might be an API functionality allowing me to achi…
Hi there, I think it must be a very simple task, but I can't find any recipe or formula in order to count the number of sells per customer (I have a colum "orderTransaction" and a column "IDbuyer"). T…
Hi I want to import RDS file into Dataiku. I have used Managed Folder with S3 as storage and upload the RDS file into the Managed folder(i.e in S3) I have created an R recipie where i am able to retri…