[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-04-04 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1158021813 ## tests/providers/amazon/aws/deferrable/hooks/test_batch_client.py: ## @@ -0,0 +1,213 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-04-04 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1157456074 ## docs/apache-airflow-providers-amazon/operators/batch.rst: ## @@ -38,6 +38,7 @@ Submit a new AWS Batch job == To submit a new AWS

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-04-04 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1157455819 ## airflow/providers/amazon/aws/hooks/batch_client.py: ## @@ -544,3 +546,238 @@ def exp(tries): delay = 1 + pow(tries * 0.6, 2) delay = min(ma

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-04-04 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1157282532 ## airflow/providers/amazon/aws/hooks/batch_client.py: ## @@ -544,3 +546,238 @@ def exp(tries): delay = 1 + pow(tries * 0.6, 2) delay = min(ma

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-04-03 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1156790735 ## airflow/providers/amazon/aws/hooks/batch_client.py: ## @@ -544,3 +546,238 @@ def exp(tries): delay = 1 + pow(tries * 0.6, 2) delay = min(ma

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-04-03 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1156790735 ## airflow/providers/amazon/aws/hooks/batch_client.py: ## @@ -544,3 +546,238 @@ def exp(tries): delay = 1 + pow(tries * 0.6, 2) delay = min(ma

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-04-03 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1156771619 ## tests/providers/amazon/aws/operators/test_batch.py: ## @@ -211,3 +218,114 @@ def test_execute(self, mock_conn): computeResources=compute_resourc

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-03-30 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1152823575 ## airflow/providers/amazon/aws/hooks/batch_client.py: ## @@ -544,3 +546,240 @@ def exp(tries): delay = 1 + pow(tries * 0.6, 2) delay = min(ma

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-03-28 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1150376172 ## airflow/providers/amazon/aws/hooks/base_aws.py: ## @@ -865,3 +868,85 @@ def _parse_s3_config(config_file_name: str, config_format: str | None = "boto",

[GitHub] [airflow] rajaths010494 commented on a diff in pull request #29300: Add deferrable BatchOperator

2023-02-02 Thread via GitHub
rajaths010494 commented on code in PR #29300: URL: https://github.com/apache/airflow/pull/29300#discussion_r1095392580 ## generated/provider_dependencies.json: ## @@ -17,6 +17,7 @@ }, "amazon": { "deps": [ + "aiobotocore>=2.1.1", Review Comment: Sure will loo