jroachgolf84 opened a new pull request, #60090: URL: https://github.com/apache/airflow/pull/60090
## Description Per #60000, all instances of `from airflow.configuration import conf` are to be replaced with `from airflow.providers.common.compat.sdk import conf`. This PR implements these changes for the `http` provider. ## Testing To test these changes, all unit tests for the `http` provider were executed. To reproduce this testing, the following command can be run: ```bash breeze testing providers-tests --type-type "Providers[http]" ``` addresses: https://github.com/apache/airflow/issues/60000 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
