-
How to pass the variables values from dash Webapp to the main project
My has local variables. I created a webApp using Dash for the project to render UI dropdown. Though I see the layout but the values selected does not reflect in the project. I still need to hard-code local variables. I have a python recipe in my dataiku main project working successfully with a local variable in json format…
-
Error in running sync recipe
Hi , i am running a sync receipe from an MSSQL data set to a custom managed python data set. The sync recipe is having the option to append the data instead of overrwite, While running the receipe, getting the below error: Job failed: Unsupported APPEND mode for Custom python datasets An invalid argument has been…
-
Error when trying to use Dataiku Python APIs in API endpoint (API designer)
I have created an API endpoint of type Python code. Inside, I want to run a scenario: the idea is that when an API request is received, a scenario run is triggered. The problem is that if I run this example code: import dataiku def api_py_function(): client = dataiku.api_client() project = client.list_project_keys() return…
-
Noeuds fermés
Je travaille avec Dataiku depuis un moment grâce au lien d'invitation de mon prof. Mon problème est que je ne peux pas créer de nouveau projet car les noeuds conception,automation et API sont arrêté
-
Issue when I import module
Hello everyone, First of all, I've already checked the "__init__.py" file in the directory and I added the python path in external- librairies.json. The fact is that the problem occurs even when I'm using a notebook provided by dataiku with one of the tutorial (so that must work ??? That why I suppose that I did sth wrong…
-
Decimal point restriction
How to restrict the decimal values upto 4 decimal places in all the double decimal type column in dataiku
-
[WEBAPP] How to run a scenario with a local variable
I have a python recipe in my scenario working with a local variable. I have succesfully executed my scenario within the webapp but : How can I change the local variable from the webapp's code (in the Python back-end) ?
-
How to chart time series longer than 20 data points?
I'm creating a dashboard for reporting abnormal data series, looking at the past 90 day sales. I want to create the line chart of the past 90 day sales to monitor spikes and abnormalities. But the line chart only shows about 20 data points and lump all rest into "other" categories. Is this the default setting of chart…
-
How Do I filter the content of a managed folder and output to another managed folder?
This is a question I've asked myself and solved with a little Python code so I thought I'd share. I had a folder with several subfolders, each containing a JPEG for each page of the original PDF (for context this folder is the output of the Greyscale recipe from our Text Extraction plugin). I really only want to parse…
-
Dataiku remove duplicate data
Hi all in dataiku after doing a left join operation I am removing all the duplicate values, but when I exported the dataset as an excel I noticed there are few rows which are exactly matching but are not removed or considered duplicate. Once I did the TRIM operation in excel then duplicate values were considered and…