rootcss commented on a change in pull request #10770:
URL: https://github.com/apache/airflow/pull/10770#discussion_r499276006
##########
File path: airflow/plugins_manager.py
##########
@@ -67,6 +67,8 @@ class AirflowPluginException(Exception):
class AirflowPlugin:
"""Class used to define AirflowPlugin."""
name: Optional[str] = None
+ plugin_source: Optional[str] = None
+ plugin_path: Optional[str] = None
Review comment:
Great suggestions. I have made changes related to this.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]