-
Hi, Struggling with commenting. Jinja comments {# #} in a dbt SQL file seem to cause a syntax error during dbt-run. In addition, the language interpreter has overwritten both the line comment and the block comment controls. It's making dbt power user unusable. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
mdesmet
Nov 8, 2022
Replies: 1 comment
-
Sorry for the late answer but dbt Power User doesn't do any dbt parsing. If you receive errors when executing dbt run, you're probably using some syntax that is not supported by dbt. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdesmet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late answer but dbt Power User doesn't do any dbt parsing. If you receive errors when executing dbt run, you're probably using some syntax that is not supported by dbt.