-
Sankey - input data
Hi community, I'm trying to create a Sankey chart using the DSS plugin. I've organised my input data so I have three columns: SourceDestinationValueAB100AC50BD90BE10CD25CE15CF10 However the chart isn't generating from this. I've made sure there is no repetition on source/destination names and the chart generates on…
-
DSS Feature Store
Appreciate some pointers... Trying to find info on below: 1) Where does DSS store Features, is there an internal feature store with in DSS? 2) Can DSS work with AWS SageMaker(SM) Feature Store, to push and re-use features which are in SM Feature store? 3) Best way to store and share features with in a team? 4) Any other…
-
Install Oracle JDBC driver
I want to make a connection to a Oracle database, to install driver as it is mentioned here: https://doc.dataiku.com/dss/latest/connecting/sql/oracle.html but there was no directory /lib/jdbc, so I created the jdbc directory and install the driver, and restarted Dataiku, the error was the same as it was't install…
-
Plugins Shared Code in containerized environment
I have a custom plugin with some shared code in the "python-lib" directory that I'd like to import and use in other places. Following this link - https://dss.grc-mlops.com/admin/code-envs/design/python/plugin_scaler-engine_managed/ The following code works in a regular notebook running on DSS. However, if I change the…
-
Cannot start Model Error Analysis webapp
Hi Dataiku Community, I tried installing the plugin for Model Error Analysis and I'm having some issues (happening with other plugins as well: Model Stress Test, Model Drift Monitoring, Generalized Linear Models). I am getting a backend error when starting the webapp form the model view. Traceback (most recent call last):…
-
Appending dataset with python data frame in scenario
Hi wrote this python code to store SQL dataset output in another SQL dataset using python only. "output_df" data frame is having 1 row but while appending into the data set it's now inserting and returning the message with "0 rows successfully written". I also put result of "output_df" data frame which I want to append…
-
How do you handle backward compatibility?
Hi everyone, I was wondering, those that develop custom plugins, how do you handle backward compatibility? And by that, I have two different scenarios 1) Whenever there is a new DSS version, how do you test that the plugin works in the new one? Are unit tests sufficient for that or you have another way to do it? 2) What if…
-
Object oriented programming on plugins development
Hi everyone, Lately, I was evaluating the different code bases of DSS plugins I could find in Github. As I saw, all of them are written in a functional way and none of them used classes and methods with an OOP. I was wondering if this way is not practical and thus none has chosen it or there is another reason for that. If…
-
Connect Dataiku with Dremio
Hi, I would like to know whether it is planned to provide Dataiku with a Dremio connector or not ? - as a data source - as a data engine also, if possible Thanks in advance, Moaï
-
plugin parameter type COLUMNS seems to miss some columns
I had a plugin that allowed the user to select 1 column and the type was set to COLUMN and this seemed to work fine. However, I wanted to upgrade to be able to select multiple columns, so I changed the type to COLUMNS and I found the some columns would always be missing form the list? is this a know issue? any workaround…