apache / apache/arrow-adbc

pyarrow/adbc: no support for binding DECIMAL in Snowflake driver

Open
#2,084 29 comments 0 reactions 0 assignees View on GitHub
Type: enhancement
Dominant language
C#
Stars
627
Forks
217
Avg merge
17h
Merged PRs (30d)
57

Description

### What feature or improvement would you like to see?

I'm not sure if at the current state the driver is even usable. Almost all numeric types are decimals in Snowflake.
```
adbc_driver_manager.NotSupportedError: NOT_IMPLEMENTED: [Snowflake] Unsupported bind param '0' type decimal(1, 0)
```
I've tried to bind it directly from RecordBatch or through the DBAPI "interface", but nope.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.