The GitHub Actions job "Tests (AMD)" on airflow.git/fix-airflowctl-datamodel-field-dedup has succeeded. Run started by GitHub user rjgoyln (triggered by rjgoyln).
Head commit for run: fe4414eb46214a5bdac5539773ec1445cb657f9e / rjgoyln <[email protected]> Remove dead type-mismatched guard in airflow-ctl command generation The condition compared a Pydantic model class against a dict keyed by model name, so it never held. It happened to be load-bearing: it forced the field list to be rebuilt on every visit, which is what kept datamodels shared by several operations (ConnectionBody, VariableBody, BackfillPostBody) from accumulating duplicate entries. Correcting the comparison to match the key type would have silently introduced those duplicates, so the guard is dropped in favour of the unconditional reset it was already performing. Report URL: https://github.com/apache/airflow/actions/runs/30813756909 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
