This commit is contained in:
job 2024-05-30 12:55:12 +02:00
parent 4346c1592c
commit 9b28c82393

View file

@ -13,8 +13,8 @@ with DAG(
# You can override them on a per-task basis during operator initialization
default_args={
"depends_on_past": False,
"email": ["airflow@example.com"],
"email_on_failure": False,
"email": ["job@jobvdvalk.nl"],
"email_on_failure": True,
"email_on_retry": False,
"retries": 1,
"retry_delay": timedelta(minutes=5),