You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising the concern.
You need to pass the case-sensitive values in quotes (enclose in quotes) as below
`
Example:
connection_params = {
"account": "account",
"user": "user",
"password": "password",
"database": '"SampleDatabaseCaseSensitive"',
"schema": "TEST",
"warehouse": "WAREHOUSE"
}
Python version
3.11.6
Operating system and processor architecture
macOS-14.7.2-arm64-arm-64bit
Installed packages
What did you do?
What did you expect to see?
fetchall()
returns the rows of the table.Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: