Skip to main content

MCP server for talking to your data, powered by DataHub

Project description

datahub-semantic-agent

An MCP server for talking to your data, powered by DataHub.

Usage

The datahub-semantic-agent requires a number of environment variables.

# DataHub connection details.
DATAHUB_GMS_URL=...
DATAHUB_GMS_TOKEN=...

# OpenAI API key.
# Required for running our internal agentic workflows.
# We don't currently support any other LLM providers.
OPENAI_API_KEY=sk-...

# Snowflake connection details.
# The options mirror the configs available in the DataHub Snowflake integration.
# https://docs.datahub.com/docs/generated/ingestion/sources/snowflake/
# e.g. stuff like this is also supported:
#    SNOWFLAKE__CONNECTION__AUTHENTICATION_TYPE: KEY_PAIR_AUTHENTICATOR
#    SNOWFLAKE__CONNECTION__PRIVATE_KEY: ...
#    SNOWFLAKE__CONNECTION__PRIVATE_KEY_PASSWORD: ...
SNOWFLAKE__CONNECTION__ACCOUNT_ID=...
SNOWFLAKE__CONNECTION__USERNAME=...
SNOWFLAKE__CONNECTION__PASSWORD=...
SNOWFLAKE__CONNECTION__WAREHOUSE=...
SNOWFLAKE__CONNECTION__ROLE=...

Then, configure your MCP client (Claude Desktop, Cursor, Windsurf, etc.) with the following settings:

{
  "mcpServers": {
    "datahub": {
      "command": "<path-to-uvx>",  // e.g. "/Users/hsheth/.local/bin/uvx"
      "args": [
        "mcp-server-datahub",
      ],
      "env": {
        "DATAHUB_GMS_URL": "...",
        "DATAHUB_GMS_TOKEN": "...",
      }
    },
    "datahub-semantic-agent": {
      "command": "<path-to-uvx>",  // e.g. "/Users/hsheth/.local/bin/uvx"
      "args": [
        "datahub-semantic-agent",
      ],
      "env": {
        "DATAHUB_GMS_URL": "...",
        "DATAHUB_GMS_TOKEN": "...",
        "OPENAI_API_KEY": "sk-...",
        "SNOWFLAKE__CONNECTION__ACCOUNT_ID": "...",
        ...
      }
    }
  }
}

The DataHub MCP server must also be configured for the datahub-semantic-agent MCP server to work properly.

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.

datahub_semantic_agent-0.1.3-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86-64

datahub_semantic_agent-0.1.3-cp313-cp313-win32.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86

datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.3 MB view details)

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

datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.2 MB view details)

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

datahub_semantic_agent-0.1.3-cp313-cp313-macosx_11_0_arm64.whl (711.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

datahub_semantic_agent-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl (795.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

datahub_semantic_agent-0.1.3-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

datahub_semantic_agent-0.1.3-cp312-cp312-win32.whl (808.8 kB view details)

Uploaded CPython 3.12Windows x86

datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (847.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (781.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (837.2 kB view details)

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

datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (765.0 kB view details)

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

datahub_semantic_agent-0.1.3-cp312-cp312-macosx_11_0_arm64.whl (474.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

datahub_semantic_agent-0.1.3-cp312-cp312-macosx_10_13_x86_64.whl (531.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

datahub_semantic_agent-0.1.3-cp311-cp311-win_amd64.whl (555.8 kB view details)

Uploaded CPython 3.11Windows x86-64

datahub_semantic_agent-0.1.3-cp311-cp311-win32.whl (261.8 kB view details)

Uploaded CPython 3.11Windows x86

datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (407.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (379.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (402.2 kB view details)

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

datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (372.8 kB view details)

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

datahub_semantic_agent-0.1.3-cp311-cp311-macosx_11_0_arm64.whl (237.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

datahub_semantic_agent-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl (265.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3dbc13a86f34224414e15f160da4603867fbcf2022e9219c9b955cb32b4a023e
MD5 851017932b159852d77044d8cd9317ee
BLAKE2b-256 330859d20c79c262f424c703360aa47104778f43f4579ef3b377be44b46a6d2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 651bbf8aa44052fe7c05f1bca7bff1af69714a8eb2ac0e3c5c0ac1f18d607762
MD5 7b9642f6ed521254a998a5805dadba12
BLAKE2b-256 a9e13256450de23ac2bb2c520174e9d81b6832e74e9713cc05943562cf40daf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-win32.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9238962b02e7ccc64936ae7854cc62fd7f4ea6bc8f20ad067fe3ef724ed1ea73
MD5 2e5e04df98dc3d0988574a340c0f7780
BLAKE2b-256 8a908376259aa8605f1110699041e1ac34e4059fbf2f0cce3c29bff1693ef65d

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4874872d0135a601eb3db93f121d6d31e64822c52b2db2e60b2205cba9e5cbc1
MD5 1a321d2d99562f225821e510274050b4
BLAKE2b-256 a03604d48a758663809b9ee3adeadb4fe727339f231616663d7d63cfddd62640

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 496bf9efc6a0c9b0b2ea7bb159220351fcb2b8a825f998c58fd048b4624bb3e8
MD5 fbb558323c4f66f70cce04bb7f015798
BLAKE2b-256 12667cea044f89c634ae3128ad6bb9a24015a2baa1b2a3c0b621e9993aa4ef78

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24896ee33a3689a02aae8a947799ed174a4195785fd372de33ff95700f7ea21d
MD5 c5d90efc8760dc790521bcad62c56d8f
BLAKE2b-256 e30d311c83ba9bb817cd75b96f2ade589d978ec76da90fcb3bb2323f3e056166

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97bc4b52d6709f88492a73287f385d50d4e08c3e4fe3fd15674fc52a1d42ee9d
MD5 bb0c0cf3deab2fb5df7e80c0c133b64f
BLAKE2b-256 510ef763d27521fbdf5e22ff282d556f5d46e99eb800c441ac9a13adece03929

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f66713c55cff53060ca14b3d4801b9a13d82138c283008d349f9ff5029a3129e
MD5 d2b3b831e046983bb1474717956d3ae7
BLAKE2b-256 a5f391c4450e2abe6b9b720fb0767e2a05f341f499715349e945f007d7205952

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 33559d5d5dd84fd9197431438dd5e388e5e1419f3835ee7411a70da7ec22f621
MD5 c53c2ba5a4720995883c8c91dbd6ac1e
BLAKE2b-256 0d00a9f15fd3f91188432ea6c142b1e356af1989faf66a6282064b660ffa793c

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e63dbb271970cf41579d725bcdb3ffd7a5d0c7f2e419f7cc7f43d823a42c34f0
MD5 69f0a78022a9077b8644c369f31273b2
BLAKE2b-256 081359d47f23bc1b4936393b25227223dc28b16bae67a299ba2197bfb696c492

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-win32.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 398866eca096e232dba16b8e8788b57c1ebb52f285943aeaa50fad3865c829d7
MD5 15f8dc7a8badfb326c849154d9dd5059
BLAKE2b-256 2cd85359c176935f87f86cadfbbab79d5048538671b049ad4fae2389bbc210cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 505da814871264b76409f725fb5a312a60fe598cc05e76a0d262028dad51c285
MD5 badc9cd2e5ed0726c7ae2ea035e56b98
BLAKE2b-256 9b6fadf0520e4f18f1f7c135028ecb581dd03c4eb16fe184d39d08cbb2805444

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c194376a3f21a728a74ab2e196b98b761fe01ead7ed6730cda10fc8a337ea70
MD5 3df8b487ab421a7b4960c636ba3b083d
BLAKE2b-256 6368c701d9947a30f79c1cb84365ff087c956828ed178fcb4123c2f5476a4448

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4bd8802e78b38ccb30af114478630e17f571630418f9481ef98f4221567efdbc
MD5 86c3c8840a0424b3e8e186327c504fb3
BLAKE2b-256 d08f848a5ead48d5927219c8d1aafd241d059013f6615a570c78019bcb1dd678

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 574172149196bf6e324dc1b5a3f545e088e22f4cacda953ac0122b22670ea47a
MD5 e0e5db796d6b4ebdc95110d1c7364317
BLAKE2b-256 d645f335966718f9fd1f27b642e790c6db3fbd91d06842b920e438f839c755b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 24b37368bca9e242b74dccc566db32a8c9d8c265c86548292ad50acc5b985a46
MD5 cafdbc9de87e8e123867477231ae092e
BLAKE2b-256 c0253128160431a54791f08d84726d818546ca0823c638e135968b1c95991202

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a0e033087405b7eae91eda3f7a34b2587c747e0492ddd4a878164a48daf0b426
MD5 3d403d8a1f066335b1de529555f29eb3
BLAKE2b-256 6c1751ae9621f8b1e9dfd4cbba19e971c03ef0c810ad20baeba5968fe1f9b221

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 91268aa61c1b36c30d78dfea8b5825be21cdd4eae27f45d11daa5dfad50df8c0
MD5 256dca3b910b11cc5135fe4b30558da7
BLAKE2b-256 4d199e088e62052585010624a6683ea1c8c0253604591b086e71eb7b9bf6d4bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-win32.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a7db3050c421da1a930640a0fdff75c8dad03b3ce2fec4c9a28976e20652db01
MD5 5e7c1cdf21db70ffa05f08f985a02c02
BLAKE2b-256 e6c760270a42f5e2d6efa8ca8d394ef8ee1243400654d5ae996598a6ee64dae8

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e85df6df119f16211f265f5cbb42fca448d31fc5a066b7206eaac3c71a51cba
MD5 669a6023528eb86aa2483046377119d3
BLAKE2b-256 9596d062e342a112fe9ffb8278d77d6095c4054d1c36c183477cc7061e96045f

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4dccd06d9f2cd60615efaa0fa54793b3d0134cbe3a4dc90f2bace4f0ee30c52
MD5 0a743c8b2adfdf63c983d8dce5827ee2
BLAKE2b-256 edfcad525b418995cb4c30d1f2a0d00770f0f6fc816d2120a88f26d3a0000fbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 61ad68514f1729bf57c256e8d1ca8db75b8c2d85432ce6aa135242f7ce0a6705
MD5 c72b05785b29526711d046156ec49e75
BLAKE2b-256 62fe6fa4c6e968fd3ade444cefeb5630d3b6758d013e3af63b5b1523756e130b

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1919f7829dc8ca22cfdaebf9f21a174c15d221721ccff26e5d4ff664b2de021c
MD5 afcf2e09115f156b4a57bf71556912d7
BLAKE2b-256 125b8e80e451b39ba3b92890f972427d4e4c9b3533da589c1add54bdfee89aab

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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

File details

Details for the file datahub_semantic_agent-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for datahub_semantic_agent-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 77e8edbfb2e64f848c0d6ac69dd545bb00dbbeb1574e119027eb0055d1f06674
MD5 75fa6bde0112d7d7a369b447937981e6
BLAKE2b-256 6f78ac10dc435752f6890513aff25f8bce1eeca99d874f8f709282e2bbd6ef66

See more details on using hashes here.

Provenance

The following attestation bundles were made for datahub_semantic_agent-0.1.3-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on acryldata/datahub-semantic-agent

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