-
Notifications
You must be signed in to change notification settings - Fork 94
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
go/adbc/driver/snowflake: Parameterized SQL queries -> NotSupportedError #1144
Comments
As the error message indicates, it's just not implemented in the Snowflake driver yet. |
From what i can tell, the snowflake driver is using the Cursor from adbc_driver_manager. Unless i missed it somewhere, the documentation doesn't say it's only currently implemented for data ingestion, not extraction. Is there any timetable for when it will be implemented? |
I don't think anyone is actively working on it; contributions are welcome. |
Using the python Snowflake driver, when trying to execute a parameterized SQL query, I am getting a 'NotSupportedError'.
Example:
I'm using python 3.11.5 and adbc 0.7.0
The text was updated successfully, but these errors were encountered: