Installation
Prerequisites
Python
Make sure you have Python 3.10 or higher installed. You can check your Python version by running:
python --version
ODBC Driver
This adapter requires the ODBC Driver for SQL Server.
Download and install the ODBC Driver from Microsoft Learn.
-
Install Homebrew if you haven't already:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Add the MS ODBC Driver tap:
brew tap microsoft/mssql-release https://github.com/Microsoft/homebrew-mssql-release -
Update Homebrew:
brew update -
Install the ODBC Driver (this has a dependency on
unixodbcwhich will be installed automatically):brew install msodbcsql18
Follow the instructions on Microsoft Learn to install the ODBC Driver and its dependencies for your specific Linux distribution.
Install dbt-fabric-samdebruyn
Install dbt-fabric-samdebruyn using pip:
pip install dbt-fabric-samdebruyn dbt-core