vincbeck commented on code in PR #69502:
URL: https://github.com/apache/airflow/pull/69502#discussion_r3538845025
##########
airflow-core/src/airflow/plugins_manager.py:
##########
@@ -422,3 +422,40 @@ def get_priority_weight_strategy_plugins() -> dict[str,
type[PriorityWeightStrat
def get_import_errors() -> dict[str, str]:
"""Get import errors encountered during plugin loading."""
return _get_plugins()[1]
+
+
+def validate_plugin_teams() -> None:
Review Comment:
Alright :) Hard to know anyway so we can go with that and adjust if needed
--
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]