Introduction
Sometimes you want to start a workflow yourself and give it some information to use. Manual triggers let you do this in Airflow, so you can run tasks on demand with specific details.
When you want to run a data pipeline only after a manual check or approval.
When you need to test a workflow with different input values without changing the code.
When you want to rerun a failed task with updated parameters.
When you want to start a report generation with a chosen date range.
When you want to trigger a workflow from the Airflow UI with custom settings.