Required capabilities:
dataProductsAcl:CREATE
Creates a new data product. Maximum 100 data products allowed per project. Request body must contain an 'items' array with up to 1 data product definition per request.
required | Array of objects (DataProductCreate) = 1 items Array of data products to create. |
The created data product (as a single-item list).
The response for a bad request.
{- "items": [
- {
- "externalId": "string",
- "name": "string",
- "schemaSpace": "string",
- "description": "string",
- "isGoverned": false,
- "tags": [
- "string"
]
}
]
}{- "items": [
- {
- "externalId": "string",
- "name": "string",
- "schemaSpace": "string",
- "description": "string",
- "isGoverned": true,
- "tags": [
- "string"
], - "domains": [
- "string"
], - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}