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
|
# You can override them on a per-task basis during operator initialization
|
||||||
default_args={
|
default_args={
|
||||||
"depends_on_past": False,
|
"depends_on_past": False,
|
||||||
"email": ["airflow@example.com"],
|
"email": ["job@jobvdvalk.nl"],
|
||||||
"email_on_failure": False,
|
"email_on_failure": True,
|
||||||
"email_on_retry": False,
|
"email_on_retry": False,
|
||||||
"retries": 1,
|
"retries": 1,
|
||||||
"retry_delay": timedelta(minutes=5),
|
"retry_delay": timedelta(minutes=5),
|
||||||
|
|
Loading…
Reference in a new issue