-
Re: Configuring Spark and Hadoop with Dataiku DSS
Hi, as per the Dataiku Windows page the Dataiku Windows download is provided for experimental purposes and it's unsupported. If you want to fully test all the features you will need to be in a s…1 · -
Re: Cumulative sum on raws by group
See below. And your spreadsheet has a bug, val1_sum z/v final is 6 not 5 (you got two 2s).1 · -
Re: Comparing two recipes to determine if one is different?
The power of the Dataiku API! Here you go: import dataikuclient_handle = dataiku.api_client()project_handle = client_handle.get_project('some project key')# Or you use client_handle.list_pr…1 · -
Re: Detecting and Handling Long-Running Scenarios in Dataiku 12.5
There is no built-in way to do what you want so you will need to build your own solution to fit your needs. The Dataiku API is the way to go. Personally I would prefer something that runs outside of …1 · -
Re: Deactivate user account
The impact on deleting or deactivating will be the same, if the user has any scenarios scheduled to run they will fail to run. Deactivating removes the license but keeps the reference to the user, so…1 ·