Problem with running model using official DBT Extension in VS Code

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

  1. Reloading end reenabling the dbt extension
  2. Uninstalling and reinstalling dbt-trino package using pip
  3. Assured that I have the dbt-trino package by running pip 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

Hi Bruko!

To use the extension you need to use the new dbt fusion engine that is not yet available for Trino.

“Trino support will happen in the fall sometime” → Source

Additional resources:

Hi, @marcelo . Thank you for your answer!
In that case, does fusion support others engines for lakehouse solutions?

At the moment, it supports Snowflake, Databricks and Bigquery.

Understood, thank you @marcelo for your time and fully-fledged answer!