Anuragp22 commented on PR #67725:
URL: https://github.com/apache/airflow/pull/67725#issuecomment-4598374053
Rebased onto main and fixed the failing tests.
The `/dags` failures came from the `test_get_dags` fixtures, which set
`asset_expression` to a simplified `{"any": [{"uri": ...}]}` shape that
`BaseAsset.as_expression()` never produces. It was accepted while the field was
an untyped `dict`, but the new model correctly rejects the bare leaf. I updated
the fixtures to the real `{"any": [{"asset": {...}}]}` shape. The full
`api_fastapi` suite passes locally.
The force-push is that rebase: I rebased onto current main to clear the
merge conflict and squashed the work into a single commit (d88ce26 to 622dc91).
No content changed beyond the test fixtures.
--
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]