-
I am working in Dataiku and need to create a Flask API inside a WebApp. However, I am encountering a
I am working in Dataiku and need to create a Flask API inside a WebApp. However, I am encountering a 404 error. Specifically, when I add an additional input parameter to a GET request, the API returns a 404, although some other APIs are working correctly. Could you please assist me in understanding the cause and how to…
-
getting 404 Error creating new flask api in webapp
I am working on a Dataiku WebApp and facing an issue with the Flask API. When I create a new API inside the WebApp, I get a 404 error when calling it. Also, if I add a new input parameter to an existing GET API, it starts returning a 404 error as well. Could you please help me understand why this is happening and how to…
-
Knowledge Bank and API node best practice
hi dataiku users, wondering what is the best practice if i have a knowledge bank that will be used as one of the source of data in one of my API endpoint service? currently the knowledge bank is still in the designer node and the api is in the api node which sits in different server i notice sometime the api response…
-
I am working in Dataiku and need to create a Flask API inside a WebApp. However, I am encountering a
-
SocketTimeoutException in dataiku job
currently i use redshift as the source dataset , and use export to folder recipe export excel to sharepoint, the destination dataset point on sharepoint. but when i running the job, if the excel less than 50mb, job success. but if more than 50mb , report below issue: Oops: an unexpected error occurred Error in Python…
-
Unexpected “ghost” values in Window recipe (sum and count not matching)
Hey everyone, im new here I’m facing a weird issue with the Window recipe while trying to compute rolling transaction metrics — specifically sum and count over 1-day, 7-day, and 30-day periods. Here’s my setup: Partitioned by cc_num Ordered by trans_date_trans_time Using a window frame (either limit by range in days/hourse…
-
Upsert of daily data in Dataiku DSS
I work on data fed daily and I try to find a way in Dataiku to do upsert: do at the same time update records and insert new records, what are the different ways to do this please?
-
Prepare Recipe, formula. How to output null vs ""
Please advise how to setup a formula that outputs a null value instead of the empty string in the database. using redshift database. Simple example, ColumnB: if(isNull(ColumnA), "", ColumnA) What do i use instead of double quotes
-
Stacking Excel Datasets
Hi all, i had the great luck to receive the objective of creating a customs import volume forecast for my company on DataIKU as part of my annual target agreement. So now i've started my new DataIKU Project. To be honest, i am a complete newbie to this platform. Personally i work daily with Excel, a very little bit with…
-
" Parse next line as column headers" option not working for csv files
When uploading a csv file, and ticking the " Parse next line as column headers" option, the created dataset doesn't have the column names contained in the first row of the file.