Updated ADBC drivers for Amazon Redshift, Apache DataFusion, and Microsoft SQL Server¶
Today the ADBC Drivers Contributors released updated drivers for Amazon Redshift, Apache DataFusion, and Microsoft SQL Server, available immediately via dbc . To update, just dbc install [redshift|datafusion|mssql] to get the latest version.
Updated Drivers¶
Amazon Redshift driver version 1.4.0
Correctly query decimal values whose decimal representation ended in multiple zeroes
Apache DataFusion driver version 0.26.0
Implement
ExecutePartitionsandReadPartition
Microsoft SQL Server driver version 1.5.0
Add support for Microsoft Fabric Data Warehouse, including ingest support, OneLake support,
INSERT BULK, and compatibility improvementsAdd support for querying, binding, and ingesting
SQL_VARIANTBreaking change:
geoarrow.wkbingest now usesGEOGRAPHYonly when an SRID and"edges":"spherical"are defined; seemssql.ingest.geo_typeFix typos in
INSERT BULKsupport
To learn more about how to use the drivers, check out the documentation and quickstarts .
Bug reports and feature requests are welcome at the repositories linked above. You can also start a Discussion on GitHub or join the Columnar Community Slack .