Plugins & Extending Dataiku
-
External data catalog integration
Hi everyone, I'm looking for a way to integrate DataIku into a standalone Data Catalog tool. For example, DataHub. This stems from the fact that some initial data load and transformation happens inside the DWH through orchestration tool like Airflow and transformation tool like dbt. This creates initial datasets that are…
-
Export button missing
The export button to save a python dataframe from a notebook to local machine is not showing any more. Is there a way to reconfigure this? Operating system used: Windows 10
-
How to use Send email plugin?
Hi, everyone. I want to send a mail using the Send email plugin. I set the field like this: Recipient (column): mail Sender (value): my_email@gmail.com Subject (value): Example Body (value): This is the body SMTP Host: smtp.gmail.com SMTP port: 587 But when I saw the output dataset, in each row(where each recipient's email…
-
Jira connection
Hi, I am trying to connect to a Jira board through the plugin, but I seem to be doing some incorrectly and I don't understand the error message. I have the domain and all the api token in place the described in the plugin documentation, but I am not able to pull anything. Any idea what I am doing wrong? I am not sure about…
-
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?
-
How to pass on inputRoles & outputRoles in recipes.json?
Hy All - Im trying to write a plugin and it doesn't need input and output datasets defined. Turns out Dataiku wants at least the OutputRole So, I go ahead and leave that one in the json file: //"inputRoles": [// {// "name": "input_dataset",// "arity": "UNARY",// "required": false,// "acceptsDataset": true//…
-
Return type of dataset component in custom plugin
I am trying to create a small custom plugin in dataiku. It will only have a dataset component. Ideally it should call, for the lack of a better word, lets say an endpoint which returns data in the form of pandas dataframe. What should be my generate_rows method should look like, given that it returns a generator ? Let me…
-
Custom Charts Using Dash
I am trying to create a custom chart on Dataiku using dash. Whenever the chart is loaded Dataiku tries to run the webapp but it always doesn't find dash and asks for a code env that includes dash. The code env I am using for the project does include dash. Is there a way to define a code env for charts? Or are custom charts…
-
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 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!