Skip to main content
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
createPreview
cURL
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"
}

Path Parameters

projectUuid
string
required

Body

application/json
copyContent
boolean
required
name
string
required
warehouseConnectionOverrides
object
dbtConnectionOverrides
object

Response

Created

results
object
required
status
enum<string>
required
Available options:
ok