POST
/
api
/
v1
/
org
/
projects
{
  "results": {
    "hasContentCopy": true,
    "project": {
      "createdByUserUuid": "<string>",
      "schedulerTimezone": "<string>",
      "dbtVersion": "v1.4",
      "upstreamProjectUuid": "<string>",
      "pinnedListUuid": "<string>",
      "warehouseConnection": {
        "type": "snowflake",
        "authenticationType": "password",
        "token": "<string>",
        "role": "<string>",
        "account": "<string>",
        "requireUserCredentials": true,
        "database": "<string>",
        "warehouse": "<string>",
        "schema": "<string>",
        "threads": 123,
        "clientSessionKeepAlive": true,
        "queryTag": "<string>",
        "accessUrl": "<string>",
        "startOfWeek": 0,
        "quotedIdentifiersIgnoreCase": true,
        "override": true
      },
      "dbtConnection": {
        "type": "dbt",
        "target": "<string>",
        "environment": [
          {
            "value": "<string>",
            "key": "<string>"
          }
        ],
        "selector": "<string>",
        "profiles_dir": "<string>",
        "project_dir": "<string>"
      },
      "type": "DEFAULT",
      "name": "<string>",
      "projectUuid": "<string>",
      "organizationUuid": "<string>"
    }
  },
  "status": "ok"
}

Body

application/json

From T, pick a set of properties whose keys are in the union K

name
string
required
type
enum<string>
required
Available options:
DEFAULT,
PREVIEW
dbtConnection
object
required
dbtVersion
required
Available options:
v1.4,
v1.5,
v1.6,
v1.7,
v1.8,
v1.9,
v1.10
pinnedListUuid
string
upstreamProjectUuid
string
copyWarehouseConnectionFromUpstreamProject
boolean
tableConfiguration
enum<string>
Available options:
prod,
all
copyContent
boolean
warehouseConnection
object

Response

Ok

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