I've been running a notebook using files-in-repo. Previously this has worked fine. I'm unsure what's changed (I was testing integration with DCS on older runtimes, but don't think I made any persistent changes)--but now it's throwing an error (always a variant of "Operation not permitted" or "PermissionError'). I'm unable to access a requirements.txt file or load modules in my repo.
As an example, I'll use the databrick files-in-repo notebook. Loading a module:
Loading a requirements.txt:
Some other information:
- Running on a single-node cluster with DBR 12.0 and no DCS
- Files-in-Repo is enabled for DBR 8.4+
- The Python PWD is my repository path, and the and os path include my repository path.
I'm new to DB; is there something obvious I'm overlooking here?