In some components you can specify file URL attribute as a reference to some resource on the file system. Also external metadata, lookup or DB connection definition is specified as reference to some file on the filesystem. With CloverETL Server there are more ways how to specify this relation.
Relative path
All relative paths in your graphs are considered as relative paths to the root of the same sandbox which contains graph file.
SANDBOX_* placeholders
It is possible to use placeholders for paths to another sandboxes. Placeholder is constructed from sandbox ID with "SANDBOX_" prefix. I.e. placeholder for default sandbox is: SANDBOX_default and you can use it in graph XML like this: ${SANDBOX_default}. Placeholder is replaced by path to the sandbox's root path during graph preprocessing. These absolute local filesystem paths won't work in cluster environment! It is recommended to use sandbox URL instead.
sandbox:// URLs
Sandbox URL allows user to reference the resource from different sandboxes with standalone CloverETL Server or the cluster. In cluster environment, CloverETL Server transparently manages remote streaming if the resource is accessible only on some specific cluster node.
See Using a Sandbox Resource as a Component Data Source for details about the sandbox URLs.