{"id":14065676,"url":"https://github.com/dbt-msft/dbt-sqlserver","last_synced_at":"2025-05-14T15:06:49.616Z","repository":{"id":37829334,"uuid":"193776906","full_name":"dbt-msft/dbt-sqlserver","owner":"dbt-msft","description":"dbt adapter for SQL Server and Azure SQL","archived":false,"fork":false,"pushed_at":"2025-05-05T19:27:32.000Z","size":1157,"stargazers_count":228,"open_issues_count":79,"forks_count":105,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-05-11T23:46:27.178Z","etag":null,"topics":["analytics-engineering","azure-sql","azure-sql-db","data-engineering","dbt","dbt-sqlserver","microsoft","microsoft-sql-server","mssql","sql","sql-server","t-sql","transact-sql","tsql"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbt-msft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-25T20:14:56.000Z","updated_at":"2025-05-09T08:11:01.000Z","dependencies_parsed_at":"2023-11-27T21:27:28.867Z","dependency_job_id":"b76fae18-fc00-4aa2-802c-cc5d9261b052","html_url":"https://github.com/dbt-msft/dbt-sqlserver","commit_stats":{"total_commits":940,"total_committers":45,"mean_commits":20.88888888888889,"dds":0.6595744680851063,"last_synced_commit":"909f61cda860ddb6ba5ec4ca88fb5cf16c613afd"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-msft%2Fdbt-sqlserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-msft%2Fdbt-sqlserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-msft%2Fdbt-sqlserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbt-msft%2Fdbt-sqlserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbt-msft","download_url":"https://codeload.github.com/dbt-msft/dbt-sqlserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254169156,"owners_count":22026209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analytics-engineering","azure-sql","azure-sql-db","data-engineering","dbt","dbt-sqlserver","microsoft","microsoft-sql-server","mssql","sql","sql-server","t-sql","transact-sql","tsql"],"created_at":"2024-08-13T07:04:37.704Z","updated_at":"2025-05-14T15:06:49.576Z","avatar_url":"https://github.com/dbt-msft.png","language":"Python","readme":"# dbt-sqlserver\n\n[dbt](https://www.getdbt.com) adapter for Microsoft SQL Server and Azure SQL services.\n\nThe adapter supports dbt-core 0.14 or newer and follows the same versioning scheme.\nE.g. version 1.1.x of the adapter will be compatible with dbt-core 1.1.x.\n\n## Documentation\n\nWe've bundled all documentation on the dbt docs site:\n\n* [Profile setup \u0026 authentication](https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile)\n* [Adapter documentation, usage and important notes](https://docs.getdbt.com/reference/resource-configs/mssql-configs)\n\nJoin us on the [dbt Slack](https://getdbt.slack.com/archives/CMRMDDQ9W) to ask questions, get help, or to discuss the project.\n\n## Installation\n\nThis adapter requires the Microsoft ODBC driver to be installed:\n[Windows](https://docs.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16#download-for-windows) |\n[macOS](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos?view=sql-server-ver16) |\n[Linux](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver16)\n\n\u003cdetails\u003e\u003csummary\u003eDebian/Ubuntu\u003c/summary\u003e\n\u003cp\u003e\n\nMake sure to install the ODBC headers as well as the driver linked above:\n\n```shell\nsudo apt-get install -y unixodbc-dev\n```\n\n\u003c/p\u003e\n\u003c/details\u003e\n\nLatest version: ![PyPI](https://img.shields.io/pypi/v/dbt-sqlserver?label=latest%20stable\u0026logo=pypi)\n\n```shell\npip install -U dbt-sqlserver\n```\n\nLatest pre-release: ![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/dbt-msft/dbt-sqlserver?include_prereleases\u0026label=latest%20pre-release\u0026logo=pypi)\n\n```shell\npip install -U --pre dbt-sqlserver\n```\n\n## Changelog\n\nSee [the changelog](CHANGELOG.md)\n\n## Contributing\n\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)\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)\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)\n\nThis adapter is community-maintained.\nYou are welcome to contribute by creating issues, opening or reviewing pull requests or helping other users in Slack channel.\nIf you're unsure how to get started, check out our [contributing guide](CONTRIBUTING.md).\n\n## License\n\n[![PyPI - License](https://img.shields.io/pypi/l/dbt-sqlserver)](https://github.com/dbt-msft/dbt-sqlserver/blob/master/LICENSE)\n\n## Code of Conduct\n\nThis project and everyone involved is expected to follow the [dbt Code of Conduct](https://community.getdbt.com/code-of-conduct).\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbt-msft%2Fdbt-sqlserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbt-msft%2Fdbt-sqlserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbt-msft%2Fdbt-sqlserver/lists"}