Summary
- Added new properties
apiUrlanduiUrlto theDeploymentschema, providing URLs for accessing the Airflow API and UI respectively. For Airflow 2, theapiUrlanduiUrlpoint to the webserver. For Airflow 3 Deployments, these point to the API server. - Updated the
Deploymentschema to require theapiUrlanduiUrlproperties.
Added
- New properties in the
Deploymentschema:apiUrl:- Description: The base URL to directly access the Airflow API.
uiUrl:- Description: The URL to access the Airflow UI.