o-nikolas commented on code in PR #69185:
URL: https://github.com/apache/airflow/pull/69185#discussion_r3532243252
##########
airflow-core/src/airflow/callbacks/callback_requests.py:
##########
@@ -46,6 +46,12 @@ class BaseCallbackRequest(BaseModel):
"""File Path to use to run the callback"""
bundle_name: str
bundle_version: str | None
+ version_data: dict[str, Any] | None = None
+ """Optional structured metadata for the pinned bundle version (e.g. an S3
object manifest).
+
+ Populated only for pinned runs so the callback initializes the bundle
against the same
+ version the task ran with; ``None`` for unpinned runs.
Review Comment:
I suppose yeah, I'll change it. I am worried about the recent push to strip
helpful context/information from our codebase though. These bits of context are
often super helpful.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]