Skip to content

trulens.core.dao.run

trulens.core.dao.run

Classes

RunDaoBase

Bases: ABC

Abstract base class for Run data access objects.

Defines the interface that both the OSS (SQLAlchemy-backed) and Snowflake implementations must satisfy so that Run and App can work identically regardless of backend.