snowflake-telemetry-python

Snowflake Telemetry for Python


Keywords
Snowflake, db, database, cloud, analytics, warehouse
License
Apache-2.0
Install
pip install snowflake-telemetry-python==0.4.0

Documentation

Snowflake Telemetry Python

Build and Test License Apache-2.0

About

snowflake-telemetry-python is a package that supports emitting telemetry data from Python UDFs, UDTFs, and Stored Procedures.

The package is a stub for the full functionality when running in Snowflake.

Getting started

To install this package, run

$ git clone git@github.com:snowflakedb/snowflake-telemetry-python.git
$ cd snowflake-telemetry-python

$ python3 -m venv venv
$ source venv/bin/activate
$ pip install --upgrade pip
$ pip install .