potiuk commented on code in PR #48760: URL: https://github.com/apache/airflow/pull/48760#discussion_r2028469413
########## contributing-docs/16_adding_api_endpoints.rst: ########## @@ -108,3 +108,7 @@ When migrating legacy endpoint to the new FastAPI API: 1. Implement a feature complete endpoint in comparison to the legacy one or explain why this is not possible in your context. 2. Make sure to have a good test coverage by copying over the legacy test cases to the new endpoint. This will guarantee an isofunctional new endpoint. 3. Mark the legacy endpoint with the ``@mark_fastapi_migration_done`` decorator. This will help maintainers keep track of the endpoints remaining for the migration and those already migrated. + +----00 Review Comment: It's 👀 .... No.. on a serious note, it's of course typo :) -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org