In this video: At around the timestamp 3:23, the last line of code shows folder.upload_stream("name_of_file_in_folder", f) Which appears to be incorrect since "folder" is undefined. Should this have b…
Hello Community, Is it possible to get an overview of all running jobs? Is it possible by checking the internal metrics dss_jobs and then filtering on state empty? This seems to provide an overview of…
Hi, I would like to change dynamically the container for the execution of a recipe through the dataikuapi-external-client. I could not find any referenece in the documentation. How can I achieve that …
Hello , I'm trying to extract the numbers after the / (but it's not always the first / ) and it's not the end of the url... In exemple i only want the Bold number /33988-329055 I though an extract wou…
Hi, community. I would like to save the static insights and add them to the dashboard. However, when I run the following command to save it to an insight, it does not show up when I go to the Insights…
Hello, I am wondering if there is any way to overlay some custom text "events" on my charts. Effectively something like the below: or this: I don't need anything too fancy, my use case is that I am pl…
hi Team, Do we have any programmatic way to add and grant permissions to users for projects via dataikuapi? (i.e) project.add_users via dataikuapi? project.get_permissions()['permissions'] Thanks, Thi…
Lets say I want to remove all the columns that contain the word "Spot" in them. How would I do that. I cannot figure out the syntax for Remove columns matching.