diff --git a/test.py b/test.py index 030b5a7..7cb53ca 100644 --- a/test.py +++ b/test.py @@ -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),