This message was deleted.
# general
s
This message was deleted.
o
You could probably achieve that pretty easy with S3 triggers and lambda function which would send job trigger request via api/curl command.
and if your druid is hosted on AWS too… then just have to make sure that lambda has correct permissions to that url
p
you can use oozie/airflow workflow and set frequency, their scheduler will listen to bucket and as soon as given path is ready, it will trigger the DAG that you wrote.
a
Thanks @Oleg Yamin @Pranav Yes, Druid is running in AWS. So where do you suggest to keep the ingestionSpec/SQL job in s3 ?
o
@Amir Naik It’s really up to you. The task spec file can be kept in s3 bucket or GitHub any other source that lambda will have access to. You can just tell it to download that file from whatever location when it is triggered.