Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

dbt-databricks docs

Last updated: 2026-08-09

Internal documentation for the dbt-databricks adapter, grouped by purpose. For user-facing config reference, see the dbt docs.

Docs vs. code: these docs describe adapter internals and workflows, but the code is always the source of truth. If a doc disagrees with the macros or Python, trust the code and fix the doc.

Architecture & flow (how the adapter works)

  • flow/ — how each materialization executes (table, view, incremental, seed, snapshot, streaming table, materialized view) as Mermaid diagrams, plus the shared relation replace flow. Start at flow/README.md for the use_materialization_v2 flag that selects between the V1 and V2 diagrams.
  • dbr-capability-system.md — the DBR version-capability system that gates version-dependent features.

Contributor docs (setup & testing)

Guides (user-facing how-tos)

These are task-oriented tutorials. They are lower priority than the flow/architecture docs and may drift; treat them as starting points, not authoritative reference.