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

Uploaded Python 3Windows x86-64

duckdb_extension_iceberg-1.5.4-py3-none-macosx_11_0_x86_64.whl (12.2 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_iceberg-1.5.4-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.4-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.4-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7bb50a8a28b2896bdb430f577a2666d84e18dcbef29292fe5fb509d2820c039e
MD5 3716c9172d7cea56628a3465f2c912ae
BLAKE2b-256 c8b4ade6d71be35ba72cf861a24f93871aabfd603f5d4959b0a7ec6f42fc1908

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.4-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.4-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.4-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2275b814d013fceb124fe33e7c2df32f1e42dfe96b2a414337c8f4d4c68f47f3
MD5 0990aba7290ebae9152559f29a8b9e12
BLAKE2b-256 f4b6c062df2b05e873520018509195b924958bce10840dd2ca7c8469337bb01e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.4-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.4-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.4-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51052d46dc2e5c29374bda9533bf238b36447f05ca9960e00f75990f8bc2d7ec
MD5 780a415c7f7ebdd695ef04951cffa349
BLAKE2b-256 7e0f742ffdcec6465231ac6653371eb8ee56a749b55af5df994f351025a65490

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.4-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.4-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.4-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 76675877261e35fb5143871cd47ce807020a29cf5fe306252865a2ddba9334b4
MD5 0b098be31916240e1caefab85ae6dfce
BLAKE2b-256 cacc036fd134a8ce485597e06e5f1679fb2053cc485a33b1b66d85ea2810d861

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.4-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.4-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.5.4-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f6f4c227b784d9c8b44290ba4e761c09b277a38998f0b67906591766eab62c27
MD5 37c64e7f5c274da2585df16b7ec3d468
BLAKE2b-256 98e01d76b1cb14ed4396c28c3af5d5853865464cbcc9fc9bc6fd45454a09cd7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_iceberg-1.5.4-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

1.5.5

5 files

This release

1.5.4 This release

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