pierrejeambrun opened a new pull request, #42198: URL: https://github.com/apache/airflow/pull/42198
Follow up of: https://github.com/apache/airflow/pull/42196 You can just review the last commit. This is short one that add a no-op decorator to be able to mark endpoint as migrated over to the new FastAPI API. The goal with this is to keep track of what is left to migrate and what is already migrated. There are a lot of endpoints and this will prevent maintainers from searching over the code base to get that information. The advantage of a decorator over docstring or comment is that it's code. (searchable, references, consistent, etc...) -- 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]
