v2

latestSwagger 2.02026-07-136054211.7 KB
DQ Assets

Creates a DQ asset within a business domain. Data product is specified as optional query parameter.

patch/business-domains/{businessDomainId}/assets

Path parameters

businessDomainIdstring required

Unique identifier for the business domain

Query parameters

api-versionstring required

The API version to use for this operation.

dataProductIdstring

For assets not associated with any Data Product, use Guid.Empty for dataProductId. Optional.

Request body

businessDomainIdstring

Business domain identifier

dataMapAssetIdstring

Data map asset identifier (GUID)

fqnstring

Fully qualified name of the asset

catalogAssetIdstring

Catalog asset identifier

isGovernedAssetFlagboolean

Whether the asset is governed

Response

The request has succeeded and a new resource has been created as a result.

businessDomainIdstring

Business domain identifier

dataMapAssetIdstring

Data map asset identifier (GUID)

fqnstring

Fully qualified name of the asset

catalogAssetIdstring

Catalog asset identifier

isGovernedAssetFlagboolean

Whether the asset is governed

dataProductIdstring

Data product identifier. For assets not associated with any Data Product, use Guid.Empty for dataProductId.

scorenumber double

Data quality score for the asset

assetIdstring

DQ asset identifier (GUID)

createdAtstring

Creation timestamp (ISO 8601)

createdBystring

Created by (user or system)

lastModifiedAtstring

Last modified timestamp (ISO 8601)

lastModifiedBystring

Last modified by (user or system)

eTagstring

ETag for concurrency