dbt Cloud

Supports:

  • ✅ Orchestration
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
tokenstringService account tokentrue
urlstringURL of dbt Cloud instance e.g. https://cloud.getdbt.comtrue

Example

{
"name": "dbt Cloud connection",
"type": "dbtcloud",
"configuration": {
"token": "secret",
"url": "https://cloud.getdbt.com"
}
}