-
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 · -
Re: Write a word file to a sharepoint folder
Hi @Anders , After installing python-docx here is a basic example of creating a doc and upload it to a remote managed folder, the below can be run from a notebook/recipe within DSS: import dataikuimp…1 ·
