Plugins & Extending Dataiku
-
How do I get a file imported through the sharepoint plugin to update in Dataiku?
Hello- We have successfully installed and configured the sharepoint plugin and uploaded a file to Dataiku. We want to use that as a source for a flow and integrate it with other data. This works but it doesn't update in Dataiku after updates to the file occur in sharepoint. How do I get Dataiku to pick up updates to this…
-
How to add partition to dataset plugin
Hi, I have a dataset plugin , I want to add partition to my plugin, but i don't know how to make the tab partitioning appear on it event when i implement some code on partitioning function. regards,
-
Conneting dataiku to VS Code using Dataiku DSS extension
Hello, I am trying to use VS Code editor for editing python recipe code. I followed instructions mentioned below and create config.json file with url & api key, but i am not able to see any projects. * Through configuration file. Create or edit the file ~/.dataiku/config.json (or %USERPROFILE%/.dataiku/config.json on…
-
whitelist of connections for the GDPR plugin
Hi, as of now, the GDPR plugin implements an option to blacklist connections. Would it be possible to provide a whitelist mechanism, so that some project can only source their data from specific locations ? Best regards, Moaï
-
GDPR Plugin - Project Metadata update
Hi Team, We have the GDPR plugin installed in our dataiku instance. We also have a custom project creation macro in place which users use to create their projects. https://doc.dataiku.com/dss/latest/plugins/reference/project-creation-macros.html We were trying to see if it was feasible to update the projects GDPR metadata…
-
How to easily request a SOAP API point
Hello, Apart from the 2 plugins allowing to request API consumption points (HTTP, and 'API Connect'), is there an equivalent to be able to request easily in SOAP? Or do you have to do it with separate code? Thanks in advance!
-
Plugin to rename final datasets
Hello, Please, I need a plugin that renames all my final files of my project DSS stored in managed filesytem and put them under this name "old name-file_today" For example, if the name of a file is "Output-dataset", the new name will be "Output-dataset_17_02_2022" Thank you in advance for your return, Best regards, Yasmine
-
Dataset Component(Connector) in Custom Plugin in Dataiku
I have added the Dataset component in the plugin in Dataiku. It fetches the data using the python api for the last 30 minutes from a third-party application. Idea is to add this Dataset in the flow and refer to it from Plotly Visualisation in Dash type of Code WebApp and Visualisation should always show the latest data…
-
Help building Named Entity Recognition Plugin without Internet
Hi All, I have trouble building the named entity recognition plugin code environment (https://www.dataiku.com/product/plugins/named-entity-recognition/), in a machine without internet access as one of the packages "sentencepiece" requires outbound internet access to build. Is there any workaround to this? I need to get…
-
How to connect files in a folder to a dashboard
I am having a folder with certain excel files and I want to create a dataiku dashboard from these Excel files which might be having some link with each other. so how am I supposed to solve this issue