potiuk commented on issue #42850: URL: https://github.com/apache/airflow/issues/42850#issuecomment-2556748387
> Create JSON Schema file using [airflow/config_templates/config.yml](https://github.com/apache/airflow/blob/9c4b81d71f3caee3a3b1c6d9c626ee5d16f0db7c/airflow/config_templates/config.yml) and publish to https://www.schemastore.org/json/ We could yes - no need to publish it there, it could be likely pointed at directly from Airflow Repository, but eventually submitting it there might be a good idea, however this should be done with Airflow PMC as a driving/controlling entity. > Use pydantic or some other IDE tool to validate airflow.cfg using the json schema Since TOML is a superset of .ini - likely coud work (initially proposed in that issue) https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml - or any other toml validation solutions. -- 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]
