-
Re: Export button missing
This is because the Jupyter extension is no longer enabled by default. You can enable it yourself: [DSS_DATA_DIR]/bin/dssadmin jupyter-nbextensions enable export_embedded/main https://doc.dataiku.com…1 · -
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 ·