-
Accessing a global variable in dictionary in Application Designer
Hi, In my DSS application, I want to display a global variable that is inside a dictionary in my project variables using the "Variable Display" tile. Global variables for my project look like this: { "editable_by_user": { "data_start_date": "2022-09-01" } } I can access the "editable_by_user" dictionary with…
-
Flow variables in R
I checked the R functions here : https://doc.dataiku.com/dss/api/11/R/dataiku/reference/ and it has only dkuFlowVariable where we need to specify the name of the variable. I was wondering if we could get a list of all flow variables in the newer versions of Dataiku. In an earlier version we used to use…
-
Does a dataset need to follow a recipe immediately?
Hi, I want to use the functionality of leveraging the in-database engine so that compute happens on our Redshift. The catch is that every time I use a recipe there needs to be a dataset output of it. So, assume I am reading a table from Redshift. If I want to first filter data (Prepare Recipe) and then aggregate (Group…
-
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…