-
Why I get some No Value when using Create GeoPoint?
I am using the processor Create GeoPoint but I get some empty values. What is the reason?
-
How to display HTML in managed folder on dashboard?
Hi, I have created an interactive HTML file with data embedded. Opening this in any browser works fine. I uploaded the file and tried to display in a dashboard using both managed folder and a Web Content tiles. The manged folder, just shows the HTML text when the file is selected. The Web Content tile requires a URL, it…
-
Using DASK for merging in Dataiku
I am trying to join two big dataframes in Dataiku, using Dask, since Pandas gives the dead kernel error. However using Dask gives me this error: ' AttributeError: BlockManager' object has no attribute 'arrays' which seems to be an internal Dask error. Operating system used: Windows
-
error in r : incomplete final line found on 'remote-run-env-def.json'
Hello, I got in error with my r code and I wonder if it comes from my code or Dataiku. [11:12:26] [INFO] [dku.utils] - [1] "********** R code failed **********"[11:12:26] [INFO] [dku.utils] - [1] "Error evaluating R code: subscript out of bounds"[11:12:26] [INFO] [dku.utils] - Warning messages:[11:12:26] [INFO] [dku.utils]…
-
Basics 103 cannot edit dashboard
Hi, I am currently doing the tutorial of reporting tools. The part where it says, " publish all the charts you've created" somehow all my charts come as sample. So, when I try to edit the dashboard tiles, I can't. Please help.
-
propagate schema fails at partitioning sync recipe
I added a column to the start of an SQL pipeline and needed to ensure that the schema change was propagated to subsequent tables. Thankflully, DSS "propage schema" functionality allowed me to automate this task. dataiku's convenient functionality to propagate upstream changes in schema However, at some point I encountered…
-
Decrypt secrets for preset in plugins with Custom UI
We are creating a plugin with custom UI and we want to use the preset functionality to store secrets. However, when we store a variable as secret is it automatically encrypted. If we use Dataiku native UI then it is handled automatically with no issue. However, we want to use custom UI because we want to do some validation…
-
Insert data from python df to sql table
Hi all, I wrote a python code using python recipe, I need to add inside it a command that achieves: The result of my code is a dataframe named combined_df, I need to insert the data in it into another table that's connected to SQL server. Also this SQL table is an input to the python code, is this doable? The idea is I'm…
-
OUTPUT_DATA_BAD_TYPE - resulting in loss of rows in data
so I have a dataset in an S3 connection that I am enriching with partition information and writing to a HDFS connection. I am losing 1100 records due to bad datatype. How can I override this? I tried by adding something to the prepare recipe where I use a formula ToNumber(Field1) saved as Field1_. I deleted Field1 then…
-
How to use flask.rander_template in WebApp
I have a webApp which needs to launch a long running process in flask backend. Mean while I don't want the front end user to wait. I tried flask.rander_template, but it seems does not work for DataIKu. I am not able to find out the location of template and the html file for my webApp Operating system used: Window