Metadata-Version: 2.4
Name: dbt-fabric-samdebruyn
Version: 1.9.6.dev20250628
Summary: A Microsoft Fabric Synapse Data Warehouse adapter plugin for dbt
Project-URL: Setup & configuration, https://docs.getdbt.com/reference/warehouse-profiles/fabric-profile
Project-URL: Documentation & usage, https://docs.getdbt.com/reference/resource-configs/fabric-configs
Project-URL: Changelog, https://github.com/microsoft/dbt-fabric/releases
Project-URL: Issue Tracker, https://github.com/microsoft/dbt-fabric/issues
Project-URL: Homepage, https://github.com/microsoft/dbt-fabric
Author: Sam Debruyn
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.9
Requires-Dist: azure-identity>=1.12.0
Requires-Dist: dbt-adapters<2.0,>=1.1.1
Requires-Dist: dbt-common<2.0,>=1.0.4
Requires-Dist: pyodbc>=4.0.35
Requires-Dist: requests>=2.32.3
Description-Content-Type: text/markdown

# dbt-fabric

[dbt](https://www.getdbt.com) adapter for Microsoft Fabric Synapse Data Warehouse.

The adapter supports dbt-core 1.4 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/docs/core/connect-data-platform/fabric-setup)
* [Adapter documentation, usage and important notes](https://docs.getdbt.com/reference/resource-configs/fabric-configs)

## 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-fabric-samdebruyn?label=latest&logo=pypi)

```shell
pip install -U --pre dbt-fabric-samdebruyn
```

## Contributing

[![Integration tests on Fabric DW](https://github.com/sdebruyn/dbt-fabric/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/sdebruyn/dbt-fabric/actions/workflows/integration-tests.yml)
[![Publish Docker images for CI/CD](https://github.com/sdebruyn/dbt-fabric/actions/workflows/publish-docker.yml/badge.svg)](https://github.com/sdebruyn/dbt-fabric/actions/workflows/publish-docker.yml)
[![Linting and formatting](https://github.com/sdebruyn/dbt-fabric/actions/workflows/lint-format.yml/badge.svg)](https://github.com/sdebruyn/dbt-fabric/actions/workflows/lint-format.yml)

This is a fork of the [Microsoft version](https://github.com/microsoft/dbt-fabric) in which new features are being developed.

## License

[![PyPI - License](https://img.shields.io/pypi/l/dbt-fabric-samdebruyn)](https://github.com/sdebruyn/dbt-fabric/blob/main/LICENSE)

## Code of Conduct

This project and everyone involved is expected to follow the [Microsoft Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
