A library for easily accessing dbt's Semantic Layer via Python. Note that all method calls that will reach out to the APIs need to be within a client.session() context manager. By using a session, the ...
Note: The official dbt adapter for Fabric is dbt-fabric (connects via ODBC to Fabric Warehouse). This repo is side project, using dbt-duckdb with DuckLake inside a notebook for lightweight SQL ...