The GitHub Actions job "Tests (ARM)" on airflow.git/main has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
8e9a13bd57c06081773a4cbd1b79c6211af14826 / Niko Oliveira <[email protected]>
Thread version_data through BundleInfo to worker-side bundle initialization 
(#67217)

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/28203094217

With regards,
GitHub Actions via GitBox


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

Reply via email to