-
Re: Unable to upload file >1MB
Hi, Looks like you are running WSL1 and Ubuntu20.04. There were known issues with this setup. Please upgrade your WSL to v.2. If this doesn't help -> use WSLv2 + Ubuntu18.04.3 · -
Re: Code fails to generate the correct table column
Hi, You have first group-by part without .reset_index() followed by writing to dataset output. The correct group-by part with .reset_index() just does the grouping without writing anything. You just …1 · -
Re: R in DataIku Tutorial
Hi, You have installed R globally to the system. For R to work in DSS you need to perform R integration. Please follow this link to do this: https://doc.dataiku.com/dss/latest/installation/r.html#cas…1 · -
Re: ERROR Push Failed, cleanup resources. No space left of device
I assume you used OVA image and imported it to your local VM tools otherwise you were already needed to SSH and run command to install DSS. To ssh into DSS host, you will need SSH client (Putty for W…1 · -
Re: Download all files in a managed folder
Hi, You can download all the files from your managed folder by clicking on down arrow next to the name of the managed folder. In the drop-down menu you will find download option: Download recipe allo…2 ·
