Skip to content

Changelog

Learn about new developer features and improvements.

New API - Data Products API

The new Data Products API is now available for automating data product management and governance. This API allows you to programmatically create, manage, activate, and monitor data products.

Data products are packages that group related datasets within a single, curated offering. They enable organizations to organize and govern data by business domain, making it easier for business users to discover and consume trusted, well-documented datasets.

With the Data Products API, you can:

  • Create new data products within spaces using POST /api/data-governance/data-products
  • Retrieve and manage data product details using GET /api/data-governance/data-products/{dataProductId}
  • Update data product metadata and datasets using PATCH /api/data-governance/data-products/{dataProductId}
  • Manage products across spaces with move operations using POST /api/data-governance/data-products/{dataProductId}/actions/move
  • Activate data products to make them discoverable using POST /api/data-governance/data-products/{dataProductId}/actions/activate
  • Track data product changes through changelogs using GET /api/data-governance/data-products/{dataProductId}/changelogs
  • Export data product documentation for stakeholder sharing using GET /api/data-governance/data-products/{dataProductId}/actions/export-documentation

For more information, refer to:

Was this page helpful?