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

Head commit for run:
115508c6a279758a7055002bc6f8708cbf295da1 / Tzu-ping Chung <[email protected]>
Optimistically activate assets on addition

This uses an SQL on-conflict clause to activate assets when they are
collected from DAG files in simple cases. This should cover most simple
cases. where the new asset does not conflict with anything that already
existed in the active table.

When this optimistic insertion fails, the scheduler would come in later
and check more comprehensively whether the existing record is actually
an orphan, do a cleanup, and activate the new asset.

This improves user ergonomics when adding a new asset. In most simple
cases, the new asset would be active more immediately. On edge cases
where an asset is deleted and added later and so on, the user is more
likely to expect the update might take some time.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to