Plugins & Extending Dataiku
-
Capture time stamp and duration for each individual activities in a job.
How can we retrieve the start and end timestamps for each individual activities that runs parallel in a job?
-
Alteryx to DSS migration
I am planning to migrate Alteryx workflows to Dataiku, i got to know Dataiku has an accelerator for this purpose. Can anyone help me with the URL to install the project for Alteryx to DSS conversion partner accelerator tool.
-
Multi level variable in plugin field
I have the following variable "my_var" : { "value": "aaaa" } How can I access the value of my_var.value in a plugin field? I get the following error doing ${my_var.value} "Unknown DSS variable: my_var.value"
-
Visibility condition in plugin parameter
I have a Python plugin with a parameter A of type "MULTISELECT" and another parameter B which I'd like to hide based on A. For instance, if A can take on the values (1, 2, 3), what should be the "visibilityCondition" for parameter B when A meets one of these conditions? * Hide B if A has no values selected * Hide B if A =…
-
LLM Batch requests
I am experiencing rate limit errors for my LLM requests. Is there a simple method to batch my requests? My thanks in advance. Tom Operating system used: Mac OS
-
Way to store certificate and key securely without using folder
Hi ! Our plugin needs certificate and key(types of which is not supported as dataiku dataset) for authentication purpose to fetch the data . I'm giving these by creating a folder in a secure location(using project connection, macros) and attaching it to plugin as input and specifying in UI the file names it should look for…
-
My custom Plugin changes are not applied.
My environment is Dataiku built on-premise AWS. I created my custom Plugin from a Python program recipe. I edited and saved the recipe.json of this Plugin, but when I invoke the Plugin in the flow screen, the changes are not applied. I then restarted Dataiku and all the changes were applied. How can I apply the changes to…
-
Assistance with Integrating YOLOv5 in Dataiku
Hello Dataiku Community, I'm currently working on a project where I need to use the YOLOv5 algorithm to detect potholes in images. I have a dataset with labeled images ready, and I’m trying to set up YOLOv5 within a Dataiku Python recipe for model training. However, I’ve encountered several issues along the way, and I’m…
-
Exporting a file in dynamic name
Hi, I have my output as "Final_output" at the end of the flow. I want to export this into S3 as a csv with the name "Final_output_$datetime.csv" So everytime the flow runs, it has to create a file with that timestamp. I tried with variable. But didnt work when it comes to file name creation. Thanks, Vinothkumar M
-
Sharepoint Online Plugin
Looking for assistance with Sharepoint List Views. Anytime I try to bring in a view that I have created and saved in Sharepoint, the plugin doesn't respect the columns that are in my view. As a quick example, I created a view off of a default list that only has three columns, and the plugin pulls in some default set of…