jason810496 commented on code in PR #62649:
URL: https://github.com/apache/airflow/pull/62649#discussion_r2870149865
##########
airflow-core/src/airflow/utils/helpers.py:
##########
@@ -295,6 +296,29 @@ def is_empty(x):
return val
+def filter_kwargs(callable_obj: Callable[..., Any], kwargs: dict) -> dict:
Review Comment:
We're avoiding more utilties being add under `utils` module.
How above moving `filter_kwargs` definition to `models.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]