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
generic data asset field profile Data asset field profile for boolean
Number of samples
Whether the data is nullable
List of sampled files
1
The parameters used to sample the data
Number of rows sampled per file
Number of most recent files whose schemas are sampled per data asset
boolean
Number of true values
Number of false values
Unique identifier for the data asset field profile in UUID format
Number of nulls (only defined if nullable is true)
The date the sample was taken
Data asset profile was successfully created
Mapping of a data asset's fields to their respective data profiles