potiuk commented on a change in pull request #17682:
URL: https://github.com/apache/airflow/pull/17682#discussion_r691692380
##########
File path: airflow/provider_info.schema.json
##########
@@ -16,11 +16,33 @@
},
"hook-class-names": {
"type": "array",
- "description": "Hook class names that provide connection types to core",
+ "description": "Hook class names that provide connection types to
core((deprecated by connection-types)",
"items": {
"type": "string"
+ },
+ "deprecated": {
+ "description": "The hook-class-names property has been deprecated in
favour of connection-types which is more performant version allowing to only
import individual Hooks rather than all hooks at once",
+ "deprecatedVersion": "2.2"
Review comment:
Yep.
--
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]