dheerajturaga commented on PR #68364: URL: https://github.com/apache/airflow/pull/68364#issuecomment-4686991800
Hi @phanikumv, good catch on pointing that out! I looked into it — the `ConfigChange` entry is actually intentional. It serves as a migration warning for users who still have `reload_on_plugin_change` in their `airflow.cfg`. The `was_deprecated=False` flag is correct too, since the option was removed without going through a deprecation cycle first, so the warning message correctly says "Removed" rather than "Removed deprecated". --- Drafted-by: Claude Code (claude-sonnet-4-6); reviewed by @dheerajturaga before posting -- 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]
