You are using Airflow with a Cloud Composer environment. You want to ensure that a specific task runs on a specific day of the week. How do you configure the schedule?
Cron strings (e.g., '0 0 * * 1') allow for specific days.
Why this answer
The 'schedule_interval' parameter in the DAG definition supports cron syntax, which includes day-of-week specifications.