We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
select * from {{ ref('some_ref') }} where id = 1 -- some comment
Code: 62. DB::Exception: Syntax error: failed at position 15 ('(') (line 1, col 15): (select
To not raise a syntax error
CREATE TABLE
The text was updated successfully, but these errors were encountered:
related: #212
Sorry, something went wrong.
to be clear #212 seems to have not solved the problem.
@tevariou Can you by any chance paste in the compiled code as well as where it actually errors? It seems cutoff.
@emirkmo Model
select * from {{ get_source("mimic_iii", 'admissions') }} -- test
Compiled:
select * from `mimic`.`admissions` -- test
Successfully merging a pull request may close this issue.
Describe the bug
Steps to reproduce
Expected behaviour
To not raise a syntax error
Code examples, such as models or profile settings
dbt and/or ClickHouse server logs
Configuration
Environment
ClickHouse server
CREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: