v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Creates a data product revision.

Prerequisites:

  • The original data product must exist in the given domain.

  • User must have permissions on the data product.

  • The domain must be valid and accessible.

  • The new revision name must comply with naming constraints (if required).

post/v2/domains/{domainIdentifier}/data-products/{identifier}/revisions

Path parameters

domainIdentifierstring required

The ID of the domain where the data product revision is created.

identifierstring required

The ID of the data product revision.

Request body

namestring password required

The name of the data product revision.

descriptionstring password

The description of the data product revision.

glossaryTermsGlossaryTermId[]

The glossary terms of the data product revision.

clientTokenstring

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

Response

Success

domainIdstring required

The ID of the domain where data product revision is created.

idstring required

The ID of the data product revision.

revisionstring required

The revision of the data product revision.

owningProjectIdstring required

The ID of the owning project of the data product revision.

namestring password required

The name of the data product revision.

status'CREATED' | 'CREATING' | 'CREATE_FAILED' required

The status of the data product revision.

descriptionstring password

The description of the data product revision.

glossaryTermsGlossaryTermId[]

The glossary terms of the data product revision.

createdAtstring date-time

The timestamp at which the data product revision is created.

createdBystring

The user who created the data product revision.

firstRevisionCreatedAtstring date-time

The timestamp at which the first revision of the data product is created.

firstRevisionCreatedBystring

The user who created the first revision of the data product.