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
I think the property name is quoted which is meant to return quoted column name, any reason why not doing that?
quoted
https://github.com/silentsokolov/dbt-clickhouse/blob/6f99be054e1a174a347bbb1e8743f44f94d4ae3a/dbt/adapters/clickhouse/column.py#L57
Should it be return f'"{self.column}"'?
return f'"{self.column}"'
The text was updated successfully, but these errors were encountered:
Use default behavior for a quoted #21
1667cee
Switch to default
Sorry, something went wrong.
se default behavior for a quoted #21
202b390
No branches or pull requests
I think the property name is
quoted
which is meant to return quoted column name, any reason why not doing that?https://github.com/silentsokolov/dbt-clickhouse/blob/6f99be054e1a174a347bbb1e8743f44f94d4ae3a/dbt/adapters/clickhouse/column.py#L57
Should it be
return f'"{self.column}"'
?The text was updated successfully, but these errors were encountered: