The GitHub Actions job "Tests (AMD)" on 
airflow.git/add-vertex-ai-agent-engine-operators has failed.
Run started by GitHub user AlejandroMorgante (triggered by AlejandroMorgante).

Head commit for run:
2a1aa20db6e62e11c0d548038e807c5efc7dc035 / AlejandroMorgante 
<[email protected]>
Address review comments on Vertex AI Agent Engine operators

- Fix error message: JSONDecodeError now raises "must be valid JSON"
- Replace hardcoded REST URL with sdk_client._api_client.request(), letting
  the SDK handle URL construction and auth (removes google.auth.transport dep)
- Add request_timeout param to query_agent_engine and QueryAgentEngineOperator
- Add poll_interval=30 default to wait_for_agent_engine_deleted
- Fix docstrings: project_id marked Optional and moved to end of param list
- Clarify force=None docstring: distinguishes "not specified" from False
- Remove validate_execute_complete_event helper (inlined in execute_complete)
- Remove redundant xcom_push("agent_engine_name") from CreateAgentEngineOperator
- Trigger: use "timeout" status (not "error") and >= for boundary check
- execute_complete: explicit branches for success / timeout / error

Report URL: https://github.com/apache/airflow/actions/runs/27522140346

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to