chirodip98 commented on code in PR #60083: URL: https://github.com/apache/airflow/pull/60083#discussion_r2660286594
########## providers/google/src/airflow/providers/google/cloud/operators/dataproc.py: ########## @@ -25,7 +25,7 @@ import warnings from collections.abc import MutableSequence, Sequence from dataclasses import dataclass -from datetime import datetime, timedelta +from datetime import datetime, timedelta, timezone Review Comment: airflow.utils do not support the timezone method any longer, thus the changes done as it was failing during the static checks -- 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]
