The GitHub Actions job "Tests (AMD)" on airflow.git/aip99_langchain_example has failed. Run started by GitHub user kaxil (triggered by kaxil).
Head commit for run: 9bf7877613c48e420c50146c4d94a66b6c695675 / Kaxil Naik <[email protected]> Make 10-K example structured output work on Airflow 3.0+ The LLMOperator / @task.llm structured output is a Pydantic model on Airflow 3.3+ and a dict on older cores, so a single set of consumer tasks could not read it on both. Set serialize_output=True on decompose_question and synthesize_report so the operators always push dicts to XCom, and have the consumer tasks use plain dict access. output_type still enforces the schema; the example now runs on every supported Airflow version (>=3.0). Apply the same handling to the llamaindex example, which had the identical breakage and was not covered before. Report URL: https://github.com/apache/airflow/actions/runs/26860897413 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
