-
When using 1.3 with latest plugin I cannot click the execute icon in the top right. the BDT compiles everything correctly and runs properly when issuing "dbt run", but when I click the execute I get "code": -1, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is a known issue. MS SQL doesn't support nested WiTH statements. To execute the statements we need to limit the result set. We do this through rewriting the statement as following I can give you some general pointers on how to fix it so if you are willing to help out, let me know. |
Beta Was this translation helpful? Give feedback.
-
Added instructions for MS SQL in https://github.com/innoverio/vscode-dbt-power-user/blob/master/README.md#dbtquerytemplate-for-ms-sql |
Beta Was this translation helpful? Give feedback.
Added instructions for MS SQL in https://github.com/innoverio/vscode-dbt-power-user/blob/master/README.md#dbtquerytemplate-for-ms-sql