The GitHub Actions job "Tests (AMD)" on airflow.git/fix-68567-version-data-hash 
has failed.
Run started by GitHub user anmolxlight (triggered by anmolxlight).

Head commit for run:
b64ac5df5adead0aedb21abbfbdf90e9b9b84db0 / anmolxlight <[email protected]>
feat: store hash of dag_version.version_data to avoid loading/comparing large 
manifests

Persist a version_data_hash (md5 of canonical JSON) on DagVersion and
compare/prefetch that instead of the full version_data blob.

Changes:
- Add version_data_hash column (String(32), nullable) to DagVersion model
- Add compute_version_data_hash() static method on DagVersion
- In _prefetch_dag_write_metadata, use load_only() to skip loading the
  potentially-large version_data JSON column
- In write_dag fast path, compare version_data_hash instead of full dicts
- Update in-place refresh and no-TI-update paths to set version_data_hash
- Alembic migration 0123 (rev: 9e8d7c6b5a4f) for the new column

Closes: #68567

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

With regards,
GitHub Actions via GitBox


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

Reply via email to