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.2a1-py3-none-win_amd64.whl (15.3 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_tpcds-1.3.2a1-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.2a1-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.2a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 ed80985a163dd73f5182fe150274b410eddd1e708d70ecf63ef3e6e7c3627703
MD5 7053d840ec4cdc0a6b9ff4fc7257ea45
BLAKE2b-256 ff762dcbed488e7777038dc03649cd2dd9c556046d2fa7feb605f0cf6a9f5851

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a1-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.2a1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 872cd95935327007e86c57443d53611e4b8efd5f2188e8743cbfedf4b67f5e48
MD5 76ac0259abd397ecfece13b3108839a6
BLAKE2b-256 a083f638e796d3e7db0a9946bdfe63bf65b4ed36b8e38e0ccacb082510ea162e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a1-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.2a1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58e04982bd2453594dcac71dbdc2a3d541b18866be220a87e3a2c7919cca8928
MD5 800641036e3e1a93c94eadc0b571e182
BLAKE2b-256 89f7042b21d4dbb604405b89d204fc07a9e01a16c11de8e8c076363760997483

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a1-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.2a1-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 927bae0ca56c586a7aa35f270f725ebb8a027fc0cdf715c6169e724b5cfd76bb
MD5 6e394d944f526d46c7e5964aa405c562
BLAKE2b-256 954853fe7c627d2f82914202f1c130c9e07936d7849b0358cc3c1f8bf8327750

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a1-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.2a1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.3.2a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5985335568c62086b871a980ede5650b3a10d2aa53cc91de0391a7a5992fba4
MD5 b00bdfc8762935473c9fff706c043178
BLAKE2b-256 55e10ca8b95320747b48584128618bd4cf03e2867b274447227df22e3081a96e

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_tpcds-1.3.2a1-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