-
Re: The Python process died (killed - maybe out of memory ?)
Hi @vamsee51 , The recipe was using up to 41GB of memory already. We know this by looking a the entry "vmRSSPeakMB" : 41707 in your screenshots. You will need to either increase the memory …2 · -
Re: Folder connected to S3 bucket is enumerating all files by default - memory leak
Hi @Talb27 , To avoid enumerating items in this particular S3 bucket path you can add ignore_flow=True when calling dataiku.Folder("folder_name", ignore_flow=True ) and don't add the f…1 · -
Re: Automation course: compute_merchant_census_tracts fails
Hi @Herve , There was a temporary issue with an image for the respective plugin. The issue should now be resolved. If you have any further issues, you can always reach out directly via chat https://k…1 · -
Re: Avanced Designer Assessment : Text Visualization plugin fails to generate world cloud
Hi @Herve , The default containerized execution config on Dataiku Cloud is too small for this recipe. Please increase this from the Advanced Tab of the recipe. Container Configuration - Selection Beh…1 · -
Re: Request for Guidance on Adding a Column Name to Dataset Path for Versioning System Implementation
Hi Suhail, One possible solution here may be to use partitioning. If you select all available in the partition and sync to a partition output dataset this will then create a full copy of your dataset…1 ·
