AlejandroMorgante commented on code in PR #70933: URL: https://github.com/apache/airflow/pull/70933#discussion_r3761866089
########## providers/google/src/airflow/providers/google/cloud/operators/vertex_ai/agent_engine.py: ########## @@ -23,6 +23,9 @@ from functools import cached_property from typing import TYPE_CHECKING, Any +from google.api_core.gapic_v1.method import DEFAULT, _MethodDefault Review Comment: I removed the private _MethodDefault import and now use None, preserving the existing behavior while still allowing users to provide an explicit Retry policy. -- 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]
