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

Response

200
application/json

Ok

The response is of type object.