any updates on being able to remote a custom workspace error handler if you are not in EE but still
any updates on being able to remote a custom workspace error handler if you are not in EE but still have a script selected
update workspace_settings set error_handler = nullservice_user. The service_user only has access to two folders. The script being executed imports from resources and works fine when I run it as myself. But when service_user runs it the script fails with a Python import error where the script is apparently unable to import the module from the resources folder. I thought this would work. Do I need to grant service_user recursive accesss to all the dependencies of the script too?tools/my_script and it depended on resources/mongodb_wrapper (which is not just a connection but a wrapper lib). So I assumed that granting the user access to tools/my_script would be sufficient as that appears to be how Apps work. And I think I would really like if scripts worked that way too as it's really hard to have to remember to grant access to all the recursive dependencies of the script.docker login to pull windmill images. maybe you were logged in somewhere else and just needed to logout?


update workspace_settings set error_handler = nullservice_userservice_userservice_userservice_userresourcesresourcestools/my_scripttools/my_scriptresources/mongodb_wrapper