AlejandroMorgante commented on PR #68479: URL: https://github.com/apache/airflow/pull/68479#issuecomment-4709015138
> @AlejandroMorgante could you please provider a screenshot from Airflow UI that the new `example_vertex_ai_agent_engine.py` system test pass successfully? Sure. I validated the same operator lifecycle end-to-end in a real Airflow environment using this DAG: https://github.com/AlejandroMorgante/agentic-airflow-demo/commit/bedf76b2a5b923cfd2ad5fc3a2ec4a1e86066d26 It exercises: - `CreateAgentEngineOperator` - `GetAgentEngineOperator` - `QueryAgentEngineOperator` - `UpdateAgentEngineOperator` - `DeleteAgentEngineOperator` All tasks completed successfully: <img width="1512" height="862" alt="image" src="https://github.com/user-attachments/assets/6885307f-e46a-4a1f-848e-555c1f8ac1e8" /> The DAG uses my real Agent Engine container, so the query payload is adapted to that runtime, but the operator lifecycle is the same as in `example_vertex_ai_agent_engine.py`. -- 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]
