embucket-labs icon indicating copy to clipboard operation
embucket-labs copied to clipboard

Support for dollar-quoted strings

Open Vedin opened this issue 4 months ago • 0 comments

There is an errors in dbt-gitlab with: 000200: SQL error: ParserError("Expected: literal string, found: $$Base model for metadata about test executions. One row per node per run.$$ at Line: 2, Column: 50") Snowflake happily accepts dollar-quoted strings. So we need to support something like this as literal: $$Some text here$$

Vedin avatar Aug 14 '25 11:08 Vedin