mik-laj commented on pull request #10770:
URL: https://github.com/apache/airflow/pull/10770#issuecomment-687962865
The original ticket mentions the following requirements. What do you think
to add them?
```
- source (plugins folder or entry point)
- for plugins folder plugins
- path relative to the plugins folder
- for entry point plugins
- the project name and version from the `EntryPoint.dist` object (using
`str(entry_point.dist)` should suffice)
- the entrypoint name, module and attributes information
(`str(entry_point)` provides this, already formatted).
- **NOT** the file location, that'd be a security issue. The entrypoint
information is enough to locate the plugin when someone has access to the
machine and the Python installation that runs Airflow.
- Optionally: information on the specific extension points provided by the
plug-in.
```
----------------------------------------------------------------
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]