Hi, I'm trying to explore the capabilities and limitations of Reporter in scenario and I'm not sure how the option "Send to dataset" works behind the scenes. Does anyone know: * What type of datasets can I send the data from the reporter to? Can I send the data to a third-party dataset created by a plugin instead? * Can I…
Hi! I have created an API in Dataiku, with the endpoint being a Python Function. I am able to call the API from python using both a) dataiku's dataikuapi, and b) using a plain HTTP requests. However, due to some company policies, I'll have to call the API from Javascript, with a cross-origin request, and thus will need to…
Hi all! Do anyone have solution to connect Influx DB to Dataiku? Operating system used: Linux
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…
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…
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…
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…
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 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…
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?
Create an account to contribute great content, engage with others, and show your appreciation.