-
VISUAL RECIPE
Hi, Is there a way to exclude the column used to Split the dataset in SPLIT recipe without using prepare/precomputed column
-
Best Practice for managing tables
Hi all, I'm using dataiku with snowflake as the storage. The dataiku flow is generating many intermediate tables and many of them are not useful, they just serve as intermediate table to generate the final result. But they will appear in my snowflake and I feel that they are messy. What are your best practices for managing…
-
Dataset charts and dashboard insights sync
Hi all, I’m facing an issue with dataset charts vs dashboard insights. Steps to reproduce: Create a chart in dataset X (Charts tab). Publish it to a dashboard as an insight. Go back to the dataset and make changes to the chart (filters, axes, colors, etc.). The dashboard insight does not update. If I edit the chart…
-
Preparation for Core Designer certification
Hi: I took the 3 mandatory modules for Core Designer training. Is there any available material I can use to prepare for the certification? Operating system used: Windows Operating system used: Windows
-
Dashboard Plot Crash
Hello, I've recently stumbled upon an issue where plots in a dashboard crash frequently, randomly, and upon refresh alternating, reappearing, or not appearing again. I've never seen this issue before. I've been using Dataiku for the past 2 years. Our company recently moved to a new server with an updated Dataiku version,…
-
How to close an API connection and start a new one?
Using the python API: import dataikuapi client = dataikuapi.DSSClient(https://"some_host"….) …. process some things client = dataikuapi.DSSClient(https://"some_other_host"….) …. process some things How can I close the connection so I can move on to another host? I was looking for client.close() or something similar. I…
-
How do I reach Sales to ask a pricing question
I've done the "Contact Us " thing twice now over the last two weeks and still not heard from anyone. Does the Sales department still exist at Dataiku?
-
Sharepoint metadata
Hello, Wanted to know how to get the "modified by" column on dataiku using my sharepoint connection? at this point in time i have the size and the modified time Thanks,
-
Problem in Sign up (Local Free Edition)
Hello When I try to sign up using the free edition of local dataiku Launcher not the Enterprise 14 days trail I used the other one Free Edition I fill the info and when i hit NEXT I got this error : Network error An attempt to communicate with DSS failed. Please check your network connectivity. Network error: ( My internet…
-
DSS code-env package extraction
Hi All, i am trying to extract the list of all installed packages with each and every code-env does any one has any idea how can we do so. Basically my object is to resolve the list of vulnerable packages identified. to do so can someone please suggest how can i find or search a certain package within dss. can some suggest…