-
Switching off particular features for a particular partition in partitioned model
While developing the partitioned model, the features selected are common to all the partitioned models. Is it possible to select market-specific features while developing partitioned models? for e.g. , I'm developing a partitioned model at a market level. Certain features applicable to the "California" market need not be…
-
Make streamlit webapp a default choice
Hi, I am not sure why streamlit is tied to code studios. Why not just make it a default code-based webapp choice like below? Where the user can use the code environment configured within the project. thx
-
Improve logging events to allow to trace back errors to actual objects
We regularly our backend logs as there is always lots of user errors that need to be cleaned up (see some samples on this other idea). However some log events do not provide enough information to allow to trace back the errors to actual objects. Here are the ones I have found so far:…
-
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…
-
create an "all delete" optional checkbox when confirming delete
I keep wondering when we will have a "[drop data] delete all" checkbox when deleting several objects in a flow (the same goes for the metastore table)
-
Flow zones and support for them in scenarios
Hello, I am exploring flow zones possibilities and I am missing one feature. Is there planned to support flow zones in scenarios? Instead of building single datasets I would like put there to build whole zone. What would be also nice is trigger another scenario when some flow zone has been refreshed. My use case: Having…
-
Have Dataiku DSS Sign Commits
Problem: Software supply chain attacks are on the rise and companies are changing policies to prevent these sophisticated attacks. Today, Dataiku DSS doesn't allow for commits to be signed. Potential Solutions: 1. For companies that utilize GitHub, allow for DSS to authenticate using a GitHub app on a per user basis to…
-
Integrate LLM from Cohere
We are using theAzure OpenAI Connector in Dataiku. We would also like to integrate an LLM from Cohere, which should also be obtained from Azure. It would be helpful to have a connector in Dataiku for Cohere.
-
Default Output location for individual or Team
I would like to bring up a feature that would be very helpful for us. DSS does not default to a specific output location. it definitely would be nice if a default location like a team S3 prefix could be setup as the default output location. This would ensure our teams are using the correct output location for the majority…
-
Git repo integration for API Designer
It would be great if there was a way to connect a remote git repo to the API designer, like it is for the project library. That way we could easily backup and sync python API code to a remote repo. Versioning is a bit iffy right now for pure code python API endpoint development.