pulaksaha143 opened a new pull request, #71683: URL: https://github.com/apache/airflow/pull/71683
Fixes #71259 **Description** color_log_error_keywords and color_log_warning_keywords were read by the legacy Flask webserver UI for log-line coloring. That UI was removed in Airflow 3.0 and the new React UI does not use these settings. ignore_first_depends_on_past_by_default was read by AbstractOperator in airflow/models/abstractoperator.py. When AbstractOperator moved to the Task SDK in Airflow 3.0, the config read was removed and the SDK uses a hardcoded default instead. All three options remain in config.yml but are now marked with version_deprecated and deprecation_reason so they are excluded from generated defaults and the configuration reference honestly reflects that they have no effect. **Testing** Added a parametrized unit test in `test_configuration.py` to verify that these three options carry deprecation markers and are excluded from defaults. Verified existing tests pass. -- 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]
