simple test DAG
This commit is contained in:
parent
027996069c
commit
a7b1d25fdb
|
@ -68,6 +68,9 @@ submit = SparkKubernetesOperator(
|
||||||
application_file="example_spark_kubernetes_operator_pi.yaml",
|
application_file="example_spark_kubernetes_operator_pi.yaml",
|
||||||
kubernetes_conn_id="kubernetes_default",
|
kubernetes_conn_id="kubernetes_default",
|
||||||
do_xcom_push=True,
|
do_xcom_push=True,
|
||||||
|
log_events_on_failure=True,
|
||||||
|
reattach_on_restart=True,
|
||||||
|
delete_on_termination=False,
|
||||||
dag=dag,
|
dag=dag,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue