{"id":13515083,"url":"https://github.com/microsoft/dbt-synapse","last_synced_at":"2025-05-16T11:05:56.102Z","repository":{"id":37821531,"uuid":"267172647","full_name":"microsoft/dbt-synapse","owner":"microsoft","description":"dbt adapter for Azure Synapse Dedicated SQL Pools","archived":false,"fork":false,"pushed_at":"2025-04-16T21:19:04.000Z","size":713,"stargazers_count":71,"open_issues_count":25,"forks_count":35,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-15T00:07:53.555Z","etag":null,"topics":["azure-sql","azure-sql-database","azure-sql-datawarehouse","synapse-analytics","tsql"],"latest_commit_sha":null,"homepage":"https://dbt-msft.github.io/dbt-msft-docs/docs/dbt-synapse/overview","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/microsoft.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-26T23:22:37.000Z","updated_at":"2025-04-04T02:01:20.000Z","dependencies_parsed_at":"2024-01-13T22:24:15.343Z","dependency_job_id":"b248d25a-8bfe-4f83-b4b6-d50f11fdca43","html_url":"https://github.com/microsoft/dbt-synapse","commit_stats":null,"previous_names":["dbt-msft/dbt-synapse"],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fdbt-synapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fdbt-synapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fdbt-synapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fdbt-synapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/dbt-synapse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518383,"owners_count":22084374,"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":["azure-sql","azure-sql-database","azure-sql-datawarehouse","synapse-analytics","tsql"],"created_at":"2024-08-01T05:01:06.099Z","updated_at":"2025-05-16T11:05:51.086Z","avatar_url":"https://github.com/microsoft.png","language":"Python","readme":"# dbt-synapse\n\n[dbt](https://www.getdbt.com) adapter for Azure Synapse Dedicated SQL Pool (Azure Synapse Data Warehouse).\n\nThe adapter supports dbt-core 0.18 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/azuresynapse-profile)\n* [Adapter-specific configuration](https://docs.getdbt.com/reference/resource-configs/azuresynapse-configs)\n\nJoin us on the [dbt Slack](https://getdbt.slack.com/archives/C01DRQ178LQ) 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/nl-be/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16#download-for-windows) |\n[macOS](https://docs.microsoft.com/nl-be/sql/connect/odbc/linux-mac/install-microsoft-odbc-driver-sql-server-macos?view=sql-server-ver16) |\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)\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-synapse?label=latest%20stable\u0026logo=pypi)\n\n```shell\npip install -U dbt-synapse\n```\n\nLatest pre-release: ![GitHub tag (latest SemVer pre-release)](https://img.shields.io/github/v/tag/dbt-msft/dbt-synapse?include_prereleases\u0026label=latest%20pre-release\u0026logo=pypi)\n\n```shell\npip install -U --pre dbt-synapse\n```\n\n## Changelog\n\nSee [the changelog](CHANGELOG.md)\n\n## Contributing\n\n[![Integration tests on Azure](https://github.com/microsoft/dbt-synapse/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 managed by Microsoft.\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\nThis adapter uses the [dbt-sqlserver](https://github.com/dbt-msft/dbt-sqlserver) adapter underneath so make sure to check out that repository as well.\n\n## License\n\n[![PyPI - License](https://img.shields.io/pypi/l/dbt-synapse)](https://github.com/dbt-msft/dbt-synapse/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":["Repositories"],"sub_categories":["Tools \u0026 Samples"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fdbt-synapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fdbt-synapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fdbt-synapse/lists"}