potiuk commented on pull request #12578: URL: https://github.com/apache/airflow/pull/12578#issuecomment-732913377
Just a comment: very similar (but not the same ) check can probably be done with uniqueItems Json schema property for arrays (http://json-schema.org/draft/2019-09/json-schema-validation.html#rfc.section.6.4.3). We can add it as a next step. It checks for uniqueness of full "items" rather than "integration-name" only, but might be useful to add anyway to account for accidental copy&paste errors. ---------------------------------------------------------------- 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]
