Skip to main content
Domino automatically injects the following environment variables whenever it runs your code as part of the context of your run. Using these variables, you can create artifacts or results, such as a report mentioning the run number. Default variables are not available to use in the Model Manager.
VariableDescription
AWS_SHARED_CREDENTIALS_FILEPath to your AWS credential file to connect to additional AWS resources (for example, S3, Redshift).
DOMINO_API_HOSTUse this to use the Domino API to access another project.
DOMINO_ARTIFACTS_DIRDirectory where Artifacts files system is accessed.
DOMINO_DATASETS_DIRDirectory where Datasets are accessed.
DOMINO_GROUPValue of the default Linux group name in the container, i.e. ubuntu.
DOMINO_GROUP_IDValue of default Linux group ID in the container, i.e. 12574.
DOMINO_HARDWARE_TIER_IDHardware tier the current run is executing on (new in v1.42).
DOMINO_IMPORTED_ARTIFACTS_DIRDirectory where imported Artifacts file systems are accessed.
DOMINO_IMPORTED_CODE_DIRDirectory where imported code repositories are accessed.
DOMINO_IMPORTED_DATA_DIRDirectory where imported Datasets are accessed.
DOMINO_IS_GIT_BASEDBoolean value indicating if the Project is Git-based.
DOMINO_IS_LOCAL_DATA_PLANEBoolean value indicating if Datasets are associated with a local data plane.
DOMINO_IS_WORKFLOW_JOBBoolean value indicating if the job was orchestrated via a Flow.
DOMINO_NODE_IPThe compute node IP.
DOMINO_NODE_NAMEName of the compute node.
DOMINO_PROJECT_IDProject ID of the current project.
DOMINO_PROJECT_NAMEName of the running project.
DOMINO_PROJECT_OWNERUsername of the owner of the running project.
DOMINO_RUN_IDRun ID of the current run.
DOMINO_RUN_NUMBERRun number of the current run.
DOMINO_STARTING_USERNAMEUsername of the user who began the run (new in v1.43).
DOMINO_TOKEN_FILENo longer exists as an environment variable. Instead, Use a Token for Authentication.
DOMINO_TRAINING_SET_PATHDirectory where Domino Model Monitoring training sets are accessed.
DOMINO_USERValue of the default Linux username in the container, i.e. ubuntu.
DOMINO_USER_API_KEYThis variable is sunsetting; use the API Proxy for Domino API authentication instead.
DOMINO_USER_IDValue of the default Linux user ID in the container, i.e. 12674.
DOMINO_USER_NAMEDomino Username of the person running the Workspace/Job.
DOMINO_WORKING_DIRWorking directory for the running project.

Next steps