-
fekport': nan, what does this mean?
hello, everyone I'd like to ask about the cause of the result from executing the following code: client = dataiku.api_client() prj_key = dataiku.Project().project_key project = client.get_project(prj_key) scena = project.get_scenario(scenario_id) The result is: { … 'progress ': { … , 'fekport' : nan, …} … } In other…
-
How can you export a csv file to a folder using Python code, with specified path names ie 2024-09?
-
Creating a dropdown in an exported end-user dataset
I have created a report that is downloaded as an excel and stored into a fileshare. This reprot is then shared with external stakeholders for feedback. I would like this feedback to be in a column with a dropdown of options. Due to the volume of stakeholders, I cannot do this for each report manually and would like to…
-
Can Dataiku version 12.4 connect to a MongoDB superior version than 3.2.2 ,for example 5.0 or 6.0 ?
Using the UI we can no connect to mongo DB , its gives us a n error , but when we uses pymongo we can connect to mongodb. Review- the dataiku the installation have the java connector 3.2.2 , we can update the java connector in order to connect a superior version of mongo Operating system used: Redhat 8.9 Operating system…
-
Machine Learning Basics Course (Dataiku Academy)
Has anyone else had issues downloading the project files for this particular course? The pathway is as such: +New Project > DSS tutorials > ML Practitioner > Machine Learning Basics But I am unfortunately unable to get the file to download it keeps hitting an error. I have been able to download other course projects…
-
Application as Recipe Inputs are Broken (or insanely obtuse to use)
I have a project that I built out to be an Application-As-A-Recipe to upload a Dataiku dataset as a file to our API. I will refer to my Application-as-a-Recipe as my "child process" for brevity's sake. Another Project calls this recipe within its flow. The child process has a scenario to build out all datasets and…
-
Dash app OK in VS Code but does not work inside DSS
Hi, Everything is in the title. I have a webapp which is OK outside DSS (VS Code and local Python installation). The same script does not work inside DSS. When I lauch the backend I have an animation with a "Please wait". And after a couple of minutes I have this message : #————————————————————— Oops: an unexpected error…
-
join two dataset with different schema
Hello, I have two datasets, both have the "filename" as the join-key, but they have different schema dataset-1 has 300 rows for one key (filename) dataset-2 has only one row for one key (filenmae) now I would like to join both datasets —> the value of one key from dataset-2 will be duplicated 300 times to fill the colume…
-
install_plugin_from_archive sdk method - does not provides option to update already installed plugin
Hello My requirment was to install the plugin if it dos not exists and if it exists it should update the existing plugin. For the first part I was able to use "install_plugin_from_archive" method from sdk/client, but don't see any flag or separate method in update the already installed plugin. Can someone throw light on…
-
how to add calculated filters in Charts ?
I want to embed calculated filters (if x >1 set display color to blue, if x > 1.15 set color to yellow etc…) in a chart. Let's say Bar chart for example. I know how to add static filters but is there a way to add filter based on a calculation. here in this chart , each color is a parameter. I want to change parameter color…