Update dbt source
Update an additional dbt source’s name or connection.
Path Parameters
Body
Where in the warehouse a set of models lives — the two levels of a table reference, whatever a given warehouse calls them (BigQuery project and dataset, Snowflake database and schema, Databricks catalog and schema). A null field means "inherit from the project's warehouse connection".
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
Response
Success
Non-sensitive view of a dbt source for API responses — never includes the
decrypted connection (which holds credentials). The primary source is
synthesised from the project's own dbt_connection. repository, branch and
projectSubPath are the git-backed source's identity (null for non-git
connections); they are safe to expose — only secrets are stripped.
hasCredentialError is always false for the synthesised primary source.
See ProjectDbtSource for what it means on an additional source.
warehouseLocation is where this source's models live in the project's
warehouse. For the primary source it is the location the project's warehouse
connection already points at.
ok