Summary
- Added a new
patternproperty to theConnectionAuthTypeParameterschema, which specifies a regex pattern for the parameter. - Introduced a new enum value
SNOWFLAKE_MARKETPLACEto thepaymentMethodproperty of theOrganizationschema.
Added
ConnectionAuthTypeParameterSchemapattern: A new property with a description “A regex pattern for the parameter” and typestring.
OrganizationSchemapaymentMethodEnumSNOWFLAKE_MARKETPLACE: Added as a new payment method option.
Changed
- No changes were made to existing objects, schemas, fields, endpoints, or enum values.
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.
Summary
- Added support for specifying authentication type when configuring metrics export settings for environments and environment objects.
Added
- New
authTypeproperty added to the following schema objects to define the type of authentication used when connecting to a remote endpoint for metrics export from Astro:EnvironmentObjectMetricsExportEnvironmentObjectMetricsExportOverridesCreateEnvironmentObjectMetricsExportRequestUpdateEnvironmentObjectMetricsExportRequestUpdateEnvironmentObjectMetricsExportOverridesRequest
Property Details
authType: Defines the type of authentication to use when connecting to the remote endpoint.- Supported values:
BASICAUTH_TOKEN
- Supported values:
Summary
- You can now create and update Airflow 3 Hosted Execution Deployments with the
AstroExecutorvia the Platform API. - You can now create and update Airflow 3 Remote Execution Deployments with the
AstroExecutorvia the Platform API. - Enable or disable Enhanced Support Access for your
OrganizationAPI endpoints.
Added
- New properties to support creating and updating Remote Execution Deployments on Astro:
DeploymentRemoteExecutionDeploymentRemoteExecutionRequest
- New ENUMs for executor types were added to the
executorproperty to support creating Hosted execution Deployments:Astro
- Date-time and format examples for the following properties:
createdAtupdatedAt
Changed
- In
/organizations/{organizationId}/alerts, removed theORGANIZATIONandWORKSPACEENUMs that you can use to search within theentityTypefor thePatternMatchRequestobject.
Summary
Added the new productPlans property and OrganizationProductPlan schema to the Organization 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:
INACTIVEINTERNALPOVBASIC_PAYGOTEAM_PAYGOBUSINESSTEAMENTERPRISEDEVELOPERDEVELOPER_PAYGOTEAM_V2BUSINESS_V2ENTERPRISE_V2TRIAL_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:
entityTypeoperatorTypevalues
Changed the schema name of PatternMatch to PatternMatchRequest for the following alerts objects:
CreateDagDurationAlertRulesCreateDagFailureAlertRulesCreateDagSuccessAlertRulesCreateDagTimelinessAlertRulesCreateTaskDurationAlertRulesCreateTaskFailureAlertRulesUpdateDagDurationAlertRulesUpdateDagFailureAlertRulesUpdateDagSuccessAlertRulesUpdateDagTimelinessAlertRulesUpdateTaskDurationAlertRulesUpdateTaskFailureAlertRules
Summary
Added the ability to work with Astro Alerts and their Notification Channels through the Astro API, with the new alerts and notification-channels endpoints.
Added
New endpoints:
GET /organizations/{organizationId}/alertsto list Alerts in a Workspace or Deployment.POST /organizations/{organizationId}/alertsto create an Alert for a Deployment or Workspace.GET /organizations/{organizationId}/alerts/{alertId}to retrieve details about a specific Alert.POST /organizations/{organizationId}/alerts/{alertId}to update an existing Alert.DEL /organizations/{organizationId}/alerts/{alertId}to delete an Alert.GET /organizations/{organizationId}/notification-channelsto list Alert Notification Channels.POST /organizations/{organizationId}/notification-channelsto create an Alert Notification Channel.GET /organizations/{organizationId}/alerts/{notificationChannelId}to retrieve details about a specific Alert Notification Channel.POST /organizations/{organizationId}/alerts/{notificationChannelId}to update an existing Alert Notification Channel.DEL /organizations/{organizationId}/alerts/{notificationChannelId}to delete an Alert Notification Channel.
Summary
Added the new schmea, bundle, as a deploy type for the Deploy endpoint, allowing you to use dbt deploys via the Astro API.
Added
New object schema for the Deploy object at /organizations/{organizationId}/deployments/{deploymentId}/deploys:
Bundle
Which includes the following new properties:
bundleTypecurrentVersiondeployIddesiredVersionmountPath
New properties are also added to the following endpoints:
-
POST organizations/{organizationId}/deployments/{deploymentId}/deploysbundleMountPathbundleType
-
GET organizations/{organizationId}/deployments/{deploymentId}/deploys/{deployId}bundleMountPathbundleUploadUrlbundles
-
POST organizations/{organizationId}/deployments/{deploymentId}/deploys/{deployId}/finalize:bundleTarballVersion
Summary
Added the ability to retrieve audit logs using the Astro API call, GET /organizations/{organizationId}/audit-logs. You can also use the parameters startDate and endDate to limit the number of logs you retrieve to a particular timescale.
See Audit logs reference for more information.
Added
GET /organizations/{organizationId}/audit-logs- to retrieve audit logs via the API. Note that this API call has a non-configurable rate limit of2per minute.