Skip to content

Commit

Permalink
Merge branch 'main' into microbatch-concurrency-capability
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Nov 20, 2024
2 parents cb24943 + fb9d085 commit f0a2227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
<img src="https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg" alt="dbt logo" width="500"/>
</p>

# dbt-tests-adapter
# dbt-adapters

This package is responsible for:

- defining database connection methods
- caching information from databases
- determining how relations are defined

There are two major adapter types: base and sql
In this repo there is also our testing suite used for tesing adapter functionality

# Adapters

# Directories
There are two major adapter types: base and sql

## `base`

Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.0"
version = "1.10.0"

0 comments on commit f0a2227

Please sign in to comment.