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
quote()
In ImpalaAdapter, quote() doesn't seem to do anything:
ImpalaAdapter
https://github.com/cloudera/dbt-impala/blob/988e6c186fbd19c086b70257b8e0c9252bb2c099/dbt/adapters/impala/impl.py#L72C2-L73C38
Any reason for this? I have a source table of which name is reserved keyword, so there is no way to refer this table if quote() do nothing.
The text was updated successfully, but these errors were encountered:
When I set quoting: true on identifier, it raised error: Could not resolve table reference: 'mydb.nonecommentnone'(wrapped with none)
quoting: true
Could not resolve table reference: 'mydb.nonecommentnone'
none
Sorry, something went wrong.
No branches or pull requests
In
ImpalaAdapter
,quote()
doesn't seem to do anything:https://github.com/cloudera/dbt-impala/blob/988e6c186fbd19c086b70257b8e0c9252bb2c099/dbt/adapters/impala/impl.py#L72C2-L73C38
Any reason for this?
I have a source table of which name is reserved keyword, so there is no way to refer this table if
quote()
do nothing.The text was updated successfully, but these errors were encountered: