The set of adapter protocols and base functionality that supports integration with dbt-core
Project description
dbt-tests-adapter
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
Directories
base
Defines the base implementation Adapters can use to build out full functionality.
sql
Defines a sql implementation for adapters that initially inherits the base implementation and comes with some pre-made methods and macros that can be overwritten as needed per adapter. (most common type of adapter.)
Files
cache.py
Cached information from the database.
factory.py
Defines how we generate adapter objects
protocol.py
Defines various interfaces for various adapter objects. Helps mypy correctly resolve methods.
reference_keys.py
Configures naming scheme for cache elements to be universal.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for dbt_adapters-1.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cff7360ea3b9161d8aeb58ef641b9bf416ee68b8058e2b11e3dff811b5bf7267 |
|
MD5 | 93b25d9762c24a47ee02e552b335f2cb |
|
BLAKE2b-256 | b605b922c784804e45adfc59fb7363bf1e26447815a9757f0ef3546f4def279d |