Skip to content

Commit

Permalink
Remove deprecations eks (apache#39709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowrna authored and romsharon98 committed Jul 26, 2024
1 parent 2c5a079 commit 69bcf25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/always/test_example_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
# If the deprecation is postponed, the item should be added to this tuple,
# and a corresponding Issue should be created on GitHub.
"tests/system/providers/amazon/aws/example_ecs_fargate.py",
"tests/system/providers/amazon/aws/example_eks_with_nodegroups.py",
"tests/system/providers/amazon/aws/example_emr.py",
"tests/system/providers/amazon/aws/example_emr_notebook_execution.py",
"tests/system/providers/google/cloud/bigquery/example_bigquery_operations.py",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def delete_launch_template(template_name: str):
cmds=["sh", "-c", "echo Test Airflow; date"],
labels={"demo": "hello_world"},
get_logs=True,
on_finish_action="keep_pod",
)
# [END howto_operator_eks_pod_operator]
# Keep the pod alive, so we can describe it in case of trouble. It's deleted with the cluster anyway.
Expand Down

0 comments on commit 69bcf25

Please sign in to comment.