- Newest
- Most votes
- Most comments
I faced the same issue on MacOS Ventura with NoSQL Workbench: Version 3.4.0 (3.4.0). I couldn't find a way to allow the app to open the script in the default Terminal. I found a work around though, if you use iTerm, you can set that as your default to open scripts. Hope that helps!
Thanks! I doubted it was the problem though, since I code in Neovim in the MacOS Terminal all day. :)
But, I checked, and Terminal already has access to all the directories. I also giving the Terminal full disk access and that didn't work either. Doing the same with NoSQL Workbench didn't make any difference either.
From an app design point of view, shelling out commands doesn't sound like the ideal way to do things.
You may need to grant Terminal permission to access Documents in System Preferences > Security & Privacy > Files and Folders. Alternatively, you can give Terminal Full Disk Access in the same pref pane. DynamoDB Local is .jar file and NoSQL Workbench starts it by invoking a shell command.
Relevant content
- AWS OFFICIALUpdated 6 months ago
