{
"results": {
"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"
}
Get a project of an organiztion
{
"results": {
"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"
}
Success
The response is of type object
.