Skip to main content

Duckdb iceberg extension

Project description

🦆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 extension_importer
extension_importer.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.

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_extension_iceberg-1.2.1a0-py3-none-win_amd64.whl (10.1 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_iceberg-1.2.1a0-py3-none-macosx_11_0_x86_64.whl (9.7 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_iceberg-1.2.1a0-py3-none-macosx_11_0_arm64.whl (8.5 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_iceberg-1.2.1a0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.2.1a0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 b97e2862246d30d874a5b3cba10c787ba64b92ea9b1f08b6de27ff02cc0f6287
MD5 46cbd4e76bd5c21b2d9fdb8fa9eb138f
BLAKE2b-256 a05e375c95ceeb831bd57fd886c915ec4fd9f1a7906423472897e0306db7793b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.2.1a0-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b17b3b87b052283422731c06c78e3972723f5336e04a9a91d9983d050c951a7a
MD5 6ab88f3f88a2f60c40f8b3c2f5dbb218
BLAKE2b-256 df5a89eeb2fce125c140ac2ccaef3c8ed3683127018a580981d20ded0bf9ef51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.2.1a0-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5784e354d5ef3c28fc92ea7b649166b16ebf7cbf104c0163375a028fb99e5c95
MD5 52adedd95efcc362d3e0c04dc94514e4
BLAKE2b-256 48354434de69e3648c0defaae0c6f09cec7be5ebd758266a12164e17087d1d4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.2.1a0-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cbdba2073c400565c6f11027feb65a2e6770dfc94817f2f986eadaec1960725d
MD5 3e8c1e145d88d5a27fbbca2e0bd90671
BLAKE2b-256 4b9c4ab94b1c0832321349783e1dea226ab32c854b17e18463599c3c83622fd7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_iceberg-1.2.1a0-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb4323a39984027174a7c3535fab43a9d8f148f11225c09a298688d07077d49e
MD5 a3ea9e7cb7608fc18b07bd3ae00aa382
BLAKE2b-256 099aa3de0fba0e8b163734cd2e922b9ff566106c8cbffedd65c2500591f5ac19

See more details on using hashes here.

Provenance

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

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