Home › Forums › AWS › AWS Certified Data Analytics – Specialty › AWS Glue allows setting up triggers that react on crawler completion › Reply To: AWS Glue allows setting up triggers that react on crawler completion
-
Hello Konstantin,
Thanks for your feedback.
A standalone crawler configured to run on schedule cannot automatically invoke a Glue trigger to run a job. It must be started by a trigger. For example, to automatically run a job once a crawler run completes using Glue triggers, the setup should be glue trigger (scheduled) -> crawler -> glue trigger (conditional) -> Glue job.
The option highlighted in red is suggesting the setup: glue scheduled crawler -> glue trigger (conditional) -> Glue Job.
Let me know if this helps.
Regards,
Carlo @ Tutorials Dojo