Thanks ! however if the only documented option is to use Workspace Files API then probably have to adjust code accordingly. FYI We're using Workspace/code/ as part of CI/CD process - code and configs as well are landed into subdirectory by pipeline...
We have similar issue with accessing Workspace files exactly in DBR 18.1 ( previous DBR 17.xx have worked even with relative paths OK ). import yaml
import os
def settings():
try:
script_dir = os.path.dirname(os.path.abspath(__file__))
...