-
Re: Fixing exception "Failed to read dataset stream data"
The error indicates you are more memory than what is available in your cgroup configuration or the kernel is killing the process as it's using too much memory. You can try to reduce the memory u…1 · -
Re: Fixing exception "Failed to read dataset stream data"
Hi, Looks like you have a partitioned dataset and are running this in a recipe correct? The code would not work in recipe because read_partitions is automatically filled by the recipe and partitions …1 · -
Re: How to block dataiku dataset from formatting date values?
Hi, Is this an SQL dataset? DSS would typically change the format automatically unless you parse the data in the prepare recipe. https://doc.dataiku.com/dss/latest/preparation/dates.html If you want …1 · -
Re: Is It Possible to Add Multiple/All Datasets as Additional Content to a Bundle at Once
Hi @kathyqingyuxu , There is currently no bulk select and add for datasets available in the UI when creating a bundle and you have to add them one by one. If you have a lot of datasets you use the Py…1 · -
Re: Retrieve commit SHA / commit message when updating project shared code from git
Hi @julesbertrand , You can view the last hashes for remote git imported libraries in DSS DATADIR/config/projects/NBO_WEBAPP/lib/external-libraries.json You would see : "lastHash": "5c…1 ·
