o-nikolas commented on code in PR #69502:
URL: https://github.com/apache/airflow/pull/69502#discussion_r3538586554
##########
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:
Hmm interesting, is this any different than all the other checks we do in
the Scheduler and Dag Processor for team existence?
Also the plugins are installed by the global admin and teams are created by
them as well, so I think on that front it should be well synchronized.
--
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]