dbt-synapsevnext


Namedbt-synapsevnext JSON
Version 1.3.122 PyPI version JSON
download
home_pagehttps://github.com/microsoft/dbt-synapsevnext
SummaryA Microsoft Trident DW adapter plugin for dbt
upload_time2023-05-13 05:43:16
maintainer
docs_urlNone
authorPradeep Srikakolapu
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # dbt-sqlserver

[dbt](https://www.getdbt.com) adapter for Microsoft SQL Server and Azure SQL services.

The adapter supports dbt-core 0.14 or newer and follows the same versioning scheme.
E.g. version 1.1.x of the adapter will be compatible with dbt-core 1.1.x.

## Documentation

We've bundled all documentation on the dbt docs site:

* [Profile setup & authentication](https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile)
* [Adapter-specific configuration](https://docs.getdbt.com/reference/resource-configs/mssql-configs)

Join us on the [dbt Slack](https://getdbt.slack.com/archives/CMRMDDQ9W) to ask questions, get help, or to discuss the project.

## Installation

This adapter requires the Microsoft ODBC driver to be installed:
[Windows](https://docs.microsoft.com/nl-be/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16#download-for-windows) |
[macOS](https://docs.microsoft.com/nl-be/sql/connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos?view=sql-server-ver16) |
[Linux](https://docs.microsoft.com/nl-be/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver16)

<details><summary>Debian/Ubuntu</summary>
<p>

Make sure to install the ODBC headers as well as the driver linked above:

```shell
sudo apt-get install -y unixodbc-dev
```

</p>
</details>

Latest version: ![PyPI](https://img.shields.io/pypi/v/dbt-sqlserver?label=latest%20stable&logo=pypi)

```shell
pip install -U dbt-sqlserver
```

Latest pre-release: ![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/dbt-msft/dbt-sqlserver?include_prereleases&label=latest%20pre-release&logo=pypi)

```shell
pip install -U --pre dbt-sqlserver
```

## Changelog

See [the changelog](CHANGELOG.md)

## Contributing

[![Unit tests](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/unit-tests.yml)
[![Integration tests on SQL Server](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-sqlserver.yml/badge.svg)](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-sqlserver.yml)
[![Integration tests on Azure](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-azure.yml/badge.svg)](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-azure.yml)

This adapter is community-maintained.
You are welcome to contribute by creating issues, opening or reviewing pull requests or helping other users in Slack channel.
If you're unsure how to get started, check out our [contributing guide](CONTRIBUTING.md).

## License

[![PyPI - License](https://img.shields.io/pypi/l/dbt-sqlserver)](https://github.com/dbt-msft/dbt-sqlserver/blob/master/LICENSE)

## Code of Conduct

This project and everyone involved is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/microsoft/dbt-synapsevnext",
    "name": "dbt-synapsevnext",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pradeep Srikakolapu",
    "author_email": "pvenkat@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/9f/73/daf06f72d304b20a41fa1cb731191a8d4d00af5216621235cf5eb3063efa/dbt-synapsevnext-1.3.122.tar.gz",
    "platform": null,
    "description": "# dbt-sqlserver\r\n\r\n[dbt](https://www.getdbt.com) adapter for Microsoft SQL Server and Azure SQL services.\r\n\r\nThe adapter supports dbt-core 0.14 or newer and follows the same versioning scheme.\r\nE.g. version 1.1.x of the adapter will be compatible with dbt-core 1.1.x.\r\n\r\n## Documentation\r\n\r\nWe've bundled all documentation on the dbt docs site:\r\n\r\n* [Profile setup & authentication](https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile)\r\n* [Adapter-specific configuration](https://docs.getdbt.com/reference/resource-configs/mssql-configs)\r\n\r\nJoin us on the [dbt Slack](https://getdbt.slack.com/archives/CMRMDDQ9W) to ask questions, get help, or to discuss the project.\r\n\r\n## Installation\r\n\r\nThis adapter requires the Microsoft ODBC driver to be installed:\r\n[Windows](https://docs.microsoft.com/nl-be/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16#download-for-windows) |\r\n[macOS](https://docs.microsoft.com/nl-be/sql/connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos?view=sql-server-ver16) |\r\n[Linux](https://docs.microsoft.com/nl-be/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver16)\r\n\r\n<details><summary>Debian/Ubuntu</summary>\r\n<p>\r\n\r\nMake sure to install the ODBC headers as well as the driver linked above:\r\n\r\n```shell\r\nsudo apt-get install -y unixodbc-dev\r\n```\r\n\r\n</p>\r\n</details>\r\n\r\nLatest version: ![PyPI](https://img.shields.io/pypi/v/dbt-sqlserver?label=latest%20stable&logo=pypi)\r\n\r\n```shell\r\npip install -U dbt-sqlserver\r\n```\r\n\r\nLatest pre-release: ![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/dbt-msft/dbt-sqlserver?include_prereleases&label=latest%20pre-release&logo=pypi)\r\n\r\n```shell\r\npip install -U --pre dbt-sqlserver\r\n```\r\n\r\n## Changelog\r\n\r\nSee [the changelog](CHANGELOG.md)\r\n\r\n## Contributing\r\n\r\n[![Unit tests](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/unit-tests.yml)\r\n[![Integration tests on SQL Server](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-sqlserver.yml/badge.svg)](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-sqlserver.yml)\r\n[![Integration tests on Azure](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-azure.yml/badge.svg)](https://github.com/dbt-msft/dbt-sqlserver/actions/workflows/integration-tests-azure.yml)\r\n\r\nThis adapter is community-maintained.\r\nYou are welcome to contribute by creating issues, opening or reviewing pull requests or helping other users in Slack channel.\r\nIf you're unsure how to get started, check out our [contributing guide](CONTRIBUTING.md).\r\n\r\n## License\r\n\r\n[![PyPI - License](https://img.shields.io/pypi/l/dbt-sqlserver)](https://github.com/dbt-msft/dbt-sqlserver/blob/master/LICENSE)\r\n\r\n## Code of Conduct\r\n\r\nThis project and everyone involved is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct).\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Microsoft Trident DW adapter plugin for dbt",
    "version": "1.3.122",
    "project_urls": {
        "Homepage": "https://github.com/microsoft/dbt-synapsevnext"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "141ac8c5dfcb1179db3b08e1443c056e3765c258c9f13492e323c45f35b4f704",
                "md5": "34ac5677aeb0045ce789e1c617c19f5f",
                "sha256": "65b78de096d607d7d155b757f46855a3c6d0ade7b90dd01215ca8d6507cdba50"
            },
            "downloads": -1,
            "filename": "dbt_synapsevnext-1.3.122-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "34ac5677aeb0045ce789e1c617c19f5f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 30335,
            "upload_time": "2023-05-13T05:43:14",
            "upload_time_iso_8601": "2023-05-13T05:43:14.955038Z",
            "url": "https://files.pythonhosted.org/packages/14/1a/c8c5dfcb1179db3b08e1443c056e3765c258c9f13492e323c45f35b4f704/dbt_synapsevnext-1.3.122-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f73daf06f72d304b20a41fa1cb731191a8d4d00af5216621235cf5eb3063efa",
                "md5": "e06b9115a1592f796e1c159a715a3a79",
                "sha256": "684da8531ff648c84b8a04d81e0dbf714cb48a69112de7204535c25cff96b6c8"
            },
            "downloads": -1,
            "filename": "dbt-synapsevnext-1.3.122.tar.gz",
            "has_sig": true,
            "md5_digest": "e06b9115a1592f796e1c159a715a3a79",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21840,
            "upload_time": "2023-05-13T05:43:16",
            "upload_time_iso_8601": "2023-05-13T05:43:16.887979Z",
            "url": "https://files.pythonhosted.org/packages/9f/73/daf06f72d304b20a41fa1cb731191a8d4d00af5216621235cf5eb3063efa/dbt-synapsevnext-1.3.122.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-13 05:43:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "microsoft",
    "github_project": "dbt-synapsevnext",
    "github_not_found": true,
    "lcname": "dbt-synapsevnext"
}
        
Elapsed time: 0.06771s