jscheffl commented on code in PR #46599:
URL: https://github.com/apache/airflow/pull/46599#discussion_r1948129426
##########
providers/google/src/airflow/providers/google/cloud/log/stackdriver_task_handler.py:
##########
@@ -106,7 +109,7 @@ def __init__(
warnings.warn(
"Param `name` is deprecated and will be removed in a future
release. "
"Please use `gcp_log_name` instead. ",
- RemovedInAirflow3Warning,
+ RemovedInFutureProviderWarning,
Review Comment:
Ah, good point, did not know this exist. Let me rework.
--
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]