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

Head commit for run:
77ab1a8b7554be2ec6a286ccbcef04895766b652 / Tzu-ping Chung <[email protected]>
Remove pre-execute asset activeness check

We now check activeness after task execution, while emitting asset
events (see 7458bd9a7d91177614d092e73c22b94af0f05e1c), making this
pre-execution check less needed.

Removing this pre-execution check avoids a possible race condition,
where a DAG is triggered too quickly after it's enabled. The scheduler
needs a little time to process the enable event and register the asset
as active, and a run fired too fast can be processed before that
happens, causing the API to incorrectly report an asset as inactive.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to