ephraimbuddy commented on code in PR #45860:
URL: https://github.com/apache/airflow/pull/45860#discussion_r1933486153
##########
airflow/callbacks/callback_requests.py:
##########
@@ -34,8 +34,10 @@ class BaseCallbackRequest(BaseModel):
:param msg: Additional Message that can be used for logging
"""
- full_filepath: str
+ filepath: str
"""File Path to use to run the callback"""
+ bundle_name: str
+ bundle_version: str | None = None
Review Comment:
Without the default value, bundle_version is required everytime we want to
use the callback
--
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]