Open
Description
When creating a Connection
, currently it's possible to configure some aspects of pandas / arrow, such as _use_arrow_native_complex_types
and _use_arrow_native_timestamps
, but _convert_arrow_table
uses a hardcoded type mapper that's impossible to change:
databricks-sql-python/src/databricks/sql/client.py
Lines 1349 to 1362 in 0947b9a
Similarly, there's no way to pass other parameters to the to_pandas
call here:
databricks-sql-python/src/databricks/sql/client.py
Lines 1366 to 1370 in 0947b9a
Please consider extending the connection parameters to add more flexibility.
Metadata
Metadata
Assignees
Labels
No labels