Skip to main content

🦆DuckDB unity_catalog extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-unity-catalog

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("unity_catalog")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-unity-catalog 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_unity_catalog-1.5.5-py3-none-win_amd64.whl (7.8 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_unity_catalog-1.5.5-py3-none-macosx_11_0_x86_64.whl (8.7 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_unity_catalog-1.5.5-py3-none-macosx_11_0_arm64.whl (7.6 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_unity_catalog-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 fc6bd937d907ac668c44d5a1645dc006c266e47a17d24027a20501b11a55bffe
MD5 77690087dcb8c36e4dce24b8a1161ded
BLAKE2b-256 f7d455cdcd9a6592fdb39200dc9527cbb4490fb7e2a0bb2b10353adf761634c5

See more details on using hashes here.

Provenance

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

Publisher: publish-unity_catalog-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_unity_catalog-1.5.5-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_unity_catalog-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 009c6c1f0c4ab15b6af76a07fd7ca5e9c21d826f54fd8219ddb4faff7675c799
MD5 817320a5084bd4466c683f0818d5a0ae
BLAKE2b-256 c138316e031a5e0b5a41d22262b51380fba49a1b6082c972cc5dd74832ceb447

See more details on using hashes here.

Provenance

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

Publisher: publish-unity_catalog-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_unity_catalog-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_unity_catalog-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85743eb330e062ad442470f6db74f7dafbd192b05235be2f22917d113cc1af04
MD5 d7df5fd518bc003b77a6b78e1b19d2bc
BLAKE2b-256 ed2da162fb893614913deefab5c8a34c4ce8fd4b536badb5e519b0a13c54190b

See more details on using hashes here.

Provenance

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

Publisher: publish-unity_catalog-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_unity_catalog-1.5.5-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_unity_catalog-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c61078e0beb3f930326bbfc220f93403eaece327dcda310b5fea6b60511778c0
MD5 067fc0bd9e588c64429ba3543533e7fa
BLAKE2b-256 26c1daea2799983f67e3399c9f97a2aa08f12c2a11b3895b99ad7235459cd096

See more details on using hashes here.

Provenance

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

Publisher: publish-unity_catalog-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_unity_catalog-1.5.5-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_unity_catalog-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1287c0b2dba81906a2aa9f86c2f07fa55c86669740b5c6b9e05754ba184381dc
MD5 6aac1bf4f08b3f18328a8f649cf405fb
BLAKE2b-256 c0057689b5d4f45a8e2c6e89d512fa4684286c10900ab13a5f787ffc9429138b

See more details on using hashes here.

Provenance

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

Publisher: publish-unity_catalog-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

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