-
Concating Columns
I havce to concat :"DG0" Field 1 and "P" in field 1 there is value 0800 I used the method concat("DG0",filed 1,"P) I'm getting result like DG0800P instead of GD00800 (one 0 is not taking after concat) What to do in this case?
-
See code behind the insight
Hi guys, I wonder if is is possible to generate the code behind the visualizations. I mean, I have generated some insights (bar plot, line plot and Pie plot) on Dataiku "design node", but I would like to get the code in Python from these charts and past it on my jupyter notebook. Is that possible? Operating system used:…
-
Force Build a R Macdown in a scenario
Hello, i have a script in my R mcdown and i want to create a scénario witch build that R mcdown every minute. Could you help me please? if there no way to do it with a scenario, if a script can do it, i'll be open as well. Thanks
-
Replacing source data set with new dataset
I have a flow , where there are series of recipes, but now I want to change the main source data set , how can I do it
-
Can unified monitoring used for statistical monitoring pan models
I want to view and monitor all the models across projects, is that possible using unified monitoring?
-
How to output to / update my snowflake table using Dataiku
I have a snowflake table and I've set up the connection and everything looks good, Dataiku requires me to create a dataset using that snowflake table that I can use as my input / output. The issue is I have that dataset as my output and when I run my flow, I can see my results, but it isn't actually outputting to my…
-
How to correctly do time conversions
I have a column that has been parsed and is in UTC, when I try to format the date to be in eastern / New York time I get a new column that is -5 hours, but isn't the current the current difference -4 hours? I'm sure this has something to do with daylight savings time vs normal time, but I just want to ensure that my…
-
List users all instances
Hi, I'm have 3 instances running in parallel (PRE, PROD and an Event server). I want to make a dashboard about the users activity across all the instances. I want to list all the users in each instance and when was the last activity of each user. I tried this code: import dataikuclient = dataiku.api_client()dss_users =…
-
Folders
Hi, I want to save a model written in a python recipe in a Folder, however it generates an error that the Folder must be declared as output. How do I declare the Folder to be able to save pkl's there?
-
gpt-4o no multimodality supported with chatbot webapp
Hi, I have these options for a model to use for an LLM powered webapp: And I get this option to upload images: With ChatGPT-4o however there is no "omni" support currently... And my webapp looks like this: Has anyone figured it out?