Path Parameters
Body
application/json
curl --request POST \
--url http://api/v1/projects/{projectUuid}/createPreview \
--header 'Content-Type: application/json' \
--data '
{
"warehouseConnectionOverrides": {
"schema": "<string>"
},
"dbtConnectionOverrides": {
"manifest": "<string>",
"environment": [
{
"value": "<string>",
"key": "<string>"
}
],
"branch": "<string>"
},
"copyContent": true,
"name": "<string>"
}
'{
"results": {
"compileJobUuid": "<string>",
"projectUuid": "<string>"
},
"status": "ok"
}curl --request POST \
--url http://api/v1/projects/{projectUuid}/createPreview \
--header 'Content-Type: application/json' \
--data '
{
"warehouseConnectionOverrides": {
"schema": "<string>"
},
"dbtConnectionOverrides": {
"manifest": "<string>",
"environment": [
{
"value": "<string>",
"key": "<string>"
}
],
"branch": "<string>"
},
"copyContent": true,
"name": "<string>"
}
'{
"results": {
"compileJobUuid": "<string>",
"projectUuid": "<string>"
},
"status": "ok"
}Was this page helpful?