Summary
Added Disaster Recovery (DR) support to various cluster and deployment schemas, including new properties for DR configuration. Introduced new permissions for alert, environment object, and…
Added
Schemas and Properties: Cluster: drRegion: Secondary region for DR. drSecondaryVpcCidr: Secondary CIDR for DR region (AWS only). drVpcSubnetRange: VPC subnet range for DR region (AWS only).…
Changed
Schemas: Cluster: Removed description from vpcSubnetRange. Added drRegion and isDrEnabled to required properties. OrganizationProductPlan: Changed astronomerProduct enum value from "ASTRO OBSERVE" to…
Summary
Added a new pattern property to the ConnectionAuthTypeParameter schema, which specifies a regex pattern for the parameter. Introduced a new enum value SNOWFLAKE_MARKETPLACE to the paymentMethod…
Added
ConnectionAuthTypeParameter Schema pattern: A new property with a description "A regex pattern for the parameter" and type string. Organization Schema paymentMethod Enum SNOWFLAKE_MARKETPLACE: Added…
Changed
No changes were made to existing objects, schemas, fields, endpoints, or enum values.
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…
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.
Summary
Added support for specifying authentication type when configuring metrics export settings for environments and environment objects.
Added
New authType property added to the following schema objects to define the type of authentication used when connecting to a remote endpoint for metrics export from Astro:…
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…
Added
New properties to support creating and updating Remote Execution Deployments on Astro: DeploymentRemoteExecution DeploymentRemoteExecutionRequest New ENUMs for executor types were added to the…
Changed
In /organizations/{organizationId}/alerts, removed the ORGANIZATION and WORKSPACE ENUMs that you can use to search within the entityType for the PatternMatchRequest object.
Summary
Added new enums for the supportPlan property. To learn more about the different support plans available for Astro, see Pricing.
Added
The new enums include the following: INACTIVE INTERNAL POV BASIC_PAYGO TEAM_PAYGO BUSINESS TEAM ENTERPRISE DEVELOPER DEVELOPER_PAYGO TEAM_V2 BUSINESS_V2 ENTERPRISE_V2 TRIAL_V2
Summary
Added the PatternMatchRequest object, and changed the schema name of PatternMatch to PatternMatchRequest for alerts object properties when working with alerts rules.
Added
Added the PatternMatchRequest object, which includes the following properties: entityType operatorType values Changed the schema name of PatternMatch to PatternMatchRequest for the following alerts…