Summary

  • Added new properties apiUrl and uiUrl to the Deployment schema, providing URLs for accessing the Airflow API and UI respectively. For Airflow 2, the apiUrl and uiUrl point to the webserver. For Airflow 3 Deployments, these point to the API server.
  • Updated the Deployment schema to require the apiUrl and uiUrl properties.

Added

  • New properties in the Deployment schema:
    • apiUrl:
      • Description: The base URL to directly access the Airflow API.
    • uiUrl:
      • Description: The URL to access the Airflow UI.