-
How to find un-used shared-in datasets of a project with python API ?
Thanks for your time at the beginning. I have a project and I want to know which datasets are shared-in from other projects (black icons) with Python API. However, those shared-in datasets could be seperated into 2 group: ① unused: just showing in in the zone for checking ② used: being used through recipe for analyzing I…
-
Dataiku SharePoint job is successful but shows errors in logs
Hello, I have set up a SharePoint connection which can read and write files. Everything seems to work well, it's able to read data from and write output to SharePoint. But when we look at the logs there are a lot of warnings and errors, though the job is marked as successful. Every job (reading and writing) gives the…
-
Migration & Synchronize issue in automation node
Hi, I'm using the dataiku 12.5.2 in my workplace, and I found synchronizing design node and automation node is quite hard. Minor debugging issues that occur during ingestion are all processed by the automation node, while architectural modifications are build and tested in the design node. As time goes on, differences…
-
How to find shared-in datasets of a project with Python API?
Thanks for your time at the beginning. I have a project and I want to know which datasets are shared-in from other projects (black icons) with Python API. I look through the previous Q&A, only find the way to find those which are shared-out to other project: def find_exposed_datasets(project): result = [] raw =…
-
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…