ramonvermeulen / dbt-toolkit

The dbt-toolkit is an early-stage plugin designed to enhance your experience working with dbt-core projects in JetBrains IDEs.
GNU General Public License v3.0
14 stars 0 forks source link

Command buttons are not working - no dbt command detected #139

Closed alejandrorial closed 1 month ago

alejandrorial commented 2 months ago

Pre-defined commands are not working, this is trying to compile the code

image

image

ramonvermeulen commented 2 months ago

@alejandrorial Thanks for submitting this bug! What dbt version are you using?

ramonvermeulen commented 2 months ago

@alejandrorial Reason I'm asking is because --no-populate-cache is introduced in version v1.5 of dbt: https://github.com/dbt-labs/docs.getdbt.com/commit/ac579e3de2d520034a80fedbb65d3c96b2fb0433, then I know this issue is related to the dbt version being used.

As of now I tested dbt-toolkit only on v1.7>

ramonvermeulen commented 1 month ago

Closed by https://github.com/ramonvermeulen/dbt-toolkit/pull/191