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 extension_importer
extension_importer.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.2.1-py3-none-win_amd64.whl (23.5 MB view details)

Uploaded Python 3Windows x86-64

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

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_tpcds-1.2.1-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.2.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.2.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 13cb9b9535e6d5c17dab4e7f7be15083fb51ecfdf5f8f09ccdf3a2c478179e52
MD5 3b20670fa978118a32e7374f904560a1
BLAKE2b-256 671f7399796512a5b5bd795245ec9adbee073faec0d7c0282b583767dfa1bb2e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.2.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 281b74f4d83459e561d7608db9b38e486d287e0a74e34e8e7ae794786f86015c
MD5 939d112d5709bdde700b3b8f9d070104
BLAKE2b-256 02331c9782a50c85addfbfe0db126f3c6c8e434c3048fc3b06c15e4cc2c8c081

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.2.1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32c4d1f7c4b9218bdd952ea7d7697d68ea11094e0282dcfdb7a66b40338ef0bb
MD5 817401ecdfadac38773cb1488163eb53
BLAKE2b-256 aa9fea89df0720fb99f040852035dd76cf656ee654ab4379489c1ba5fd0052f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.2.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ee2ddd0b442ae47f285c001044d7dfc0797b9f790d6b5f2e8c29643d55ff4c98
MD5 b589cf456a5c953bd458f6fb12e10dd9
BLAKE2b-256 2bc2d721145a529f76a93c309f4f50a64fab5d2c1f5a0205111c47db490a152d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for duckdb_extension_tpcds-1.2.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dbe5f225eab59c56caefe921b5651e08d3218b9b3314c81cf05ba7b03c802ae1
MD5 42faa7b342b683fe6c5b2dd0a6ec8d63
BLAKE2b-256 fd88d76bfed73e53c6ce30259d9ec9eb2fd0f10d7278986135f6d6fd7c7177af

See more details on using hashes here.

Provenance

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