The GitHub Actions job "Tests (AMD)" on 
airflow.git/onikolas/pr2/s3-bundle-version-worker-flow has failed.
Run started by GitHub user o-nikolas (triggered by o-nikolas).

Head commit for run:
2ef384f86262c4460f4f76f1d2ac9a88a84e1dc8 / Niko Oliveira <[email protected]>
Thread version_data through BundleInfo to worker-side bundle initialization

Add version_data to the push path so structured bundle metadata (e.g.,
S3 manifests) reaches workers at task execution time.

Changes:
- Add version_data field to BundleInfo (workloads/base.py)
- Populate version_data from DagVersion in ExecuteTask.make()
- Add selectinload(TI.dag_version) to scheduler enqueue query to
  avoid N+1 queries when reading version_data
- Add version_data parameter to BaseDagBundle.__init__ (stored as
  self.version_data) and DagBundlesManager.get_bundle()
- Pass version_data through task_runner.py and callback_supervisor.py
- Regenerate task-sdk datamodels to include version_data in BundleInfo

Existing bundles ignore version_data (defaults to None). The S3 bundle
will use self.version_data in initialize() to fetch specific object
versions (follow-up PR).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to