[GitHub] [airflow] vincbeck commented on a diff in pull request #29871: Fix Amazon ECS Enums

2023-03-02 Thread via GitHub
vincbeck commented on code in PR #29871: URL: https://github.com/apache/airflow/pull/29871#discussion_r1123591998 ## airflow/providers/amazon/aws/hooks/ecs.py: ## @@ -55,7 +55,24 @@ def should_retry_eni(exception: Exception): return False -class EcsClusterStates(str,

[GitHub] [airflow] vincbeck commented on a diff in pull request #29871: Fix Amazon ECS Enums

2023-03-02 Thread via GitHub
vincbeck commented on code in PR #29871: URL: https://github.com/apache/airflow/pull/29871#discussion_r1123582113 ## airflow/providers/amazon/aws/hooks/ecs.py: ## @@ -55,7 +55,24 @@ def should_retry_eni(exception: Exception): return False -class EcsClusterStates(str,