Skip to content

trulens.connectors.snowflake.otel_exporter

trulens.connectors.snowflake.otel_exporter

Classes

TruLensSnowflakeSpanExporter

Bases: SpanExporter

Implementation of SpanExporter that flushes the spans in the TruLens session to a Snowflake Stage.

Attributes
enabled instance-attribute
enabled: bool = True

Whether the exporter is enabled.

connector instance-attribute
connector: SnowflakeConnector = connector

The database connector used to export the spans.

Functions