-
'Append instead of overwrite' does not append table after recipe
Hi, I am trying to use the functionality 'Append instead of overwrite' to store an output after writing a recipe. However, I don't see the results being appended to the table. Instead, Dataiku performs truncate table and then invokes insert table command. When I use sync functionality, 'Append instead of overwrite' works.…
-
Dataiku - Microstrategy Integration
Hi Team, I need to understand the prerequisites and detailed steps to push data from dataiku to microstrategy Cube. Ex : If i have predictive model results in dataiku i need to push those results to microstrategy ? Please provide your inputs and help us with entire detailed process. Thanks !
-
Running your ml flow from bokeh web-app submit button in Dataiku
Hello everyone! So, i am working on a project where we have a webApp in bokeh and ml pipeline in flow section of DataIku. So, the application has several input fields which should be supplied to the ml-pipeline residing in the flow. Now, once the user press submit button in bokeh webapp, the ml-pipeline in flow should…
-
Dynamic model report
Hello, I first create in visual analysis a ML model and then deploy it. My model is fed with new data regularly so how can I get each time automatically the refreshed report with "interpretation" and "performance". Thank you in advanced
-
Changing older projects
I have some older projects that were built when I had a weaker understanding of what you could do in dataiku, and I have identified some redundancies. How simple is it to reroute the starting data set for a flow? How would you handle it so that it would not ruin the old processes but going forward used the datasource?
-
Bluk replace a connection for datasets
Hello We want to import multiple projects and while importing into new environment, we would like to bulk replace connection from "file system" to "HDFS". Standard Export - Import only allows to choose/replace connections of same type. But in our case, we would like to change connection type itself. Since there are…
-
Get releases notification
Hi, Is there any way to get notification about any upcoming releases? I always check the website, but it seems not efficient way and I cannot track it always since there are many sub-releases came frequently.
-
PySpark exit recipe with Warning status
I have a PySpark recipe which reads a dataset, and extracts a column based on first index (first row). In a scenario when the input dataset partition is empty, it throws a normal error: 'index out of range'. To handle this I created a try except block, and want to end the recipe at that except block. I tried sys.exit(1)…
-
Syncing a table from postgres to snowflake and get error: NumberFormatException: For input string: "
-
Sync Teradata dataset to another Teradata dataset with python
Dear all, I am trying to publish a dataset programmatically using python. I came across the following answer https://answers.dataiku.com/2791/create-sync-recipe-with-python-code to this type of problem, but after adapting it to my needs am unable to successfully sync the dataset. I get the following error:…