Today the ADBC Drivers Contributors released updated drivers for two database systems, available immediately via dbc. To update, just dbc install <driver> to get the latest version.

Updated Drivers

The newly released drivers, and some release highlights, are:

Microsoft SQL Server driver version 1.2.0

  • Add support for Entra ID authentication. To use it, install the Azure CLI, log in via az login, and add fedauth= to your connection URI, like so:

    sqlserver://my-database-endpoint.database.windows.net:1433?database=my-database-name&fedauth=ActiveDirectoryDefault

    See the documentation for more information.

Snowflake driver version 1.10.1

  • Fix occasional deadlocks when reading data (bug report)

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.