The GitHub Actions job "Tests" on airflow.git/optimize-94_108 has succeeded.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
8d5fadfca89ae90a0d7a6b1d5afa7176801cc5cd / Ephraim Anierobi 
<[email protected]>
Speed up migrations 0094 and 0108 by removing ORM imports and batching large 
updates

- Replace ORM model imports (CallbackState, CallbackType, etc.) with
  inline constants so migration loading doesn't pull in the full Airflow
  runtime
- Inline Task SDK serde deserialization in 0094 to eliminate the
  airflow.sdk.serde import
- Use keyset pagination for batch queries in 0094 instead of re-scanning
  unmigrated rows
- Batch task_instance NULL backfill in 0108 (10k rows at a time) to
  reduce lock duration on large tables
- Consolidate per-column UPDATE statements into single per-table UPDATEs
  to reduce database round-trips

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

With regards,
GitHub Actions via GitBox


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

Reply via email to