Scenario for watching an AWS S3 bucket folder

Srini_E
Level 3
Scenario for watching an AWS S3 bucket folder

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

0 Kudos
2 Replies
JordanB
Dataiker

Hi @Srini_E,

You can add a trigger to a scenario that runs when a dataset, folder, or model changes.
 
Screen Shot 2022-11-09 at 11.50.19 AM.png
 
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

 

0 Kudos
Srini_E
Level 3
Author

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

0 Kudos