potiuk commented on a change in pull request #12466:
URL: https://github.com/apache/airflow/pull/12466#discussion_r532082757
##########
File path: airflow/provider.yaml.schema.json
##########
@@ -167,6 +170,13 @@
"python-module"
]
}
+ },
+ "hook-class-names": {
+ "type": "array",
+ "items": {
+ "type": "string",
+ "description": "Hooks class names that provide connection types to
core"
Review comment:
OK. I went ahead fixed a few typos and added some missing descriptions
in #12690 as the behaviour and descriptions were not consistent in the schema.
----------------------------------------------------------------
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]