Scenario for watching an AWS S3 bucket folder
Srini_E
Registered Posts: 14 ✭
Hi,
I would like to create a scenario where it will watch S3 bucket folder for a file creation and it will send an email notification upon file creation. Could anyone please help me with this?
Thanks!
Srini
Tagged:
Answers
-
JordanB Dataiker, Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered Posts: 296 Dataiker
Hi @Srini_E
,You can add a trigger to a scenario that runs when a dataset, folder, or model changes.You may then add a scenario step that sends a message (email) when the scenario is triggered.Please let me know if you have any questions.
Thanks!Jordan -
Thanks @JordanB
for your response and solution. I think your solution requires, the datasets/s3 connections within dataiku.We are not using Dataiku datasets/S3 connections, we are using boto3 to access objects in S3 bucket. Is there a way to achieve this with custom triggers?
Thanks!
Srini