o-nikolas commented on code in PR #32532: URL: https://github.com/apache/airflow/pull/32532#discussion_r1261828071
########## airflow/provider_info.schema.json: ########## @@ -71,13 +71,20 @@ "type": "string" } }, - "notifications": { + "notifications": { "type": "array", "description": "Notification class names", "items": { "type": "string" } - }, + }, + "executors": { Review Comment: Niiice, I know I'm late to this PR but this is great! I was planning on adding a section to the schema exactly like this when we're ready to land our first AWS executor. Thanks for beating us to it @potiuk :smile: -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org