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

duckdb_extension_iceberg-1.1.0-py3-none-win_amd64.whl (22.4 MB view hashes)

Uploaded Python 3 Windows x86-64

duckdb_extension_iceberg-1.1.0-py3-none-macosx_11_0_x86_64.whl (2.6 MB view hashes)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_iceberg-1.1.0-py3-none-macosx_11_0_arm64.whl (2.3 MB view hashes)

Uploaded Python 3 macOS 11.0+ ARM64

Supported by

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