-
Who should be able to deploy bundles into Production Automation node?
A user must be Admin on the Automation node project in order to be able to deploy a bundle there. But Admin permissions in Production seems like too much for an ordinary user to have given the risk of impacts to production assets. Should deployment then be restricted to a smaller set of users, such as project leads or a…
-
How can I add data to an existing dataset using an Dataiku DSS API?
Operating system used: Dataiku Operating system used: Dataiku Operating system used: Dataiku
-
Same input and output external database table in python recipe
Hi There, I am using an external snowflake table to capture metrics, say Table ABC. During training/retraining, I would like the flow to read the same table ABC before updating the model for predictions and write the new metrics and the path to the model in the same table ABC. I have written the python recipe to do this…
-
Oops: an unexpected error occurred java.lang.IllegalStateException: Expected a double but was BEGIN
Hi, I am working on the project "Advanced Designer Assessment" after modified Prepare recipe to add column "qualifies", when i open dataset "Online_Retail_Prepared", i got this error message. Oops: an unexpected error occurred java.lang.IllegalStateException: Expected a double but was BEGIN_ARRAY at line 377 column 21 path…
-
How to overwrite 'standard project variables' via 'Edit project variables' tile in Application?
already resolved Operating system used: Windows
-
Python recipe random connection aborted errors to managed folder
We have a on-prem DSS installation. I have a folder of SFTP type to read from a remote server. My python recipe uses this as input. I'm using get_download_stream() to read the files like so: handle = dataiku.Folder('my_folder') handle.get_download_stream('path/to/file') Now this is looping through several hundred files and…
-
[Webapps] Shiny for Python ?
Are there any plans to add Shiny for Python to web application development frameworks? Same question for Django and Flask. Thank you, Alexis
-
Dataiku development settings: CI, VSCode, Remote repository
Hi all, I've read the guide to connect dataiku dds to a github remote repository to manage branch creations through the use of duplication of projects, but I have some doubts about its usage since what seems to me is that to use it I still need to have a master project, and many copies each for each branch. And this number…
-
How to rate limit number of records processed per second
Hello, I'm new to dataiku and I have a scenario where I have to send emails. Now I am using send_emails plugin to send emails, but my smtp server has a limit that it can process only 40 mails/second and I want to ensure that only 30 mails are being sent per second. Is there anything that can limit only 30 records being…
-
DSS Memory Management Webapp consumption buildup
Hi, so we have quite a number of webapp backends runing on production server and this leads to out of memory situations. We would like to tend to this issue by implementing a backend cleanup routine for long running webapps. Is there a way to get a timestamp for webapp start ? Or is there a better way to go around for this…