The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
08acbe5d286fd2e980296935d737cbeca9010ccc / Tzu-ping Chung <[email protected]>
Get rid of AssetAliasCondition

Instead of having a separate class for condition evaluation, we can just
use the main AssetAlias class directly. While it technically makes sense
to subclass AssetAny, AssetAliasCondition does not really reuse much of
its implementation, and we can just implement the missing methods
ourselves instead. Whether the class actually is an AssetAny does not
really make much of a difference.

This actually allows us to simplify quite some code (including tests) a
bit since we don't need to rewrap AssetAlias back and forth.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to