Hi Folks, Curious about this link: https://doc.dataiku.com/dss/latest/spark/datasets.html#other. This mentions HDFS and S3 as better suited for Spark computation. I am curious why Blob Storage is not …
Hello, I am new to this platform, I have a use-case where I want to predict multiple targets from the given set of features. My use case has some features (X1...Xn) and 2 targets. (Y1, Y2). Suppose: A…
client = dataiku.api_client() connection_info = client.get_connection('project_name').get_info() #error in this line i.e., subject. Error in Python process: At line 160: <class 'Exception'>: None: b'F…
Hi I am trying to execute a insert query from the dataikuapi client object. How do I get to know if the query is excecuted successfully or not? import dataiku client = dataiku.api_client() query = "in…
We are trying set connections in a DSS flow dynamically using global and local variables. While the override variables feature works perfectly fine in database recipe (e.g. Snowflake connection), we a…
I'm using an app recipe in my project and it fails with this error "Root path of the dataset does not exist". The dataset connection looks fine. And the scenario of the app recipe appears to run succe…
Hi All, I have built an Api and deployed into separate api-node. everything works fine but I would like to get the requester headers (Query Headers or body) to verify some values before proceed. Could…
The Dataiku plugin for Sharepoint (https://www.dataiku.com/product/plugins/sharepoint-online/) in its documentation clearly states that appending to SharePoint Lists is not supported. However, it is c…
Over the last few days I raised (what I think are) some interesting Product Ideas. Please vote for them if you think they are required for your organisation: Expose Public API to test SQL connections …