The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
c2d02b450a1836ba777dc5557ac1773161cbc5ea / David Blain <[email protected]>
Allow default requests parameters like proxy to be defined in extra options 
field of a Airflow HTTP Connection (#36733)

* refactor: Pop non-header related parameters from the Connection extra_options 
which are used by the SimpleHttpOperator to avoid a InvalidHeader exception 
while instantiating the requests Session

* refactor: Forgot to assign non-header related parameters to pop to the 
instantiated request Session as default value

* refactor: Also use the extra options from connections when using an 
AsyncHttpHook

* docs: Updated the HTTP Connection documentation concerning the optional Extra 
field

* refactor: Fixed static checks on test http module

* refactor: Also allow the definition of timeout as a request parameter in 
extra_options and added async test for AsyncHttpOperator

* refactor: Fixed some formatting to make static checks happy

* refactor: Removed indentation from Extras section

* refactor: Refactored different tests for the 
process_extra_options_from_connection into one test as suggested by aritra24

* refactor: Fixed formatting of get_airflow_connection_with_extra

* refactor: Moved import of Connection under type check

* refactor: Reformatted http hook

---------

Co-authored-by: David Blain <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/7515845849

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to