-
automation of insights export to pdf from notebook
I have a Dataiku notebook in a flow that creates various visualizations. After the visualizations are generated, I manually publish and export them as a PDF. I would like to automate this entire process, from generating the visualizations to publishing and exporting the PDF. Could someone guide me on how to automate this…
-
Modify "Answers" WebApp Plugin
Hello all, I have DSS v13.1 , I want to modify the "Answers" plugin to add feature uploading documents (pdfs, images, excel, word …etc) , like the one used in chatgpt 4 for example . What is the best way to do so? Operating system used: Linux - Debian 11
-
If the dataset do not exists, I either want to catch this exception thrown, or check if df exists
Exception: Reading dataset failed: b"Failed to read data from table, caused by: SnowflakeSQLException: SQL compilation error:\nObject 'PROD_.GLOBAL_PILOT' does not exist or not authorized."
-
Dataiku visual Recipe Parallel
I am using Dataiku 12.5.2. How can I enable parallel processing when using a Sync recipe for the following cases: Filesystem Dataset to Filesystem Dataset JDBC Dataset to JDBC Dataset Or between Filesystem Dataset and JDBC Dataset? Are the only available options duplicating the flow, partitioning the data, or using code…
-
Leveraging Dataiku Instance from outside the environment.
I've tried using dataiku managed instance from local workstation using dataiku API client v13.1.4 and had trouble accessing projects in the machine. import dataikuapi import random import requests requests.packages.urllib3.disable_warnings() client = dataikuapi.DSSClient(DATAIKU_URL, API_KEY) project_keys =…
-
Is there a way to copy a dashboard to another project?
I have a dashboard in our QA environment to develop that I then want to publish to our prod instance. so Ideally I wanted a way to export the dashboard and then import in the other instance. Operating system used: Windows
-
Possible to add flow image and wiki as inline email vs attachments?
Hi, I would like to add the Project wiki at the top of my scenario email template and add the image of the flow below that. Is this possible? thx Operating system used: Windows10
-
Dataiku Automation For Excel File Refresh
Hello, I have an excel file which is connected to SQL DWH. Normally everyday, I go in this file to refresh data manually by clicking ctrl + alt + f5. I want to make it automatically with Dataiku. pip install pywin32 import win32com.client as win32 def refresh_excel_file(file_path): # Open Excel excel =…
-
Why does Dataiku allow two web-apps with the same name?
I was surprised to find Dataiku allows two web-apps with the same name to exist. Why? The expected behavior would be to ask the user if they want to overwrite a published web-app when name collision occurs. thx Operating system used: WIndows 10
-
Dataiku Python notebook kernel error.
Hi Dataiku Expert, We got a kernel error when starting a python notebook in Dataiku. The error message shows below. It is strange that it only happens to certain users. For the same notebook, one user can start and connect to the kernel without issue, but the affected user will get this kernel error. Both tested users have…