Lee-W commented on code in PR #69761:
URL: https://github.com/apache/airflow/pull/69761#discussion_r3934541840
##########
shared/plugins_manager/src/airflow_shared/plugins_manager/plugins_manager.py:
##########
@@ -85,6 +87,52 @@ class AirflowPluginException(Exception):
"""Exception when loading plugin."""
+# Kept in sync with ``BaseDestinationLiteral`` in
``airflow.api_fastapi.core_api.datamodels.plugins``
Review Comment:
nit: This kind of "kept in sync" thing is easy to miss. We could add a prek
hook to automate it if we really need to keep these in sync.
--
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]