Hi i am getting an error while doing the TESTING QUERIES on the API designer for python function endpoint. Failed: Failed to run function : class 'Exception' : No DSS URL or API key found from any loc…
Can the flows be controlled on which flow should be run this time? Like I have 3 flows based on the input I want them to run, if the input dataset is empty it should skip it and run the flow where the…
One of our users is getting this error when trying to open datasets in a project. Somehow when he refreshes the browser couple of times, it works out and sometimes it does not work out. The user belon…
I am using the Dataiku Python API to create a code environment. I need to add a small bit of code to the Resource Initialization script, but it seems the `code_env.get_settings()` method offers no sup…
Hi, I have a basic python script that reads in a file and splits this file (based on a supplier) into multiple CSV file and stores them in a dataiku managed folder. I now want to convert this notebook…
Hello, I have a requirement wherein I have to get the URL of the dashboard for a given Dataiku Project through Python recipe. How can this be done can someone please help me. Thanks Varun
Hi, I'm writing to the dataset as follows dkuWriteDataset(model.df,"MasterDataADS") How do we partition the data based on the column "Market"? Similarly, how to read a particular partition of the data…
Hello, Are there any tricks to align/justify my sql code to make it more readable in a SQL recipe in Dataiku? Thank you for your help ! Operating system used: windows
Hi all! I'm currently working on a very simple project that I need to deploy as an application. I'm very, very new to the platform, so I'm not sure how to even begin. I already have a Flow that takes …