Skip to content

Commit

Permalink
update adapter hyperlink and comments about the decoupled architectur…
Browse files Browse the repository at this point in the history
…e for post-decoupling
  • Loading branch information
taylor-yang-redica committed Jul 17, 2024
1 parent a7af3b3 commit cdab6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Most of the python code in the repository is within the `core/dbt` directory.
- [`single python files`](core/dbt/README.md): A number of individual files, such as 'compilation.py' and 'exceptions.py'

The main subdirectories of core/dbt:
- [`adapters`](core/dbt/adapters/README.md): Define base classes for behavior that is likely to differ across databases
- [`adapters`](https://github.com/dbt-labs/dbt-adapters): Define base classes for behavior that is likely to differ across databases
- Because of the decoupled architecture, the base Adapter classes is now in [its own repo](https://github.com/dbt-labs/dbt-adapters). After installation, these classes will still live in the `core/adapters/` directory.
- [`clients`](core/dbt/clients/README.md): Interface with dependencies (agate, jinja) or across operating systems
- [`config`](core/dbt/config/README.md): Reconcile user-supplied configuration from connection profiles, project files, and Jinja macros
- [`context`](core/dbt/context/README.md): Build and expose dbt-specific Jinja functionality
Expand Down

0 comments on commit cdab6fd

Please sign in to comment.