Error
A valid request URL is required to generate request examples{
"results": [
{
"hasCredentialError": true,
"projectSubPath": "<string>",
"branch": "<string>",
"repository": "<string>",
"type": "dbt",
"precedence": 123,
"isPrimary": true,
"name": "<string>",
"projectDbtSourceUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
List dbt sources
List the dbt sources connected to a project (the primary source plus any additional sources), without credentials.
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dbt-sources
Error
A valid request URL is required to generate request examples{
"results": [
{
"hasCredentialError": true,
"projectSubPath": "<string>",
"branch": "<string>",
"repository": "<string>",
"type": "dbt",
"precedence": 123,
"isPrimary": true,
"name": "<string>",
"projectDbtSourceUuid": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?