Plugins & Extending Dataiku
-
Sentiment Analysis Plugin Error
Hi, I tried using the Sentiment analysis plugin, but I encountered an error/problem when running it. Screenshot below is the error. thanks for the help
-
Using multiple versions of a plugin at the same time (branching??)
Hello Community. I have a question regarding the usage of plugins. We are developing some plugins, and were wondering if it is possible to use multiple versions of the same plugin at the same time. As an example, we would like to compare the outcome of newer version of the plugin, with a previous version to see the…
-
Accessing the shared folders in Onedrive
Hi, Am able to access my OneDrive connection and view the folder structure and the files in Dataiku via the Plugins. But unable to view the folders shared by my peers in the same domain via Dataiku plugin. I see some permissions issue but unable to find out. I see the shared folders in OneDrive. Any help pls? Thanks, Sudha
-
code environment problem
Hi, I am trying to start the hands on Advanced Designer Certificate. I am trying to set up the Text visualization plugin, but I get the follwing warning. Code Environment This plugin will not work until the code environment is properly setup and all dependencies are installed. This plugin requires a dedicated code…
-
Google Analytics connector
Hi everyone, Dataiku has a plugin/connector in place to pull the data from Google Analytics (GA 360) My question is does this connector be also able to pull data from GA4 ? if not then when will dataiku develop the connector to pull data from GA4.
-
EViews with Dataiku
Do you know any plugin or any way to make econometric analysis with Dataiku? I'm trying to replace EViews
-
faster approach for a container
Hi Gurus, When I run program on a machine, for getting meta data from big files, it is rather fast, when I make it as a plugin, it is slow. Any idea how I can overcome this problem? it is approximately 20 second vs 22 minutes. Regards Arshia
-
a process which never end at the end of my plugin workflow
Dear Gurus, I have a plugin which finishes in one minutes but I get the following message (every one minute) and it seems it fall into an infinite loop. This is when I write final result in an output file system: [03:54:22] [DEBUG] [dku.resource] - Process stats for pid 1113786:…
-
Help with import error 'BadZipFile' from 'openpyxl'
How do I deal with this error - I am getting this error: Error in Python process: At line 7: <class 'ImportError'>: cannot import name 'BadZipFile' from 'openpyxl' (/data/DATA_DIR/code-envs/python/ERM_Python_38/lib/python3.8/site-packages/openpyxl/__init__.py) this is my library code: import dataiku import pandas as pd,…
-
How to write an excel file in a folder with python where folder use sharepoint plugin
Hi, Python script is not working when I want to write an excel file to a folder associated to sharepoint plugin. Python fails to retrieve path needed to excelwriter. path seems to not be part of folder_info structure of folder when using sharepoint plugin while it is on server's filesystem folder. Here the code used : #…