A Python library for sending custom telemetry data (e.g., logs, spans, metrics) to Snowflake. Current version 0.8.0, compatible with Python 3.9-3.14. Under active development by Snowflake.
pip install snowflake-telemetry-pythonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Telemetry object with Snowflake credentials and log an event.
Update imports to 'from snowflake.telemetry import ...' and adjust method calls.
Always set connection parameters via constructor or configuration file.
Use OpenTelemetry instruments for metrics instead.