passionworkeer commented on issue #62222: URL: https://github.com/apache/airflow/issues/62222#issuecomment-4039924050
A low-risk path here is to introduce typed helper models first for the highest-entropy fields (external_views, eact_apps, astapi_apps, lask_blueprints, global_operator_extra_links) and normalize legacy dict/list input into those models at plugin load time. That gives validation + IDE hints immediately, while staying backward-compatible for existing plugins that still declare raw dicts/lists. -- 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]
