-
Re: Python code to read S3 files
Hi @sj0071992 , Reading files from S3 with the Python APIs can be achieved by 1) Creating a manager folder pointing to the S3 buckets using the relevant managed folder call like get_download_stream. …1 · -
Re: Messaging channels : SMTP with OAuth2
@acoronel This was implemented in DSS 12 : https://doc.dataiku.com/dss/latest/release_notes/12.html#scenarios -> Added a new mail channel to send emails using Microsoft365 with OAuth Relevant doc …1 · -
Re: Impersonation
Hi, You should probably regex to map all users with a single rule or few rules: https://doc.dataiku.com/dss/latest/user-isolation/initial-setup.html#configure-identity-mapping Instead of doing indivi…1 · -
Re: Best settings of Flush size and interval for Event Server
Hi @Nake , So for the "Flush size (bytes)" and "Flush interval (seconds)" parameters. The default values are a good starting point and should be adjusted based on your needs. Lowe…1 · -
Re: Fill empty cells with previous/next value
Hi @stephC , You can use a Sort recipe first https://knowledge.dataiku.com/latest/data-preparation/visual-recipes/concept-sort-recipe.html#concept-sort-recipe With a compatible dataset type that keep…1 ·
