Skip to content
ODBC Driver

Query Delta tables without copying them first

Most teams end up shipping their lakehouse data twice: once into Delta, then again into a relational database so Power BI and Tableau can render a chart. The DeltaForge ODBC driver removes the second copy entirely.

Power BI, Tableau, Excel, Python, .NET, and R connect directly
One RBAC and audit chain, not two
Windows MSI, Linux deb/rpm, macOS pkg
Power BI Tableau Excel Python .NET / R ODBC DeltaForge Driver Delta Tables S3 / ADLS / Disk single copy No copy job. No second database. One RBAC chain.

Why the copy job exists and why you can remove it

BI tools want ODBC. Lakehouses historically offered notebooks and SDKs. The path of least resistance was to copy data into a relational database. DeltaForge closes that gap with a native ODBC driver.

Two storage bills become one

Delta in cloud storage plus the same data in a relational store: two bills, two formats, two failure modes. Removing the copy removes one of each.

Dashboards see current data

When Power BI reads Delta directly through the driver, there is no refresh window. The number you see is the number that exists in the table right now.

One governance model

RBAC and the audit log are enforced at the ODBC layer by the same engine that governs every other access path. No second GRANT list in a separate database to keep aligned.

What you get out of the box

A driver that looks like every other ODBC driver to the tool on the other end

Works with any ODBC client

Standard ODBC, so the tool only needs to know how to speak ODBC. No bespoke connector, no plugin, no managed gateway.

Credentials stay off disk

Passwords and tokens are kept in the operating system keychain, not in a plaintext config file. Corporate proxies are supported.

Types come through unchanged

Decimals, timestamps, unicode strings, and exact column names land in the BI tool the same way they exist in the Delta table.

Stop the copy

Install the driver, point Power BI at Delta, and delete the pipeline that was only there to feed a chart.