General Discussion
Sort by:
291 - 300 of
965
291 - 300 of
96530
Hi,
The "Python process is running remotely, direct access to folder is not possible" error occurs because the job that executes your code recipe runs containerized, and it therefore does not have direct filesystem access to the DSS machine.
Whenever possible, it is advisable to use the get_download_stream() method to read a file from a folder, rather than get_path(). While get_path() will only work for a local folder (i.e. a folder hosted on the filesystem, when the job is not running in a container), get_download_stream() works regardless of how the job is executed or where the folder contents are stored. This is described further here in our product documentation.
In the shared code tutorial we use get_path to simplify matters, since we're making the assumption both the code env and the managed folder are local.
Hi,
You can globally affect notifications under Administration > Settings > Notifications & Integrations:
From your User profile settings you can also disable instant notifications at a per user level:
This website uses cookies. By clicking OK, you consent to the use of cookies. Read our cookie policy.
AcceptReject