Error
A valid request URL is required to generate request examples{
"results": {
"yaml": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Git Integration
Preview custom dimension YAML
Preview custom dimensions using the project’s dbt model and warehouse dialect
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
git-integration
/
pull-requests
/
custom-dimensions
/
preview
Error
A valid request URL is required to generate request examples{
"results": {
"yaml": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Path Parameters
Body
application/json
Was this page helpful?