Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jecos committed Mar 8, 2024
1 parent d318ded commit 6a5d595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dags/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ class Env:
etl_base_config = SparkOperatorConfig(
spark_configs=[spark_default_conf],
image = Variable.get('etl_image'),
kube_config=kube_config
kube_config=kube_config,
is_delete_operator_pod=False
)

etl_index_config = etl_base_config \
Expand Down

0 comments on commit 6a5d595

Please sign in to comment.