You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/25 23:55:48 UTC

[GitHub] [airflow] mik-laj edited a comment on issue #10560: New API takes over /airflow/api

mik-laj edited a comment on issue #10560:
URL: https://github.com/apache/airflow/issues/10560#issuecomment-680325218


   This here is a more complicated matter as some packages are deprecated and some will not.
   **airflow.api.auth**
   it's not deprecated. We use it in Stable API also.
   
   **airflow.api.client**
   This is still under discussion. We don't have a conclusion about it. For now, @ash has suggested that this package should stay until we have a detailed vision of CLI development.  So we should keep it backward compatible.
   https://lists.apache.org/thread.html/rfada8ac2fce87c0516d62923e35e3bebfc44ee5a379103b890f8c61c%40%3Cdev.airflow.apache.org%3E
   @houqp working on alternative python client: https://github.com/apache/airflow-client-python https://github.com/apache/airflow/issues/9080
   
   **airflow.api.common.experimental**
   This is a surprise, but these are not the endpoints for the experimental API. This package is also widely used in core and web UI and airflow.api.client This is another utils package.
   
   **airflow.api_connexion**
   Everything related to a stable API.
   
   **airflow.www.api.experimental.endpoints**
   Endpoint for experimental API. This package will be deleted in Airflow 2.1 when we delete the experimental API only. The rest of the packages should be backward compatible according to ongoing discussions as we have no decision to delete them. The rest of the packages should be backwards compatible as we have no decision to delete or drop them


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org