Metadata-Version: 2.4
Name: dbt-fabric-samdebruyn
Version: 1.10.0
Summary: A Microsoft Fabric Synapse Data Warehouse adapter plugin for dbt
Project-URL: Changelog, https://github.com/sdebruyn/dbt-fabric/releases
Project-URL: Issue Tracker, https://github.com/sdebruyn/dbt-fabric/issues
Project-URL: Homepage, https://github.com/sdebruyn/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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.10
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-samdebruyn

This is a maintained and extended fork of the [dbt-fabric](https://github.com/microsoft/dbt-fabric) adapter. This fork has lots of additional features and bugfixes compared to the original adapter.

The adapter was [originally developed by the community](https://github.com/microsoft/dbt-fabric/graphs/contributors) and later adopted by Microsoft.
Given Microsoft's limited investments in the future of the adapter, this fork aims to continue its development and maintenance.

[![PyPI - Version](https://img.shields.io/pypi/v/dbt-fabric-samdebruyn)](https://pypi.org/project/dbt-fabric-samdebruyn/)

## License

[MIT](./LICENSE)

## Acknowledgements

Special thanks to:

* [Jacob Mastel](https://github.com/jacobm001): for his initial work on building dbt-sqlserver.
* [Mikael Ene](https://github.com/mikaelene): for his initial work and continued maintenance on the dbt-sqlserver adapter.
* [Anders Swanson](https://github.com/dataders): for his continued maintenance of the dbt-sqlserver adapter and the creation of the dbt-synapse adapter. And for his work at [dbt Labs](https://www.getdbt.com/).
* [dbt Labs](https://www.getdbt.com/): for their continued support of the dbt open source ecosystem.
* the Microsoft Fabric product team, for their support and contributions to the dbt-fabric adapter.
* every other contributor to dbt-sqlserver, dbt-synapse, and dbt-fabric.
