AlejandroMorgante commented on code in PR #68479: URL: https://github.com/apache/airflow/pull/68479#discussion_r3523449462
########## providers/google/tests/system/google/cloud/vertex_ai/example_vertex_ai_agent_engine.py: ########## Review Comment: @MaksYermak Reran the test against a real GCP environment with the provider built from the latest commit of this PR. The DAG mirrors example_vertex_ai_agent_engine.py: create → get → run_query_job (deferrable) → update → delete, all against a real Agent Engine in us-central1. Everything succeeded screenshots attached: full run overview plus per-operator logs. The query job deferred to the triggerer, polled the operation, and returned the agent's result; delete cleaned up the engine at the end. <img width="1512" height="863" alt="01_dag_run_success" src="https://github.com/user-attachments/assets/5adbebfb-ab86-4e0c-9f1f-06f060ff9f18" /> <img width="1508" height="860" alt="02_create" src="https://github.com/user-attachments/assets/76a9838f-12f6-4d80-8c21-66fb1e4122bf" /> <img width="1443" height="747" alt="03_get" src="https://github.com/user-attachments/assets/418ed3fd-e528-4c6a-b6dc-b4ac22e79f21" /> <img width="1456" height="867" alt="04_run_query_job" src="https://github.com/user-attachments/assets/f1d7540d-dc0e-423d-8460-82dae933d48d" /> <img width="1512" height="857" alt="05_update" src="https://github.com/user-attachments/assets/e89b33f5-470b-4aed-b236-248035eab46a" /> <img width="1511" height="858" alt="06_delete" src="https://github.com/user-attachments/assets/ff3a32c2-cbac-437d-b72f-739b1e1a5abe" /> -- 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]
