The GitHub Actions job "Tests" on airflow.git/handle-v1-serdag has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
4d7afa2ca7dd05413a2226dae691e3b11e248b85 / Ash Berlin-Taylor <[email protected]>
Simplify DAG conversion code

- Make it less general purpose. YAGNI (You Ain't Gonna Need it) -- we can add
  it back in once we know what patterns make sense

- Make each conversion function deal with exactly one version, from it's
  version to the next. That way as the number of versions grow, we don't need
  to handle all new versions in all old migrations, we can just chaing
  v1_to_v2 -> v2_to_v3 etc.

- Upgrade schedule_interval to a timetable -- it is not complete yet

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

With regards,
GitHub Actions via GitBox


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

Reply via email to