o-nikolas commented on code in PR #59021:
URL: https://github.com/apache/airflow/pull/59021#discussion_r2590631718
##########
shared/configuration/src/airflow_shared/configuration/parser.py:
##########
@@ -896,6 +896,7 @@ def _get_option_from_defaults(
section: str,
issue_warning: bool = True,
extra_stacklevel: int = 0,
+ team_name: str | None = None,
Review Comment:
This was a byproduct of the migration/split of the configuration that was
done recently.
This method now pulls several kwargs out that it doesn't use, otherwise they
get passed along to further methods which don't expect them and it causes
exceptions.
--
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]