The GitHub Actions job "Tests" on 
airflow.git/ci-trigger-airflow-ctl-v0-1-stable has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
46ff5dcd2012cec4e632bfcbe165b3a295039228 / Wei Lee <[email protected]>
Regenerate airflowctl datamodels from this branch's API spec

The test-to-stable sync (#67294) copied airflowctl's generated datamodels
from main, so they describe Airflow 3.3's API while this branch ships core
3.2.1. Two consequences, both red once CI started running here:

- generate-airflowctl-datamodels regenerates from
  ../airflow-core/src/airflow/api_fastapi and fails on any drift, so
  Static checks could never pass
- the models required is_backfillable and timetable_periodic, which
  #64644 added in 3.3.0, so every single-object Dag response failed
  validation against this branch's own PROD image:

      ValidationError: 2 validation errors for DAGResponse
        is_backfillable      Field required
        timetable_periodic   Field required

Run the hook to bring the models back in line with the spec on this
branch. This drops 14 model classes that no airflowctl code or test
references, plus the 3.3-only fields above.

Note RELEASE_NOTES.rst credits "Add ``is_backfillable`` property to DAG
API responses (#64644)" to airflowctl 0.1.5, but #64644 touches only
airflow-core -- that line is sync noise, not a client feature.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to