-
Dataiku API tests
Hi, I would like to know if it is possible to write unit tests to a Dataiku API code (in Python) using the API Designer, in order to check if it works according to the desired functionality before the API is deployed. Thanks Operating system used: Windows
-
Failed: Failed to run function : : No DSS URL or API key found from any location
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 location
-
conditional flow
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 input data set has data.
-
Failed to get Hadoop settings
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 belongs to the group with permission to the S3 connection which stores the data. Some thoughts on why this is happening? Failed…
-
Python API add resourcesInitScript to code env
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 support for doing so. This example shows how you can use the `get_definition` approach, but the documentation states that this…
-
Converting Python script to Python Recipe to output multiple files locally
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 into a python recipe but am unable to do so as it looks as if the recipe is looking for a singular output.. Help.... Code…
-
Accessing Dashboard URL using Python recipe
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
-
writing to partition in R
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 in R and Python?
-
Time Zone Lookup
Is there a way to take an address (USA and Canada) and return what time zone that address is in?
-
Align / Justif SQL code in SQL recipe
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