ramitkataria commented on code in PR #57215:
URL: https://github.com/apache/airflow/pull/57215#discussion_r2467532961
##########
airflow-core/src/airflow/models/callback.py:
##########
@@ -85,7 +90,7 @@ class
ImportPathCallbackDefProtocol(CallbackDefinitionProtocol, Protocol):
"""Protocol for callbacks that use the import path fetch method."""
path: str
- kwargs: dict | None
+ kwargs: dict
Review Comment:
See https://github.com/apache/airflow/pull/57215#discussion_r2467524125 but
basically, kwargs are stored as `{}` when the user doesn't include them
--
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]