Create profile for a data asset
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/data-asset/{id}/profile \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "darn": "<string>", "data_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fieldsToProfilesMapping": {} } '
{ "fieldsToProfilesMapping": {} }
UUID of the data asset
Data Asset Profiles
the Data Asset Resource Name (DARN) of the data asset
ID for the data asset
The mapping of data asset fields to data asset field profiles associated with the data asset
Show child attributes
Data asset profile was successfully created
Mapping of a data asset's fields to their respective data profiles