Get started with Secoda
See why hundreds of industry leaders trust Secoda to unlock their data's full potential.
See why hundreds of industry leaders trust Secoda to unlock their data's full potential.
The dbt-Fabric adapter allows you to connect Microsoft Fabric with the dbt Developer Hub. Start by cloning the jaffle_shop demo dbt project onto your machine. Open the project folder in Visual Studio Code and install the new adapter. Update the type property in the profiles.yml file and build the project. The standard SQL server port number, 1433, is the port to connect to Microsoft Fabric.
Microsoft Fabric supports two types of authenticated users: Microsoft Entra ID (formerly Azure Active Directory) user principals and Microsoft Entra ID (formerly Azure Active Directory) service principals. These authentication methods ensure secure and verified access to the Microsoft Fabric.
The SQL Connection String requires TCP port 1433 to be open. It also respects the Warehouse or Lakehouse SQL analytics endpoint security model for data access. This ensures a secure and reliable connection to Microsoft Fabric.
dbt connects with data platforms by using a dedicated adapter plugin for each. These plugins are built as Python modules that dbt Core discovers if they are installed on your system. This allows dbt to interact with various data platforms efficiently.
The dbt-Fabric adapter plays a crucial role in connecting Microsoft Fabric with the dbt Developer Hub. It is a Python module that dbt Core discovers if installed on your system, enabling the connection and interaction between the two platforms.