changed
This commit is contained in:
parent
4346c1592c
commit
9b28c82393
4
test.py
4
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),
|
||||
|
|
Loading…
Reference in a new issue