kaxil commented on a change in pull request #13488:
URL: https://github.com/apache/airflow/pull/13488#discussion_r553061368
##########
File path: docs/apache-airflow-providers/index.rst
##########
@@ -189,8 +189,11 @@ You need to do the following to turn an existing Python
package into a provider
* Add the ``apache_airflow_provider`` entry point in the ``setup.cfg`` - this
tells airflow where to get
the required provider metadata
* Create the function that you refer to in the first step as part of your
package: this functions returns a
- dictionary that contains all meta-data about your provider package; see also
``provider.yaml``
- files in the community managed provider packages as examples
+ dictionary that contains all meta-data about your provider package
+* note that the dictionary should be compliant with
``airflow/provider_info.schema.json`` JSON-schema
+ specification, and the community-managed providers have more fields there
that are used to build
Review comment:
```suggestion
specification and the community-managed providers have more fields than
that is used to build
```
I am assuming this is what you meant but feel free to ignore if not
----------------------------------------------------------------
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]