-
Add Seldon to deployment options
One of the deployment options in our company is Seldon (Seldon, MLOps for the Enterprise.). It would be great if Dataiku had the option to deploy directly to Seldon, the way deployment to K8, AWS, Databricks or Azure is now possible. Seldon in general deploys MLflow artefacts.
-
Add support for Snowflake key-pair authentication
Currently the dataiku only support "User/Password" and "OAuth" for Snowflake connection. Snowflake has Key-pair authentication https://docs.snowflake.com/en/user-guide/key-pair-auth, which I would like to use for my service accounts.
-
Export and Import of Code Studio Template
Hi, On Dataiku 12, I do not see a way to export a code studio template. How can I export a code studio template and import it into a new Dataiku instance? thx Operating system used: Windows 10 Operating system used: Windows 10
-
Integration with Microsoft Fabric and its OneLake
Hi, Couldn't find anything on an integration with Microsoft Fabric through OneLake yet in the Dataiku docs/release notes. Is this coming soon? As I read the Microsoft docs I understand we can't connect directly via ADLS, only via APIs or SDKs. Thanks in advance, Jonathyan Operating system used: RHEL 8
-
Add support for Pandas 2.0
Pandas 2.0 can bring great performance improvements when using the pyarrow backend: https://towardsdatascience.com/pandas-2-0-a-game-changer-for-data-scientists-3cd281fcc4b4
-
Auto Synch Jupyter Notebook and Corresponding Recipe Code
I often find myself editing Python Jupyter Notebooks that have an associated recipe. If I save the notebook but forget to "Save Back to Recipe," there is a "Mismatch between recipe and notebook." In turn, running the recipe as a standalone script, or running the recipe through scenario automation results in an unintended…
-
Auto-generated visual recipe concept
Problem Statement: Right now, there are great, no-code visual recipes in DSS for select, common machine learning algorithms and data wrangling tools. In other cases, code recipes are required and users repeatedly have to both code the algorithms and add the same lines of code wrappers in DSS code recipes to map to datasets…
-
Connect with Snowflakes Cortex LLM
With the recent explosion of LLM's, and your collaboration with snowflake, it would be great to have a native connection that utilizes the Snowflake cortex calls. https://docs.snowflake.com/en/user-guide/snowflake-cortex/overview
-
Add support for updating Git references in dataiku-api-client
Currently updating the git branch of a code library is only possible via. the Dataiku UI. This is preventing our team from implementing automated CI/CD pipelines as we use Gitlab release tags to control project library code versions. Being able to update the branch via. API would ensure that we could fully automate the…
-
Provide a GUI and APIs to check for failing triggers
We do a lot of work in our instances to try to keep the backend logs as clean as possible. On large and busy instances this is a constant battle to deal with user errors which pester the backend logs and made them too busy. One of the most common user errors we find is constantly failing triggers. In the majority of the…