Check list of data assets for contract violations
Check list of data assets for contract violations
Documentation Index
Fetch the complete documentation index at: https://docs.gable.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
List of data assets to check
Determines the format of the response from the API. Specifying 'DETAILED' will return a detailed JSON object for each data asset checked. If 'COMMENT_MARKDOWN' is specified, the response will be a markdown string intended to be used as a comment in a pull request.
DETAILED, COMMENT_MARKDOWN If true, the data assets sent that have not changed compared with the stored assets will be checked for contract violations. If false, the only data assets that have changed compared with the stored assets will be checked for contract violations.
Link to the pull request the proposed changes to the data asset are part of
Response
Data Asset ID
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
The namespace of the data asset
"postgres://service-one.aaa.eu-west-1.rds.amazonaws.com:5432"
"protobuf://github.com/org/repo/path/to/file.proto"
The full resource name of the data asset, see Data Assets
^(protobuf|avro|json_schema|java|postgres|mysql|mssql|snowflake|bigquery|python|pyspark|typescript|s3|dataframe|kotlin|swift|php)://(?=.*[a-zA-Z0-9])[a-zA-Z0-9_@\.:/-]+[:/](?=.*[a-zA-Z0-9])[a-zA-Z0-9 _\./-\{\}\-]+$"postgres://service-one.aaa.eu-west-1.rds.amazonaws.com:5432:serviceone.public.sales"
"protobuf://git@github.com/org/repo/path/to/file.proto:company.serviceone.Sales"
The relative path of the data asset within its data store
"serviceone.public.sales"
"company.serviceone.Sales"
NO_CONTRACT