Summary
- Added new properties
apiUrl
anduiUrl
to theDeployment
schema, providing URLs for accessing the Airflow API and UI respectively. For Airflow 2, theapiUrl
anduiUrl
point to the webserver. For Airflow 3 Deployments, these point to the API server. - Updated the
Deployment
schema to require theapiUrl
anduiUrl
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.