Skip to main content
POST
/
api
/
v1
/
org
/
warehouse-credentials
{
  "results": {
    "credentials": {
      "type": "snowflake",
      "account": "<string>",
      "requireUserCredentials": true,
      "authenticationType": "password",
      "role": "<string>",
      "database": "<string>",
      "warehouse": "<string>",
      "schema": "<string>",
      "threads": 123,
      "clientSessionKeepAlive": true,
      "queryTag": "<string>",
      "accessUrl": "<string>",
      "startOfWeek": 0,
      "quotedIdentifiersIgnoreCase": true,
      "override": true
    },
    "createdByUserUuid": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "warehouseType": "bigquery",
    "description": "<string>",
    "name": "<string>",
    "organizationUuid": "<string>",
    "organizationWarehouseCredentialsUuid": "<string>"
  },
  "status": "ok"
}

Body

application/json

the warehouse credentials to create

credentials
object
required
  • Option 1
  • Option 2
  • Option 3
  • Option 4
  • Option 5
  • Option 6
  • Option 7
name
string
required
description
string | null

Response

Ok

results
object
required

Organization-level warehouse credentials

status
enum<string>
required
Available options:
ok
I