EBS_NAMESPACE_ID | SideApp, Function, Trigger | The ID of the Namespace where the node's container runs | Generated automatically as alphanumeric string of 16 characters like 12ad92b1c3fcbccd . It is displayed on the right side of the screen when no node is selected on Canvas. |
EBS_WORKSPACE_ID | SideApp, Function, Trigger | The ID of the Workspace where the node's container runs | Set arbitrarily from the Canvas like ws01 . |
EBS_LAYERID | Function | The layer ID in Trigger-Pipeline connected to layered Entity | Can be specified arbitrarily by attaching layerid as a parameter in the format layer={id} such as 001 . |
EBS_COMPONENT_ID | SideApp, Function, Trigger | Value connecting Workspace ID and the corresponding node ID with a hyphen | Can be set arbitrarily on Canvas. For example, if the Workspace ID is ws01 and the node ID is streamlit , this environment variable's value will be ws01-streamlit . |
EBS_COMPONENT_TYPE | SideApp, Function, Trigger | Type of the node | For SideApp it will be sideapp , for Function in Pipeline it will be pipeline , for Trigger it will be trigger . |
EBS_ENVIRONMENT | SideApp, Function, Trigger | Value to distinguish between the exaBase Studio environment and others | Automatically set to true in the exaBase Studio environment. |
EBS_STORAGE_MOUNTPOINT | SideApp, Function, Trigger | The root path where information about storage is stored. This is an internal variable and is not intended for user application. | Fixed value path will be set. |