Skip to main content

🦆DuckDB iceberg extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-iceberg

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("iceberg")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where 
                extension_name='iceberg' or 
                list_contains(aliases, 'iceberg')""")
    .fetchone()[0]
)

License

duckdb-extension-iceberg is distributed under the terms of the MIT license.

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_extension_iceberg-1.5.5-py3-none-win_amd64.whl (9.1 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_x86_64.whl (12.3 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_arm64.whl (11.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_iceberg-1.5.5-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 c3cbead9fe759b4a9180ea84460c4108026d570b67cb6f365ee1e5293801aba6
MD5 b77057f056a63a997ac8c112c7a6cef6
BLAKE2b-256 04f36e00d49655b0ac2feceefe5049a8b71d7cfa294d449319bb68273d21a542

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.5-py3-none-win_amd64.whl:

Publisher: publish-iceberg-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_iceberg-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb7d238d733dff8047771be11f75d21aa417152c992e26ed7688d0d334285bb4
MD5 3d345a23dc67e5f6c88d5ca4a4c3cba7
BLAKE2b-256 5e4cd82d2887aa1c45e76b84d1c5c9f5bd84c7fc6235ef3e61f582f5f81b0a44

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.5-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-iceberg-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_iceberg-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55693f9cb69641b175d17b02f3c2825971754f9c256740526b3abc2a2d8c4dd3
MD5 5409d27fd81d065a83aec303b1ef58f2
BLAKE2b-256 d3b87409bf3780276845bc329195eaf58d633f5fc281682857d351ec629b6f64

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.5-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-iceberg-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 053347720290e2641cdbec50487e97546a32afb57424a9f6402abd5ab561c612
MD5 92842a6ade532214768e1b4424b840b9
BLAKE2b-256 b60b865382b3d92c4913dd498962cfdcee31735870ecb84bce5ef452135e5d11

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-iceberg-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d8ef361dfe75d9d158ba2639373b833e8e13e62e7fcb76be813e560b2a89938
MD5 fb833d885d29eb5d4e53d8f532846e28
BLAKE2b-256 d1276bf2bf39537fd7f7658518003e07855cd70360cae367ca4751ec96c93c7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-iceberg-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.5.5 This release

5 files

1.5.4

5 files

1.5.3

5 files

1.5.2

5 files

1.5.1

5 files

1.5.0

5 files

1.4.4

5 files

1.4.3

5 files

1.4.2

5 files

1.4.1

5 files

1.4.0

5 files

1.3.2

5 files

1.3.1

5 files

1.3.0

5 files

1.2.2

5 files

1.2.1

5 files

1.2.0

4 files

1.1.3

4 files

1.1.2

4 files

1.1.1

4 files

1.1.0

4 files

1.0.3

4 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page