Skip to main content

Duckdb tpcds extension

Project description

🦆DuckDB tpcds extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-tpcds

You are ready to install the extension for duckdb.

from duckdb_extensions import import_extension
import_extension("tpcds")

Verify that the extension is installed.

import duckdb

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

License

duckdb-extension-tpcds 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_tpcds-1.3.2a2-py3-none-win_amd64.whl (15.3 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_tpcds-1.3.2a2-py3-none-macosx_11_0_x86_64.whl (6.7 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_tpcds-1.3.2a2-py3-none-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_tpcds-1.3.2a2-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 b98e03c4f2cfe07fcf34e805f61a3ca413befd1825c83b478478495f45906534
MD5 2426f7132c7323db78ee44548f4f48f1
BLAKE2b-256 6600ecd86e797dfefc4557ba713c733378539bd07ca7400eb6811a1a27d9336b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a2-py3-none-win_amd64.whl:

Publisher: publish-tpcds-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_tpcds-1.3.2a2-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a2-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 40c96edbc1c8d7e5850cdb92df3df18a3496d374765115213a372bf7a6c68282
MD5 bf76b0b29f4a0a2706d832ec06561e52
BLAKE2b-256 f9aeea90bb9d72a9d798dc3b21be1da85919d70678a8c8cba8ae0a3d6590fa8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a2-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-tpcds-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_tpcds-1.3.2a2-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a2-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d1bd7f90b43a1b8bf41f0bc5802656aa436d5a97cd7125f649d99a72f733b529
MD5 e3a11f5dfb7d43266743cc41ed99a830
BLAKE2b-256 2ec11ce82bbac0893984f745a3e01bf816dce8b948692a5995afa16e5a5e5d89

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a2-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-tpcds-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_tpcds-1.3.2a2-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a2-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 177808278bc182c1d0d707f67cdfb9bfe551d59ef1e04fa2bd7383985554fe63
MD5 e60fbcbcba07666bc7ac373e97c96207
BLAKE2b-256 7baf2bec2a3943cbbb8974dd7d8094982f6efac48c6e3ae51cc9809d772920e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a2-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-tpcds-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_tpcds-1.3.2a2-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a2-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3eb79b704df329e6f3cb43f09584f83f3ed246f7a476dcca36e8517dad2742bb
MD5 f62ed47a7cdf9b20c369ea604c864f05
BLAKE2b-256 02eb5e7e85df073bd02e39e40e6095d1c4b7ae9b5e6df79efd4d50ce450f2697

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a2-py3-none-macosx_11_0_arm64.whl:

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