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 19 20class LRSEnvVarIsNotSetError(Exception): """Exception raised when env var is missing in LRS container."""