Skip to main content

ClickHouse Connect

A high performance core database driver for connecting ClickHouse to Python, Pandas, and Superset

  • Pandas DataFrames (numpy and arrow-backed). Requires pandas 2.0 or later.
  • Numpy Arrays
  • PyArrow Tables
  • Polars DataFrames
  • Superset Connector
  • SQLAlchemy Core (select, joins, lightweight deletes; limited feature set)

ClickHouse Connect uses the ClickHouse HTTP interface for maximum compatibility. An experimental chDB backend is also available for running queries against an embedded in-process engine with get_client(interface='chdb'). Install it with pip install clickhouse-connect[chdb].

Installation

pip install clickhouse-connect

ClickHouse Connect requires Python 3.10 or higher.

Upgrading from 0.x

The 1.0 release includes breaking changes. If you are upgrading from a 0.15.x or earlier release, see MIGRATION.md for a guide to the changes and their replacements.

Superset Connectivity

ClickHouse Connect is fully integrated with Apache Superset. Previous versions of ClickHouse Connect utilized a dynamically loaded Superset Engine Spec, but as of Superset v2.1.0 the engine spec was incorporated into the main Apache Superset project and removed from clickhouse-connect in v0.6.0. If you have issues connecting to earlier versions of Superset, please use clickhouse-connect v0.5.25.

When creating a Superset Data Source, either use the provided connection dialog, or a SqlAlchemy DSN in the form clickhousedb://{username}:{password}@{host}:{port}.

SQLAlchemy Implementation

ClickHouse Connect includes a lightweight SQLAlchemy dialect implementation focused on compatibility with Superset and SQLAlchemy Core. Both SQLAlchemy 1.4 and 2.x are supported. SQLAlchemy 1.4 compatibility is maintained because Apache Superset currently requires sqlalchemy>=1.4,<2.

Supported features include:

  • Basic query execution via SQLAlchemy Core
  • SELECT queries with JOINs (including ClickHouse-specific strictness, USING, and GLOBAL modifiers), ARRAY JOIN (single and multi-column), FINAL, SAMPLE, compound selects, and materialized CTEs
  • VALUES table function syntax
  • Lightweight DELETE statements
  • Alembic schema migrations (autogenerate, upgrade/downgrade, ClickHouse engine support)

A small number of features require SQLAlchemy 2.x. Values.cte() specifically requires SQLAlchemy 2.0.42 or later. Certain literal-rendering behaviors also require SQLAlchemy 2.x. All other dialect features, including those used by Superset, work on both 1.4 and 2.x.

Basic ORM usage works for insert-heavy, read-focused workloads: declarative model definitions, CREATE TABLE, session.add(), bulk_save_objects(), and read queries all function correctly. However, full ORM support is not provided. UPDATE compilation, foreign key/relationship reflection, autoincrement/RETURNING, and cascade operations are not implemented. The dialect is best suited for SQLAlchemy Core usage and Superset connectivity.

Alembic Migrations

ClickHouse Connect supports Alembic for schema migrations, including autogeneration of migration scripts from SQLAlchemy metadata. ClickHouse table engines (MergeTree, ReplacingMergeTree, etc.) and dictionaries are preserved through the migration lifecycle.

Supported operations include create/drop table, add/alter/drop/rename column, type and nullability changes, defaults, comments, and ClickHouse-specific features like IF EXISTS guards, column placement with AFTER, and operation-level clickhouse_settings on column add/alter/drop.

To get started, install the Alembic extra:

pip install clickhouse-connect[alembic]

See the Alembic worked example for a full end-to-end walkthrough covering setup, autogeneration, upgrades, downgrades, and manual migration operations.

Asyncio Support

ClickHouse Connect provides native async support using aiohttp. To use the async client, install the optional async dependency:

pip install clickhouse-connect[async]

Then create a client with clickhouse_connect.get_async_client(). See the run_async example for more details.

Complete Documentation

The documentation for ClickHouse Connect has moved to ClickHouse Docs

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clickhouse_connect-1.8.0.tar.gz (240.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

clickhouse_connect-1.8.0-pp310-pypy310_pp73-win_amd64.whl (409.3 kB view details)

Uploaded PyPyWindows x86-64

clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (443.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (437.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (407.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (413.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

clickhouse_connect-1.8.0-cp314-cp314t-win_arm64.whl (419.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

clickhouse_connect-1.8.0-cp314-cp314t-win_amd64.whl (441.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

clickhouse_connect-1.8.0-cp314-cp314t-win32.whl (421.1 kB view details)

Uploaded CPython 3.14tWindows x86

clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl (451.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

clickhouse_connect-1.8.0-cp314-cp314t-macosx_10_15_x86_64.whl (458.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

clickhouse_connect-1.8.0-cp314-cp314-win_arm64.whl (408.7 kB view details)

Uploaded CPython 3.14Windows ARM64

clickhouse_connect-1.8.0-cp314-cp314-win_amd64.whl (427.7 kB view details)

Uploaded CPython 3.14Windows x86-64

clickhouse_connect-1.8.0-cp314-cp314-win32.whl (407.3 kB view details)

Uploaded CPython 3.14Windows x86

clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.8.0-cp314-cp314-macosx_11_0_arm64.whl (433.3 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

clickhouse_connect-1.8.0-cp314-cp314-macosx_10_15_x86_64.whl (444.7 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

clickhouse_connect-1.8.0-cp313-cp313-win_arm64.whl (403.4 kB view details)

Uploaded CPython 3.13Windows ARM64

clickhouse_connect-1.8.0-cp313-cp313-win_amd64.whl (422.9 kB view details)

Uploaded CPython 3.13Windows x86-64

clickhouse_connect-1.8.0-cp313-cp313-win32.whl (403.6 kB view details)

Uploaded CPython 3.13Windows x86

clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.8.0-cp313-cp313-macosx_11_0_arm64.whl (432.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

clickhouse_connect-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl (444.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

clickhouse_connect-1.8.0-cp312-cp312-win_arm64.whl (404.3 kB view details)

Uploaded CPython 3.12Windows ARM64

clickhouse_connect-1.8.0-cp312-cp312-win_amd64.whl (424.3 kB view details)

Uploaded CPython 3.12Windows x86-64

clickhouse_connect-1.8.0-cp312-cp312-win32.whl (404.3 kB view details)

Uploaded CPython 3.12Windows x86

clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.8.0-cp312-cp312-macosx_11_0_arm64.whl (433.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

clickhouse_connect-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl (446.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

clickhouse_connect-1.8.0-cp311-cp311-win_arm64.whl (406.7 kB view details)

Uploaded CPython 3.11Windows ARM64

clickhouse_connect-1.8.0-cp311-cp311-win_amd64.whl (424.8 kB view details)

Uploaded CPython 3.11Windows x86-64

clickhouse_connect-1.8.0-cp311-cp311-win32.whl (403.2 kB view details)

Uploaded CPython 3.11Windows x86

clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.8.0-cp311-cp311-macosx_11_0_arm64.whl (433.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

clickhouse_connect-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl (444.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

clickhouse_connect-1.8.0-cp310-cp310-win_arm64.whl (408.1 kB view details)

Uploaded CPython 3.10Windows ARM64

clickhouse_connect-1.8.0-cp310-cp310-win_amd64.whl (425.6 kB view details)

Uploaded CPython 3.10Windows x86-64

clickhouse_connect-1.8.0-cp310-cp310-win32.whl (404.6 kB view details)

Uploaded CPython 3.10Windows x86

clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

clickhouse_connect-1.8.0-cp310-cp310-macosx_11_0_arm64.whl (435.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

clickhouse_connect-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl (446.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file clickhouse_connect-1.8.0.tar.gz.

File metadata

  • Download URL: clickhouse_connect-1.8.0.tar.gz
  • Upload date:
  • Size: 240.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for clickhouse_connect-1.8.0.tar.gz
Algorithm Hash digest
SHA256 3d8592d880301a7fb67ef2d570aefd20d2021569fa72edd05be43104213be358
MD5 74fc32e46096181109d940a2b8e0826f
BLAKE2b-256 8aa23ab000f0f7522157cb395f6bcb82f60e42c945b6a005719034a367c2594f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0.tar.gz:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9bebc6856f0a7770e4de990e31c4ea337eedc759bad019f73d40e9c6ee9f20b5
MD5 ab29a74cd9c2a2f8826b78df570f7fef
BLAKE2b-256 6fae1100d7b1ad4686714aa669a60156be352bbf910d258d632940097f36842c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45f258e33a2de7414884ae64923c328508abd41dd809008872fa9aba53acd332
MD5 9f185bbd9434a2dcce756291a897d50c
BLAKE2b-256 bb7d7e84a9d8c784174c30a278c452c02d464f84352130f780b1143481d36584

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3707b81ad3a108004919deca1134b97f5110647593e7c631c6324276f3c9d964
MD5 112c8338f0d0c1e85e038c8069bccd08
BLAKE2b-256 84bbd310d8b715980168d33c8ceccf5e594a44f1b97e44ad597d3393c140de56

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 484362847fff3099046ad43f94cf635a9967570866c93b88158ed039a78ee929
MD5 2be640a4638fbb39b3caeade9d444c2c
BLAKE2b-256 bb4e0eb29ce83055e09988a7ef2fbaaf507c4631b489c91b8d4ce56b93bcf6b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8146763f87a67e27a739f17a1bc28ad70e7ad4061648ee6c5fd30d25a6b33eec
MD5 ea1eb82c6558d14aaba9ce067fa61307
BLAKE2b-256 e67450eea3bf68161e83f2049b5b29e6e62f0b1f5f5a684fb49f68143ec020a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 c2b4c0ecbc956f6a4f412ff92803fd36c20226bea6575ac52aaf142b88c1975b
MD5 1892c570927af14154f4e705fb1eec7a
BLAKE2b-256 4352c6d175636e3c722c6139e6224a5fcc570875a4dd0bf28d28c712d56bdb66

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ac05c716895493391fe6929881c073f08a2fbabdaa3f13bd66fee68a898a1918
MD5 9815a7a89c0370bc050ba5a7093debda
BLAKE2b-256 9bf31e926e971d47816a09a1b9256c0cbd0dc17ce5a8cbfaa384b37f2538ecf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 b2bdf18ec05e1be5c929588401fbf645353f3d3dff50fa13893e248f60e0a001
MD5 dfefa1aabe677593b85ff4b676738f1d
BLAKE2b-256 cca192eda7cfaad0fadd1ac6b180cc291f4d43c0f35e8919b3a7cc31e71094ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c860a9d4b68d9ed4395ecafd6f3444e422b585a0dff281d8a52432795e49232
MD5 3755fcd1480a08ba4f106935a4ec421b
BLAKE2b-256 2cc363bc24e137bbba7342f25e87213a8d2d3b9c075c3f9b2785a7d692dc7546

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 39c922d527dcd11e82287546b0ada6b9488dd23c6e4ee35d2e5571c638c4466c
MD5 8364629a5c54d4fe2e0208ed3d276acb
BLAKE2b-256 08ecdecf46a6d71e6db405d2a79b3e3bd5c6d3e4f666b0a6547e14acca999d37

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0775259db7efa33d56b850eeb3339687cc3029882f9cb1a4adfc53ce869cef6c
MD5 bd1a12b35a3ea34f91aa90a7c589070c
BLAKE2b-256 098cb7fdb4a2f31707532b57db45b498827450a48624080c05f7b6e852a3801b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49d9a03629cfdc1786b993bababee647f5f6c0ef61c3b005ae868497f780fe80
MD5 166323ed85385de505acda521f372cf2
BLAKE2b-256 e0057737b992c6225dd3534476276643b50a6fe9eeb27b7eb079f8a90707e3d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b57bf25b47fdacaa15e6bac6563f0a243c72813cc2d6d72444e937331fc6d33
MD5 f31b15e43a1b5f8aca8136d5119cc86c
BLAKE2b-256 bbd737b1137b1a02a0b3ac51c7a4714f680a834509b62e90ecb124d33c8107f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 911d1357a97005297080716ffe61a5a159a3d0b96e5c5fdd3e7f62b7876eb3a5
MD5 dc7bf02052fda65ab4499c817d44291f
BLAKE2b-256 fea69edbc55c3deedcf84f0a77ff29dbdce025442057b344afd677626317e889

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1b00e013d872b84a6119b3842cb9e72dc78044a24b901c29521c3d9eb0c79482
MD5 31b9da35f480e0a00a94e38db63ec715
BLAKE2b-256 cd4b6ce91797e437b97792fe07bace6ebc341cb9107d37cffc4013d8bc29e904

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e28241501c4e387ed0031e5aa86314111ddf1e56ead1dba6d3c3adaa88994466
MD5 59317b506aef8f99d4a750162ad8ce24
BLAKE2b-256 b52a210a51ed3e6b7764be9af88ca269ada6a8d1ea73dc8d2264b1338439a3b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3abbc4b5fedbf0825dd92f82754fab1bff1b9dd5f32861b573a9686ef237e432
MD5 835dde152bf53afa9583905826563bd1
BLAKE2b-256 c838caf824471947e980fa800ba9005658014b453eb0225ddcc7b1e51af8af58

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ad83350af4b5427df8da56adaa5009c229b0d6277240d337e8e7cd3d95a31e8
MD5 ee4aca64cdbccc01fd3c5dbf0d1376a9
BLAKE2b-256 6e05a0d15e427934a4f864970d0b2bff087767fd9fc9e601a8076b1b2cae9bfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 130cfc585d09401e62f3812acad60823d63b3a8aaa016dfe4a2dff7262f41969
MD5 80a7df833cb5f8592e004418139f1b77
BLAKE2b-256 919c8b6cf2ce0a4eb58799197237da18fb539843f1cc16ce3fc0674d58767ddd

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11321b9fe1850fd69dacbc46be38d46ec85f5d062f0c2f4b10c6e69f146b99f3
MD5 38b48911e62fe5dfb62074e6359737f2
BLAKE2b-256 1b7a84da3f84028262ffbe971fe04731f636ecc8f7e554c4bd3327ee8f4570d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e461b2e28bd1d6b2d04f194512031ce06c18f27c82aef0c80333b65e77fbb11c
MD5 163cab014cdaa39ad32f251231d7b695
BLAKE2b-256 abdee683fcf28b73764ece0e4fee464a909467d4dc6cbf6f7df4fc93f236c096

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3501a12e98198dd4341e28135ddaab856c28e55fef27b238556622a69aec6a22
MD5 5321ae69e466e8ff8fdbec2aef62de75
BLAKE2b-256 7540c85cec3305fdf72a90435b019d8a55a1ebf6a7e7a48452884a41fc1f41a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e2a894ce5ae7937f44ceace012379993d7c0c0733fa2a971e43650edd3f0e016
MD5 3057e2a76e459829989bc99a0d6c1f0c
BLAKE2b-256 45092b23d3ad783f998e491b1dfa9bb7a9a3fe81e96876a44b2fac99e0f5f185

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3cb9c3577bf7d7057249dd29a3f3787a9d63cca3c17248a69476234f49584c7f
MD5 b1d33b082cce702663a9ab5172909198
BLAKE2b-256 f5e60753c40fb99bf6c205e49fdd056c95fb7dc221c29e9267cceb1df272bf83

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 012c6f6ca52e9acac005c734c9ed2f2cc6de707d6d512c006906e5d8d4c354c7
MD5 6a704b585b1d1dbddae392998e203ab3
BLAKE2b-256 b057db7c5936307fa5bb5afe989ab07a026b0a82f4cf5f7007bc6ebe9ec4b8c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bb44525401b90c6a15c5ce04754657a49998ad23001f05298e6834de9643e62d
MD5 21beb00f96b5befe5bfb81339d7b84eb
BLAKE2b-256 9d167d1eb7627b70e6f904b93a825cb8a2dd1465f99f3342ccf524f6f29de291

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2331eb33038fcf9cfd3b84b5a0a5df53a91da795073410a0cfce05baca3b63f6
MD5 c127ebe97d3d56480040c0e23a6075f8
BLAKE2b-256 ad93b42b6ae6855faff2f69f2a3ca660b24892b3dd8b3bd56a2367156c89996d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4549145b3e72b1dc07126ee0bfa2e75308782ea3504b6634f414f48d166e8bd6
MD5 22afddd77d344a83bb986baedef71e42
BLAKE2b-256 dfdb806b7397bfc93e8cf6abd32f7c649481bda821f5ee6a6ed2660c6f1566a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bcede458bf96411a221617b136131b3d8eeace93f08a433a7feca389b84f1751
MD5 b5b23024ca54a6d7b3b51c7583d6a7fb
BLAKE2b-256 719b1e31ee5e69c2b6e6dc8cf12b8edefdd3591dedcb195ce90dcd6eabb11b3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1f50571c8858397319805d10e47a224edbb485b122e0b4a07ba90d2ef3bb11f6
MD5 c9341634110c711d2164ff15120d3e9f
BLAKE2b-256 86592e93e502a0352ad2e69c2d79dacb32330cef4cee0e7e4a42905b8c17dc57

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50e846bb7cbe1e20a4bd051342a77122f3ba4050273e9e87ad1b3ee4c28becf3
MD5 eb5a2fbcd13b387d6ec8a9820475bfc2
BLAKE2b-256 de2ba537db4ce6ed6777895e91161cf4f6f5b5c67201838a5838c2e6e8bf8675

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1cd618d066909c44c6e5334f102554c20dee1c52a8059af28d9844d820e9d16e
MD5 933077b423fa07b4c8aadd43f281c29a
BLAKE2b-256 301e4f3bb1a731655f14cfacb0844570d429948e68a0923963408782155c80d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 50070319ff73c156318eb5920b6f4aa0d842449037979d5336e1aacc1d503d37
MD5 ebce965f1f76d1f09cff5d582b77cbb1
BLAKE2b-256 a29fdeeb434fbacd43bb0f30d278c71c662362131ecfbeb071b26cbe07128aed

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1baabae18c0cb33af98c6d17038003343d1e8ef6c607acf4c61ba56e12e816f6
MD5 f412a24fbb93e41deb8aedb3ba7955d2
BLAKE2b-256 974fbb0a628aeb172f504cc5c8bfef6bbb0fd74773f2a6ff25623d83fe829289

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 41660e7324d59fb14d92376d1818f172138f486ddceacdd0e31ea15500804bfc
MD5 d6f743bd7a78b948b67391824115cf8e
BLAKE2b-256 aa7928e9eb8d84975b33d9c09497e832ec7e789cf2edf3d9a2266cc92cd138b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eca852eef9e5de0d3bc5797a0f9358a59ed3965693a1c7f116266066c8f00e09
MD5 58f7746885429f5c5f5e63f71c40628c
BLAKE2b-256 7f129909dc74d360dc34daaf7df51454b5c6ef25186781a2386c65b86871055c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ac1edef1599039ab7aad4147c6d8c19555b5278129177f3c01860414051e5ad
MD5 34870e8563ec3b681df8191850621f87
BLAKE2b-256 fcadb2cdb6e78de339e0725ffe529b2def6a77139132c081a887deeb5db4a943

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1064f603e95af94f39619d47e460dcf880a0ee20b2289ebbcac670eb257d44ea
MD5 7aebe36fda59d86f0e6f8ade675a5679
BLAKE2b-256 e2165aff4e2216572d9e326f5f241c43bfb33f726503886e346ad5088a577f07

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 daad56adb602c2a62d3ef42e47247bf949d5c08820e72a2b89179cbc1cef9938
MD5 f82cb084019fe34c2744c5a6f3c26193
BLAKE2b-256 8e4da8ba35f39ddacae55aeff2a0bf61996c03d3b1e1fbd668b8fd32524bca30

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41c31884815e58b2da756d9e3a36e6bdecf7ab906b7db390732c9c0c31c9d985
MD5 19af0e38231f0f49810485ffbc43fcee
BLAKE2b-256 3b924edda0c3a6d0b8a8248e50fbdbbbfd5aaa9a194cc9ff4666a27fc1781a47

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b7d531604f328c3eca15f5e1b11ead5da968f3df0b231f68a93744921e2c200f
MD5 d8b1a11a0cda935879add3b972deaad3
BLAKE2b-256 45e7328c84ee9f8117158239db464607f296bceb43e11c16a6b1c7e73c4d152e

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f143e86a50d6096f4a0e2e4650ad65f61fcdb2eb80f4f61810b3e09ce1872b76
MD5 c19909e29b65e4c30663ab11f3831f2e
BLAKE2b-256 a1866b9a74a0aab995958652f24c2dbb907249b9bd55e63ad8a2e7c425f360f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2ddefaaf108c4d3b9aaf77b922e502060445a27fa629f370fba0978579de5e09
MD5 95cc44b163ab9379b8218426e57a2039
BLAKE2b-256 3384ff8b54b6e416ae6582724f4bf33384aa43fef19e28c258be21b75b64533d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 79ddbfaab25b9a5e1816c1a04b65a75ffe8b5262d2eb5cbb5d03986547b27a54
MD5 009b649ebd827fc798ee0928baf8e6ad
BLAKE2b-256 85e0a414dd5385211ca77471cfcc35ff0e047bbc4cea8acad1df6c126779b5fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6db6659275684823979a4226b06365b97cbe0d9363b99b82f25dd4c4a60e73ee
MD5 2b95d7420fdb7a4d15aca8427df12efd
BLAKE2b-256 79481c168b4e2ec47755b845f3291f2f638a17a2595b24f189adc7ed4a510b80

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a3df6b0602c7a94a490903d6e36fd171cb480936d36607576c84dcb55d360e90
MD5 71a1532f1c668959be7aebae37479330
BLAKE2b-256 5cf2bd44d6ad80b53b001e29a589c54b0d185790e219b599ce7e9f0d263fc9d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15a54651cd6f7e4719698796eb8c7316e3aa81a0d79f439e235b937e2e31e7c9
MD5 bbf9a65555b4174529166999a323c7cc
BLAKE2b-256 b04bdd2f6a85d061861c15af7754c2bfb084cc8e132c3a0d2c158e26db06804f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7b0a993e6fc81922e5fda68f514ac27918dbc041707ee0f3c1e9cedf96abe30a
MD5 3101791c2e775dd55cc4372621555ec0
BLAKE2b-256 93040bac335f8c5179b20b0890cc27e760a82de0d7a0115133e537a6ba359470

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8fcb3a0bfd883816f8e547ee2d8f8626c084b5649c0f0aabe0d26c0053391af
MD5 800949adacbec27c9f465365739ec2ac
BLAKE2b-256 77e4cf3b49df6942e2bb2b83668f2b1c18c765215ff434c18222023308ce4708

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 824e69bef878d72eb22193ff4683f2e28fbbfc7ea7a61bb851d473bd6329d54c
MD5 ec89f35653feae30571d8cad7d426c5b
BLAKE2b-256 9955ae8113d16c62dfa4862b7d7e1c63352d472b8ab866ea81d35b29da4a1b07

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4ed03018c6d8ddb34cf79029ea0e60b18713b64f1ae44deff6d2ab0215ac3fa0
MD5 027ec5b6233cdc7b6dd9271dbbfc56c5
BLAKE2b-256 1d9f7a1fcfc419b062bf08a9aa99c4ba106baf3181fe9e3684e3bf5f8cd7ecf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-win_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e75edd65d230ee96892395454d43c2bbb2b55740fc0b5807d9126d000c0bc8a0
MD5 856e0d2e5e46b66514331149c70ceaf0
BLAKE2b-256 65acd02f06000d26582f2a0136674bcdd1d7166f17dfb32b2c9e681dee0f2f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 716054623af7e176f264d494f9ea3eb9452a535b2308e75fbb3e1f517754c10e
MD5 8ae039e21171b45005c732b07efa3e61
BLAKE2b-256 13e7e9d6623c5ac543afca8e8927cd149eda5d661fe2a0f0629660adc1f24282

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-win32.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e614069e047c32a0bc74512b007819228d135734755c9f1dfbba12ed8d1ecd96
MD5 71b5507cbf8c8aa7d5e85f5b2e8e8d3c
BLAKE2b-256 151260d0d67420828f86567bbca4b16dca59cd3ff97d7ba722387e7bd6cefcf6

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1bb19a5bdf32d557e807d5d58f6171554c83f2ebc7bce367c51ad73f8ff8455e
MD5 62bc8f13d2b84294d16f4acb06e8028e
BLAKE2b-256 1a11b9855d4738e6fb5e8eab7988c1202452dcd7b3d21b3298749f0080988d23

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f45b8f01dc4cdc238c44d816e4307f8b6b67237fbbbde0650bdf08e3b95bca8a
MD5 e9be202e6bc8bb6c58be0660cbba646e
BLAKE2b-256 98332acbcb8ef1da1ec01795ac6220af95af5d5a733911b0b64d6166f1ab30bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e50e0e451c4d4124fbd15ec7a67247ea40ad8876a5a10569a4b125d0ce58de3a
MD5 0ce8d1bb0c46203dab447fbba097d80b
BLAKE2b-256 19b2662536963d2915bd79b3ea05ec6f356cf56374675f667f53198b7b113f2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 00ced7ccd8e66efa3d76d754dd0e0556b32765107dec024e9b4882058580c15a
MD5 c21c3e7cf048700a9c06fa7467d458df
BLAKE2b-256 75ab2e85cd7ae46a58b12ecd721f9a6df7abb38c9f947f0956cebc58954c8653

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file clickhouse_connect-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for clickhouse_connect-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4ea6a6d9b59a0e8bf5d611467c170519f7b1271030e99cd39cf3d3552cc00b07
MD5 beedc671a9cbff80b36ab9ee59176006
BLAKE2b-256 d1c6becd99d4b9343163c3fc19d46c8b039ec8c42c2149b6181084633ffcee09

See more details on using hashes here.

Provenance

The following attestation bundles were made for clickhouse_connect-1.8.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on ClickHouse/clickhouse-connect

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.8.0 This release

60 files

1.7.2

60 files

1.7.1

60 files

1.7.0

60 files

1.6.0

60 files

1.5.0

60 files

1.4.2

60 files

1.4.1

60 files

1.4.0

60 files

1.3.0

60 files

1.2.0

54 files

1.1.1

54 files

1.1.0

54 files

1.0.1

54 files

1.0.0

54 files

0.15.1

67 files

0.15.0

67 files

0.14.1

67 files

0.14.0

67 files

0.13.0

59 files

0.11.0

59 files

0.10.0

59 files

0.9.2

63 files

0.9.1

72 files

0.9.0

72 files

0.8.18

72 files

0.8.17

72 files

0.8.16

72 files

0.8.15

72 files

0.8.14

79 files

0.8.13

79 files

0.8.12

79 files

0.8.11

79 files

0.8.10

79 files

0.8.9

79 files

0.8.8

79 files

0.8.7

79 files

0.8.6

79 files

0.8.5

79 files

0.8.4

79 files

0.8.3

69 files

0.8.2

66 files

0.8.1

66 files

0.8.0

66 files

0.7.19

66 files

0.7.18

66 files

0.7.17

66 files

0.7.16

66 files

0.7.15

66 files

0.7.14

66 files

0.7.13

66 files

0.7.12

66 files

0.7.11

66 files

0.7.10

66 files

0.7.9

66 files

0.7.8

66 files

0.7.7

66 files

0.7.6

66 files

0.7.5

66 files

0.7.4

66 files

0.7.3

66 files

0.7.2

66 files

0.7.1

66 files

0.7.0

66 files

0.6.23

80 files

0.6.22

80 files

0.6.21

80 files

0.6.20

80 files

0.6.19

80 files

0.6.18

80 files

0.6.17

80 files

0.6.16

80 files

0.6.15

80 files

0.6.14

65 files

0.6.13

65 files

0.6.12

65 files

0.6.11

65 files

0.6.10

65 files

0.6.9

65 files

0.6.8

65 files

0.6.7

65 files

0.6.6

65 files

0.6.5

65 files

0.6.4

65 files

0.6.3

65 files

0.6.2

65 files

0.6.1

65 files

0.6.0

65 files

0.5.25

65 files

0.5.24

65 files

0.5.23

65 files

0.5.22

65 files

0.5.21

65 files

0.5.20

65 files

0.5.19

65 files

0.5.18

65 files

0.5.17

65 files

0.5.16

65 files

0.5.15

65 files

0.5.14

65 files

0.5.13

65 files

0.5.12

65 files

0.5.11

65 files

0.5.10

65 files

0.5.9

65 files

0.5.8

65 files

0.5.7

65 files

0.5.6

65 files

0.5.5

65 files

0.5.4

65 files

0.5.3

65 files

0.5.2

65 files

0.5.1

65 files

0.5.0

65 files

0.4.8

65 files

0.4.7

65 files

0.4.6

65 files

0.4.5

65 files

0.4.4

65 files

0.4.3

65 files

0.4.2

65 files

0.4.1

65 files

0.4.0

65 files

0.3.8

65 files

0.3.6

65 files

0.3.5

65 files

0.3.4

65 files

0.3.3

65 files

0.3.2

65 files

0.3.1

65 files

0.3.0

65 files

0.2.10

65 files

0.2.9

65 files

0.2.8

65 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