-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
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
SNOW-1232488: metadata reflection fails for case sensitive (lower/mixed) case objects #388
Comments
Check out ibis-project/ibis#5741 for a possible workaround. |
hi folks - apologies for leaving this unanswered for so long; we're changing that going forward.
might be all originating from the same gap in snowflake-sqlalchemy. At this time, I cannot promise any timeline for taking care of this, but rest assured we're aware of the issue and i'll keep this thread posted. |
I saw what I believe is a flavor of this (cursor doesn't support parameter binding with
|
Please answer these questions before submitting your issue. Thanks!
What version of Python are you using?
Python 3.9.9
What operating system and processor architecture are you using?
macOS-11.5.2-x86_64-i386-64bit
What are the component versions in the environment (
pip freeze
)?Relevant modules:
metadata.reflect()
works as expected for uppercase / case insensitive. However, fails for lower and mixed case / case sensitive. Would expectmetadata.reflect()
to work regardless of casing / case sensitivity.Also, looked for a means to indicate case sensitivity, did not find one.
Output from failing test:
The text was updated successfully, but these errors were encountered: