Skip to content

datarobot_genai.drmcp.core.lineage.enums

enums

LRSEnvVarIsNotSetError

Bases: Exception

Exception raised when env var is missing in LRS container.

Source code in datarobot_genai/drmcp/core/lineage/enums.py
class LRSEnvVarIsNotSetError(Exception):
    """Exception raised when env var is missing in LRS container."""