Ayush-srivastava504 opened a new pull request, #61299: URL: https://github.com/apache/airflow/pull/61299
This PR adds tooling to generate and validate a JSON Schema for Airflow configuration. What is included: - A script to generate a JSON Schema from airflow/config_templates/config.yml - A validation script to validate airflow.cfg using the generated schema - A generated schema.json file for IDE support and tooling Why: - Enables early detection of invalid or misspelled config options - Improves IDE autocomplete and validation - Makes configuration errors visible before runtime Notes: - Validation works by parsing airflow.cfg into a dict and validating it against JSON Schema - This does not change Airflow runtime behavior - No backward compatibility impact -- 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]
