kaxil commented on a change in pull request #15330:
URL: https://github.com/apache/airflow/pull/15330#discussion_r688946055
##########
File path: airflow/provider.yaml.schema.json
##########
@@ -210,7 +210,20 @@
"additional-extras": {
"type": "object",
"description": "Additional extras that the provider should have"
+ },
+ "task-decorators": {
+ "type": "array",
+ "description": "Apply custom decorators to the TaskFlow API. Can be
accessed by users via '@task.<name>'",
Review comment:
```suggestion
"description": "Decorators to use with the TaskFlow API. Can be
accessed by users via '@task.<name>'",
```
--
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]