ghjklw commented on issue #42850: URL: https://github.com/apache/airflow/issues/42850#issuecomment-2556345638
Hi @dannyl1u Thank you very much for looking into it! The file config.yml.schema.json is a JSON Schema describing the structure of config.yml itself, so not really what we're after 😉 As for schemastore.org, the way it works is that when a JSON Schema has been defined, we can ask them to publish it: https://github.com/SchemaStore/schemastore/blob/master/CONTRIBUTING.md#how-to-add-a-json-schema-thats-self-hostedremoteexternal The point of doing this is that many tools (including most IDEs) will then automatically match it to `airflow.cfg` so that you get validation and auto-completiom without having to do any manual configuration. -- 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]
