December 10, 2024

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:

  • bundleType
  • currentVersion
  • deployId
  • desiredVersion
  • mountPath

New properties are also added to the following endpoints:

  • POST organizations/{organizationId}/deployments/{deploymentId}/deploys

    • bundleMountPath
    • bundleType
  • GET organizations/{organizationId}/deployments/{deploymentId}/deploys/{deployId}

    • bundleMountPath
    • bundleUploadUrl
    • bundles
  • POST organizations/{organizationId}/deployments/{deploymentId}/deploys/{deployId}/finalize:

    • bundleTarballVersion