josh-fell commented on code in PR #25494:
URL: https://github.com/apache/airflow/pull/25494#discussion_r940221080
##########
airflow/providers/amazon/aws/utils/connection_wrapper.py:
##########
@@ -154,6 +154,16 @@ def __post_init__(self, conn: "Connection"):
self.endpoint_url = extra.get("host")
+ if self.endpoint_url:
+ warnings.warn(
+ "extra['host'] is deprecated and will be removed in a future
release."
Review Comment:
Understood. So more of a release flow of `feature` -> `deprecate/message
about not using feature` -> `remove feature` regardless of major version bump
along the way.
--
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]