potiuk commented on code in PR #48849:
URL: https://github.com/apache/airflow/pull/48849#discussion_r2033004756
##########
airflow-core/src/airflow/provider_info.schema.json:
##########
@@ -32,7 +32,182 @@
"type": "string"
}
},
+ "integrations": {
+ "description": "Array of integrations provided by the provider.",
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "integration-name": {
+ "description": "Name of the integrations to expose by
the provider.",
+ "type": "string"
+ },
+ "external-doc-url": {
+ "description": "URL that describes the integration.",
Review Comment:
Good point. fixed.
--
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]