Closed RonniePitts closed 1 year ago
Solution, remove the blank escape_char_left and escape_char_right from the dbt_porject.yml
Solution, remove the blank escape_char_left and escape_char_right from the dbt_porject.yml
Hi Ron, glad that you have resolved this, we shall improve the code to trap this situation, and also review and update the documentation to clarify the usage, thanks.
Issue added to internal development backlog.
This isn't a bug but a misconfiguration issue that causes parsing model errors when moving from dbtvault >=0.9.1.
dbtvault.stage macro will return "unbalanced parenthesis at position 13" if the escape_char_left configured within the dbt_project.yml is blank, for example:
`
Defining variables
vars: escape_char_left: '' escape_char_right: '' `