Summary
- You can now create and update Airflow 3 Hosted Execution Deployments with the
AstroExecutor
via the Platform API. - You can now create and update Airflow 3 Remote Execution Deployments with the
AstroExecutor
via the Platform API. - Enable or disable Enhanced Support Access for your
Organization
API endpoints.
Added
- New properties to support creating and updating Remote Execution Deployments on Astro:
DeploymentRemoteExecution
DeploymentRemoteExecutionRequest
- New ENUMs for executor types were added to the
executor
property to support creating Hosted execution Deployments:Astro
- Date-time and format examples for the following properties:
createdAt
updatedAt
Changed
- In
/organizations/{organizationId}/alerts
, removed theORGANIZATION
andWORKSPACE
ENUMs that you can use to search within theentityType
for thePatternMatchRequest
object.