Skip to main content

DuckDB extension package for duckdb/core-extensions/iceberg

Project description

DuckDB extensions via PIP

Installaton

pip install duckdb-ext[iceberg]

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 Distributions

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

duckdb_ext_iceberg-1.4.3.20251209-py3-none-win_amd64.whl (16.6 MB view details)

Uploaded Python 3Windows x86-64

duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl (18.6 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ x86-64

duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl (16.5 MB view details)

Uploaded Python 3manylinux: glibc 2.28+ ARM64

duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl (10.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl (11.5 MB view details)

Uploaded Python 3macOS 10.9+ x86-64

File details

Details for the file duckdb_ext_iceberg-1.4.3.20251209-py3-none-win_amd64.whl.

File metadata

  • Download URL: duckdb_ext_iceberg-1.4.3.20251209-py3-none-win_amd64.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_iceberg-1.4.3.20251209-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 a392a1aec9c1a39d374b2f56e1d93bc235a7a2ddcc76f99f920fd551dd98d2b1
MD5 3a1c92883d46b7f827e0d0cabed86c42
BLAKE2b-256 f84c2af9b3e55a7a335c5f02a2f68cb627606ec3eafd75f0a23105206169f0ff

See more details on using hashes here.

File details

Details for the file duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl.

File metadata

  • Download URL: duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl
  • Upload date:
  • Size: 18.6 MB
  • Tags: Python 3, manylinux: glibc 2.28+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a3588fc377dbd9cd1f7b9001952f8d97a09d8f86456e36a9f7a509247e04267
MD5 91b1d64946ed1193b8eb4a3ad0024efe
BLAKE2b-256 e4cebd8425755a8cca695ecb786eb4f9bc4364e9650929800bd2410cfdf3a264

See more details on using hashes here.

File details

Details for the file duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl.

File metadata

  • Download URL: duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: Python 3, manylinux: glibc 2.28+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_iceberg-1.4.3.20251209-py3-none-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 feb1bc57e0f40ee10dedf4eb3f5ca56c53d359727d7503026c0264d0c6a49f16
MD5 c15b8c1cca4bec3983d19faddc24af5c
BLAKE2b-256 ea967ccc5934d267a1247562a5923db44f0d2c9f65894ccab0a017db1e67a69d

See more details on using hashes here.

File details

Details for the file duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 10.2 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 179ad4ea21b5e33e1345dee6a2ae1f01ded539803085b20e5bf6ddfe0d0dbec3
MD5 3075acadd0daea95daff9502409500a9
BLAKE2b-256 4c9b9fe9638203dcb950098eaa0db784f58b33c8c50d02887f1d0b5c60e67103

See more details on using hashes here.

File details

Details for the file duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 11.5 MB
  • Tags: Python 3, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.16 {"installer":{"name":"uv","version":"0.9.16","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for duckdb_ext_iceberg-1.4.3.20251209-py3-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a60cc268f87ebeb2996dd5c16301e49bd3b8a476f97bd992d2a0010f6295bb3
MD5 0923ffb0b00818778c6bce88ea748449
BLAKE2b-256 b82f484f2b637da855a6ecc01da6422c5caf32cf9cd643254ee7fd89e6118ece

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