uranusjr commented on code in PR #70488:
URL: https://github.com/apache/airflow/pull/70488#discussion_r3653943544
##########
providers/google/src/airflow/providers/google/cloud/operators/gcs.py:
##########
@@ -229,18 +229,18 @@ def __init__(
super().__init__(**kwargs)
self.bucket = bucket
self.prefix = prefix
- if delimiter:
- warnings.warn(
- "Usage of 'delimiter' is deprecated, please use 'match_glob'
instead. Planned removal date: October 5, 2026.",
- AirflowProviderDeprecationWarning,
- stacklevel=2,
- )
Review Comment:
I think this should still be in `__init__`.
--
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]