The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-deadline-nullable-interval-ui has failed.
Run started by GitHub user shahar1 (triggered by shahar1).

Head commit for run:
b75096e68359e74d243dbc41d075569f69c07b89 / Shahar Epstein 
<[email protected]>
Regenerate UI client and handle deadline alerts with no fixed interval

The deadline-alert response now reports a null interval for a dynamic
interval that only the scheduler resolves, but the committed TypeScript
client still described it as a required number. That stale client hid a
real type error in every component rendering the completion rule, so
`ts-compile-lint-ui` fails on a clean checkout and blocks unrelated PRs.

A dynamic interval has no duration to name, but dropping the completion
rule leaves nothing in its place: an alert without a name renders as a
blank popover row, and a run whose alerts are all dynamic renders an
empty tooltip. The rule now states that the interval is resolved
dynamically. English is the source and fallback locale, so the wording is
added there alone and the other locales fall back to it until translated.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to