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
{{ message }}
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
While returning data from databend connector we are getting data in string. could you please add an option to return value in native python datatpye based on data type defined in databend?
So while returning the values from an execute statement, we get a list of values. Here we observed that the values are almost all the time in the form of a string i.e., enclosed in single quotes, making it hard to process the data based on their data types. This was observed mainly for decimal(38, 0) types being stored as strings after retrieval.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While returning data from databend connector we are getting data in string. could you please add an option to return value in native python datatpye based on data type defined in databend?
It will be good if we add this functionality : https://docs.snowflake.com/en/developer-guide/python-connector/python-connector-example#querying-data
The text was updated successfully, but these errors were encountered: