pierrejeambrun commented on issue #42370: URL: https://github.com/apache/airflow/issues/42370#issuecomment-2367587995
Hello @omkar-foss, `views.py` are mostly 'rendered' front end that will get replaced by the new UI react or `private/UI` REST route, most of them are with the `/object/` prefix, such as `def grid_data`. If you want to work on those UI dedicated endpoints you can that would be part of https://github.com/apache/airflow/issues/42366. This issue focuses on the public endpoints, those are located under the `api_connexion` folder. In anycase, just mention the endpoint you are migrating so people do not do the same ones, and I will update the description to track that :). -- 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]
