Create profile for a data asset
cURL
curl --request POST \ --url 'https://api-(organization).gable.ai/v0/data-asset/{id}/profile' \ --header 'Content-Type: application/json' \ --data '{ "darn": "<string>", "data_asset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fieldsToProfilesMapping": {} }'
{ "fieldsToProfilesMapping": {} }
UUID of the data asset
Data Asset Profiles
The body is of type object.
object
Data asset profile was successfully created
The response is of type object.