Plugins & Extending Dataiku
- I want to programmatically download the output dataset of the flow into my local machine. How can I do this? I tried following some suggestions from Chat GPT, it doesn't work. I get max retries reache…Last answer by Sajid
I tried Webapp at first and it worked, but the ask is to use Applications and download the file.
If you see the image below, users have to click on "Run" after adding a phone number (user input for filter). A scenario is executed on the click, once the scenario is successful, I can click on the "Download" button to get the data in my local machine.
The ask was to find a way for all these steps could be done on a single click, so only one button. I thought of this approach, by adding a download program (Python code) at the end of the scenario, we don't need the "Download" button.
But as I see, scenarios and recipes are not interactive, I understand that won't work.
Thanks
Last answer by SajidI tried Webapp at first and it worked, but the ask is to use Applications and download the file.
If you see the image below, users have to click on "Run" after adding a phone number (user input for filter). A scenario is executed on the click, once the scenario is successful, I can click on the "Download" button to get the data in my local machine.
The ask was to find a way for all these steps could be done on a single click, so only one button. I thought of this approach, by adding a download program (Python code) at the end of the scenario, we don't need the "Download" button.
But as I see, scenarios and recipes are not interactive, I understand that won't work.
Thanks
- Greetings,Hope this finds you well.I have a question. Let's say I created a flow. I now need to create a user interface to run it from A to Z. I also want to take some inputs from the user. Is that po…Last answer byLast answer by
- I'm developing a plugin and I'd like to get the handle of the current plugin to get its name and settings. Similar to client.get_default_project() to get the current project. Also, is there a way to k…Last answer byLast answer by
- Hello, I am developing a plugin recipe, using python. I want the user to be able to give some input, which I allow in the form of params. One of the params I want to have is a datetime, which is not a…
- Hello. I recently saw the "Dataiku Answers" : Dataiku Answers | Dataiku But I don't know how to set it in my dataiku instance. I don't see it available in the plugins list (installed or not installed)…Last answer byLast answer by
- Hey, I want to create a new macro on my custom Design Node instance. However I see that you can make plugins or applications but for a simple macro? Also, I see that there are macros in the dataiku st…Solution bySolution by