skillfed

snowflake-telemetry-python

Snowflake Telemetry for Python

snowflake-telemetry-python v0.8.0 115.2K downloads/30d#12,265 on PyPI15
Permissive license Active released

What it is and what it does

Snowflake Telemetry Python is a bridge between Python code running inside Snowflake's compute environment and the OpenTelemetry observability standard. It lets you instrument UDFs, UDTFs, and Stored Procedures to emit structured telemetry—traces, metrics, or logs—using the opentelemetry-api and opentelemetry-sdk. The package handles the integration details so you can focus on adding observability to your Snowflake workloads.

This is primarily useful for teams running data processing or business logic inside Snowflake who need visibility into execution, performance, or errors. It's not a general-purpose telemetry library; it's purpose-built for Snowflake's Python execution context. The package is actively maintained and supports modern Python versions (3.9 through 3.14).

Use it for:

  • Trace execution flow and timing of complex UDFs to identify performance bottlenecks in data transformations.
  • Emit structured logs from Stored Procedures to correlate with external monitoring systems.
  • Monitor error rates and exceptions in UDTFs processing large datasets within Snowflake.
  • Export telemetry to external observability platforms for centralized visibility into Snowflake workloads.
  • Debug data quality issues by instrumenting UDFs with detailed span attributes and events.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Emits telemetry data from Python UDFs, UDTFs, and Stored Procedures running in Snowflake, using the OpenTelemetry API and SDK.

Yes, if you run Python UDFs, UDTFs, or Stored Procedures in Snowflake and need observability. The package is actively maintained, has low install friction, permissive licensing, and no known vulnerabilities. Install only if you're already using Snowflake's Python compute—it has no value outside that context.

Install

snowflake-telemetry-python on PyPI

pip

pip install snowflake-telemetry-python

uv

uv add snowflake-telemetry-python

poetry

poetry add snowflake-telemetry-python

Installing snowflake-telemetry-python

Before you install

Low install friction with a pure-Python wheel distribution. Actively maintained with a recent release; last commit on 2026-04-08. Depends on opentelemetry-api and opentelemetry-sdk, both standard observability libraries.

License in practice

Licensed under Apache Software License (permissive), which allows commercial and private use with minimal restrictions.

Quickstart

pip install snowflake-telemetry-python

from snowflake.telemetry import get_tracer

tracer = get_tracer(__name__)
with tracer.start_as_current_span("operation") as span:
    # Your UDF/UDTF/Stored Procedure code here
    pass

Requires Python 3.9 or later (supports 3.9 through 3.14). Designed to run within Snowflake's Python execution environment for UDFs, UDTFs, and Stored Procedures.

Verify before relying

  • Whether telemetry data is automatically exported to Snowflake's backend or requires manual configuration of an exporter.
  • What telemetry signal types (traces, metrics, logs) are supported by this package.
  • Performance overhead of instrumentation in production workloads.
  • Compatibility with Snowflake's specific Python runtime versions and isolation model.

Package facts

License not declared (permissive)
Python support supports the current Python release (<3.15,>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 2 — opentelemetry-api, opentelemetry-sdk
Maintenance actively maintained — 128 days since the last release
Last repo commit
First released
Downloads 115,210/month — #12,265 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: snowflake_telemetry_python-0.8.0-py3-none-any.whl

Keywords: Snowflake, db, database, cloud, analytics, warehouse

Development Status :: 1 - PlanningEnvironment :: ConsoleEnvironment :: Other EnvironmentIntended Audience :: DevelopersIntended Audience :: EducationIntended Audience :: Information TechnologyIntended Audience :: System AdministratorsLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: SQLTopic :: DatabaseTopic :: Scientific/Engineering :: Information AnalysisTopic :: Software DevelopmentTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Application FrameworksTopic :: Software Development :: Libraries :: Python Modules

Tags

snowflake telemetry pythonsnowflake udf tracingopentelemetry snowflakesnowflake stored procedure monitoringsnowflake python observabilitysnowflake udf loggingsnowflake telemetry export
observabilitysnowflakeopentelemetry

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-logging

Integrates Python's standard logging module…

permissive · top 1,000 on PyPI

opentelemetry-proto

Provides generated protobuf message classes for…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-sqlalchemy

Adds distributed tracing to SQLAlchemy database…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-dbapi

Adds automatic tracing and observability…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-flask

Adds distributed tracing to Flask web…

permissive · top 1,000 on PyPI

snowflake-cli

Snowflake CLI is a command-line tool for…

permissive · top 5,000 on PyPI

splunk-opentelemetry

Automatically instruments Python applications…

permissive · top 15,000 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-common

Provides Protobuf encoding utilities for…

permissive · top 1,000 on PyPI