eladkal commented on code in PR #70933:
URL: https://github.com/apache/airflow/pull/70933#discussion_r3761312365


##########
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:
   importing private classes/functions from 3rd party packages is not allowed.
   Either google needs to make this part of their public api or avoid using it 
in Airflow code



-- 
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]

Reply via email to