-
Re: Fixing exception "Failed to read dataset stream data"
If you want to skip when not available you can use try: except in your code1 · -
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 ·
