Plugins & Extending Dataiku
-
Is there a way to get the current Scenario id?
I'm buiilding a macro step for an scenario in which i need to obtain the last successful run of that scenario. I've been able to get the las successful time, but I'm struggling to limit this to only the current scenario. any suggestions on how to tackle this?
-
Please, use Marimo Notebook as replacement Jupyter Notebook
This is not a question, but more like opinion and/or feature request. Marimo Notebook definitely would be a perfect match for DSS rather than dataiku, you don't need to convert python recipe to a jupyter notebook, back and forth when editing it, the notebook is really git friendly since it is literally a python script…
-
clickhouse support
Hello, is it planned to add clikhouse as a supported database, if not, is it possible to add it ?
-
how can write def do(payload, config, plugin_config, inputs): code ?
to interactive with the UI of macros using "type": "SELECT" in "type": "OBJECT_LIST"? { "name": "test", "label": "test.", "type": "OBJECT_LIST", "itemLabel": "test", "subParams": [ { "name": "obj", "label": "Object", "type": "SELECT", "forceReloadOnValueChange": true, "getChoicesFromPython": true } ] }
-
Neo4J Connect through SSO
Hi! Is there a way to connect to Neo4J using SSO? We are currently investigating the corresponding plugin but the sign-in is only available through a username-password pair. Thanks in advance for any help!
-
Alteryx to DataIKU migration Accelerator
Hi, Has anyone used Alteryx to DataIKU Converter tool ( provided to DataIKU service partners only). I think tool is still evolving. Kindly share if there are any feedback pointers about this tool. Thanks, Operating system used: Windows
-
send attachment from dataiku to teams channel.
Looking for options to send attachment from dataiku to teams channel. Anyone setup this before?
-
Issue Sending Dashboard Pages via "Send Email Recipe"
Hi Team, I am trying to send dashboard pages via email using the "Send Email Recipe," similar to how I send CSV and Excel files. However, while CSV and Excel attachments are working fine, the dashboard pages are not being sent through email. Could you please help me troubleshoot this issue? Any insights or solutions would…
-
Dataiku CRU(Compute Resource usage) wiki
Hi I have a question The wiki of dataiku CRU has zones and datasets for llm usage, but the actual CRU does not. Is this gone? Operating system used: rocky Operating system used: rocky
-
Can we monitor any new docker images created by dataiku across the cluster?
As a dataiku admin, I want to keep a track of all the new docker images being created from dataiku. The images are created mainly when we update a code-env with container execution option. So, when we provide access to users. They add few packages to code-env & update to create a new image. I want to keep a track of any…