[GitHub] [airflow] eumiro commented on a diff in pull request #33234: Refactor: Simplify code in smaller providers

2023-08-15 Thread via GitHub
eumiro commented on code in PR #33234: URL: https://github.com/apache/airflow/pull/33234#discussion_r1295021450 ## airflow/providers/http/hooks/http.py: ## @@ -363,8 +360,10 @@ async def run( else: raise AirflowException(f"Unexpected HTTP Method:

[GitHub] [airflow] eumiro commented on a diff in pull request #33234: Refactor: Simplify code in smaller providers

2023-08-09 Thread via GitHub
eumiro commented on code in PR #33234: URL: https://github.com/apache/airflow/pull/33234#discussion_r1288982279 ## airflow/providers/http/hooks/http.py: ## @@ -340,31 +340,18 @@ async def run( if headers: _headers.update(headers) -if

[GitHub] [airflow] eumiro commented on a diff in pull request #33234: Refactor: Simplify code in smaller providers

2023-08-09 Thread via GitHub
eumiro commented on code in PR #33234: URL: https://github.com/apache/airflow/pull/33234#discussion_r1288976150 ## airflow/providers/http/hooks/http.py: ## @@ -340,31 +340,18 @@ async def run( if headers: _headers.update(headers) -if