<p align="center">
<img src="https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg" alt="dbt logo" width="500"/>
</p>
# dbt-adapters
This package is responsible for:
- defining database connection methods
- caching information from databases
- determining how relations are defined
In this repo there is also our testing suite used for tesing adapter functionality
# Adapters
There are two major adapter types: base and sql
## `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.
Raw data
{
"_id": null,
"home_page": null,
"name": "dbt-adapters",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9.0",
"maintainer_email": "dbt Labs <info@dbtlabs.com>",
"keywords": "adapter, adapters, database, dbt, dbt Cloud, dbt Core, dbt Labs, dbt-core, elt",
"author": null,
"author_email": "dbt Labs <info@dbtlabs.com>",
"download_url": "https://files.pythonhosted.org/packages/99/b1/cfc6f7edef6007b4cd7f4d32e290d456d981e33623eea325988ba929e9dc/dbt_adapters-1.10.2.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/dbt-labs/dbt/ec7dee39f793aa4f7dd3dae37282cc87664813e4/etc/dbt-logo-full.svg\" alt=\"dbt logo\" width=\"500\"/>\n</p>\n\n# dbt-adapters\n\nThis package is responsible for:\n\n- defining database connection methods\n- caching information from databases\n- determining how relations are defined\n\nIn this repo there is also our testing suite used for tesing adapter functionality\n\n# Adapters\n\nThere are two major adapter types: base and sql\n\n## `base`\n\nDefines the base implementation Adapters can use to build out full functionality.\n\n## `sql`\n\nDefines a sql implementation for adapters that initially inherits the base implementation\nand comes with some pre-made methods and macros that can be overwritten as needed per adapter.\n(most common type of adapter.)\n\n# Files\n\n## `cache.py`\n\nCached information from the database.\n\n## `factory.py`\n\nDefines how we generate adapter objects\n\n## `protocol.py`\n\nDefines various interfaces for various adapter objects. Helps mypy correctly resolve methods.\n\n## `reference_keys.py`\n\nConfigures naming scheme for cache elements to be universal.\n",
"bugtrack_url": null,
"license": null,
"summary": "The set of adapter protocols and base functionality that supports integration with dbt-core",
"version": "1.10.2",
"project_urls": {
"Changelog": "https://github.com/dbt-labs/dbt-adapters/blob/main/CHANGELOG.md",
"Documentation": "https://docs.getdbt.com",
"Homepage": "https://github.com/dbt-labs/dbt-adapters",
"Issues": "https://github.com/dbt-labs/dbt-adapters/issues",
"Repository": "https://github.com/dbt-labs/dbt-adapters.git"
},
"split_keywords": [
"adapter",
" adapters",
" database",
" dbt",
" dbt cloud",
" dbt core",
" dbt labs",
" dbt-core",
" elt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f64afa63f354d0ed1cee5792dba0359b68c446f4dea556662b7d2dc649ff74cf",
"md5": "ee3279e3cfc21d7111b10d8dda3d2f1f",
"sha256": "e08ccc54661c2fa2021ef2cbc3105a6d7552d5aa5eb6e505ffb3dc534d45023c"
},
"downloads": -1,
"filename": "dbt_adapters-1.10.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee3279e3cfc21d7111b10d8dda3d2f1f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.0",
"size": 164399,
"upload_time": "2024-11-23T00:16:56",
"upload_time_iso_8601": "2024-11-23T00:16:56.593022Z",
"url": "https://files.pythonhosted.org/packages/f6/4a/fa63f354d0ed1cee5792dba0359b68c446f4dea556662b7d2dc649ff74cf/dbt_adapters-1.10.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "99b1cfc6f7edef6007b4cd7f4d32e290d456d981e33623eea325988ba929e9dc",
"md5": "667e6cdb7fd11fcef81a11c244513076",
"sha256": "c85a782e1ffa1f8571331b5e5e4e466e4742d0e4e97708881151e7b5c5ade860"
},
"downloads": -1,
"filename": "dbt_adapters-1.10.2.tar.gz",
"has_sig": false,
"md5_digest": "667e6cdb7fd11fcef81a11c244513076",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.0",
"size": 106084,
"upload_time": "2024-11-23T00:16:58",
"upload_time_iso_8601": "2024-11-23T00:16:58.018822Z",
"url": "https://files.pythonhosted.org/packages/99/b1/cfc6f7edef6007b4cd7f4d32e290d456d981e33623eea325988ba929e9dc/dbt_adapters-1.10.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-23 00:16:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dbt-labs",
"github_project": "dbt-adapters",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "dbt-adapters"
}