Plugins & Extending Dataiku
-
Enable partitioning in custom dataset
I am trying to implement enabling partitioning in plugin custom dataset. And there are several functions in skeleton waiting for implementing eg. "get_partitioning", "list_partitions", "partittion_exists", "get_records_count". If I understand correctly, get_partitioning method is mainly to return what partitioning schema I…
-
Discord as a destination of output from dataiku
I know that one can send information out of Dataiku DSS to Slack. I’m wondering if anyone has done this with Discord? I have several use cases in mind. * Simply notifying folks about information managed by Dataiku. * Setting up an api that a discord bot can use* Dataiku holds the role assignment for program participants…
-
Retrieve current DSS version info
Hi, Is it possible to retrieve the DSS version info (e.g. 8.0.2, 9.0 etc...) for the current server instance via the internal dataiku Python API? It looks like this might be available via DSSClient.get_general_settings() but that requires admin privileges which we don't want to rely on having in the calling code. Curious…
-
Graph approach for firewall logs & rules analysis
I have been using Dataiku Graph Analytics plugin for a few weeks for firewall rules & logs analysis following the https://diablohorn.com/2022/04/09/firewall-analysis-a-portable-graph-based-approach/ approach. This approach offered quick benefits: - It helped understanding configuration issues using a visual approach, much…
-
Run glue job from python recipe in dataiku
How to run glue job from python recipe in dataiku either by uising boto3 or other method. When using boto3 getting client error when calling StartJobRun operation: the security token included in the request is invalid.
-
Is there a way to also limit the plugin from getting prompt values if it is already running
Is there a way to limit the plugin UI from getting prompt values if the custom recipe is already running in a flow? Let set the stage: I have created a plugin custom recipe to export a tableau worksheet as an PDF for each partner. the list met partners is provided by an input step and the PDF's are saved to a managed…
-
Issue when I am trying to create a oauth credentails for my plugin.
when I am trying to create a oauth credentails for my plugin. it always returns Oauth did not return a refresh token but refresh token is being created in my end. What path does dataiku try to get the refreshtoken from?
-
Plugin development to manage different files in a managed folder based on user-defined mapping.
We are trying to develop a plugin which should be able to read `n` number of files from a managed folder and put `m` number of files back to same or different managed folder, here `n` is not equals to `m`. To achieve that we have created a project and exported that as a plugin. But the issue is our flow is starting with…
-
How to create reusable plugins to work with managed folders ?
We are trying to develop a plugin which should be able to read `n` number of files from a managed folder and put `m` number of files back to same or different managed folder, here `n` is not equals to `m`. To achieve that we have created a project and exported that as a plugin. But the issue is our flow is starting with…
-
Connecting to SAP ECC on premise using a plugin
I am new to Dataiku and am trying to connect to data in SAP ECC using a data connector or plugin. How would I go about this and does this incur additional cost for connecting to this data?