The problem I’m having
I can’t run model in VS Code using official dbt Extension
Error message
error: dbt1005: Missing default macro package 'dbt-trino' for adapter type 'trino'
What I’ve already tried
- Reloading end reenabling the dbt extension
- Uninstalling and reinstalling dbt-trino package using pip
- Assured that I have the
dbt-trinopackage by runningpip show dbt-trino
List of installed dbt packages in pip
dbt-adapters 1.15.3
dbt-bigquery 1.8.2
dbt-common 1.26.0
dbt-core 1.10.4
dbt-duckdb 1.8.2
dbt-extractor 0.5.1
dbt-protos 1.0.337
dbt-semantic-interfaces 0.9.0
dbt-trino 1.9.2
