From e3268c8b43e5a40e0dce651f0ee25ef9c7beb507 Mon Sep 17 00:00:00 2001 From: Byron Tuckett Date: Fri, 11 Oct 2024 11:32:23 +1000 Subject: [PATCH] docs: replace dbt-sqlserver reference --- CONTRIBUTING.md | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eca250d3..735652ea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Development of the adapter -The Synapse adapter uses the [dbt-sqlserver](https://github.com/dbt-msft/dbt-sqlserver) adapter underneath. -This repository mostly contains a set of macros that override the behavior of dbt-sqlserver so that it works with Synapse. +The Synapse adapter uses the [dbt-fabric](https://github.com/microsoft/dbt-fabric) adapter underneath. +This repository mostly contains a set of macros that override the behavior of dbt-fabric so that it works with Synapse. Python 3.10 is used for developing the adapter. To get started, bootstrap your environment as follows: @@ -68,6 +68,6 @@ The following environment variables are available: Make sure the version number is bumped in `__version__.py`. Then, create a git tag named `v` and push it to GitHub. A GitHub Actions workflow will be triggered to build the package and push it to PyPI. -Make sure that the dependency to dbt-sqlserver is bumped to a compatible version in `setup.py`. +Make sure that the dependency to dbt-fabric is bumped to a compatible version in `setup.py`. If you're releasing support for a new version of `dbt-core`, also bump the `dbt_version` in `setup.py`. diff --git a/README.md b/README.md index 594aa8fd..195aa5cf 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This adapter is managed by Microsoft. 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). -This adapter uses the [dbt-sqlserver](https://github.com/dbt-msft/dbt-sqlserver) adapter underneath so make sure to check out that repository as well. +This adapter uses the [dbt-fabric](https://github.com/microsoft/dbt-fabric) adapter underneath so make sure to check out that repository as well. ## License