SNOW-1232488: Table reflection methods using .format do not respect quoted_name #276
Labels
bug
Something isn't working
status-triage_done
Initial triage done, will be further handled by the driver team
Hello--thanks for your work on this library! I maintain a tool called siuba that can execute SQL analyses across many different databases (using sqlalchemy). While working on snowflake support, I noticed that table reflection often does not work for case sensitive identifiers, even if they're quoted.
Below is an example that I think shows the root cause: queries in the dialect that are built using .format, do not perform the necessary escaping of
quoted_name
objects.Example
What did you expect to see?
What did you see instead?
(and an error because SOME_SCHEMA does not exist)
The text was updated successfully, but these errors were encountered: