dbt · API Governance Rules
dbt API Rules
Spectral linting rules defining API design standards and conventions for dbt.
5 Rules
error 1
warn 4
Rule Categories
dbt
Rules
warn
dbt-info-contact
API info should include a dbt Labs contact.
$.info
warn
dbt-cloud-base-url
Servers should reference cloud.getdbt.com.
$.servers[*].url
error
dbt-bearer-auth
API should declare a bearer token security scheme.
$.components.securitySchemes
warn
dbt-account-scoped-paths
Resource paths should be scoped under /accounts/{accountId}.
$.paths
warn
dbt-operation-tags
Operations should be tagged Accounts, Projects, Jobs, Runs, or Environments.
$.paths[*][*]