dbt-adapters


Namedbt-adapters JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryThe set of adapter protocols and base functionality that supports integration with dbt-core
upload_time2024-04-01 23:07:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8.0
licenseNone
keywords adapter adapters database dbt dbt cloud dbt core dbt labs dbt-core elt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <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-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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dbt-adapters",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.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/00/18/844ad3711cd46bd075d10776555f4bf481d053ac24fe94c29a75391ca430/dbt_adapters-1.0.0.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-tests-adapter\n\nThis package is responsible for:\n\n- defining database connection methods\n- caching information from databases\n- determining how relations are defined\n\nThere are two major adapter types: base and sql\n\n# Directories\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.0.0",
    "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": "58ff8f07b99619bf13ca3aedb1bf6589eb8a5e542430236411b64dbb77f6d626",
                "md5": "3634bdaa42685c56ba216a28ea64f099",
                "sha256": "976f8b4d2e33afb06b5e13fc57d3d31c0b992f206043d0ca3565e28b64d51aba"
            },
            "downloads": -1,
            "filename": "dbt_adapters-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3634bdaa42685c56ba216a28ea64f099",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.0",
            "size": 152346,
            "upload_time": "2024-04-01T23:07:00",
            "upload_time_iso_8601": "2024-04-01T23:07:00.501613Z",
            "url": "https://files.pythonhosted.org/packages/58/ff/8f07b99619bf13ca3aedb1bf6589eb8a5e542430236411b64dbb77f6d626/dbt_adapters-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0018844ad3711cd46bd075d10776555f4bf481d053ac24fe94c29a75391ca430",
                "md5": "762f09a364c40075c99060f33e16a57f",
                "sha256": "a508f81cec51c02adcfe0b7821529362d11af9d344c76afec5161fd055e13033"
            },
            "downloads": -1,
            "filename": "dbt_adapters-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "762f09a364c40075c99060f33e16a57f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.0",
            "size": 98369,
            "upload_time": "2024-04-01T23:07:02",
            "upload_time_iso_8601": "2024-04-01T23:07:02.495400Z",
            "url": "https://files.pythonhosted.org/packages/00/18/844ad3711cd46bd075d10776555f4bf481d053ac24fe94c29a75391ca430/dbt_adapters-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-01 23:07:02",
    "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"
}
        
Elapsed time: 0.23867s