Skip to main content

DuckDB extension package for duckdb/core-extensions/delta

Project description

DuckDB extensions via PIP

Installaton

pip install duckdb-ext[delta]

Usage

Option 1: Automatic

import duckdb
import duckdb_ext

with duckdb_ext.init(duckdb.connect()) as con:
    ...

Option 2: Manual

import duckdb
import duckdb_ext

with duckdb.connect() as con:
    con.execute("SET extension_directory = ?;", (get_extension_dir(),))
    # Ideally also:
    con.execute("SET autoinstall_known_extensions = false;")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

duckdb_ext_delta-1.2.0.20250921.post0-py3-none-manylinux_2_17_x86_64.whl (28.0 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

File details

Details for the file duckdb_ext_delta-1.2.0.20250921.post0-py3-none-manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_ext_delta-1.2.0.20250921.post0-py3-none-manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 da7dbfa167857c56c65d86968f880163cc3ad3eed82dc9607fe9441f2dc21dc6
MD5 5cd1c64c5216f713f79786505e953231
BLAKE2b-256 553fe75f700987b56f516d4a742a7aed93a02e454c2e85936127ab140768b05c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page