Register sca metadata for a data asset version
cURL
curl --request POST \ --url https://{hostname}.gable.ai/v0/sca-metadata/ingest \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "metadata": {}, "dataAssetResourceName": "<string>" } '
{ "newVersionCreated": true }
Upload metadata tied to data asset
The unique identifier of the data asset. It follows the pattern '{data_asset_type}://{data_asset_source}:{data_asset_name}'
Sca Metadata Registration Response
Indicates whether a new version was created