eladkal commented on code in PR #41637:
URL: https://github.com/apache/airflow/pull/41637#discussion_r1724860035
##########
airflow/providers/google/cloud/hooks/kubernetes_engine.py:
##########
@@ -139,10 +139,8 @@ def get_cluster_manager_client(self) ->
ClusterManagerClient:
# To preserve backward compatibility
# TODO: remove one day
@deprecated(
- reason=(
- "The get_conn method has been deprecated. "
- "You should use the get_cluster_manager_client method."
- ),
+ reason="The get_conn method is deprecated and will be removed after
01.11.2024. "
Review Comment:
Preferably lets avoid such date format
Some read this as 11-Jan some as 01-Nov
Lets use dates like we have in the
[announcements](https://airflow.apache.org/announcements/)
`November 01,2024`
--
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]