rinchinov / ij-dbt-plugin

intelllij Idea plugin for DBT
https://plugins.jetbrains.com/plugin/23789-dbt
GNU General Public License v3.0
14 stars 1 forks source link

Pugin Fails with Permission denied #43

Closed Rybosyme closed 5 months ago

Rybosyme commented 5 months ago

I'm running into these errors: Caught an exception: Cannot run program "/Users/username/PycharmProjects/dbt": error=13, Permission denied

kotlin.Unit com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'Cannot': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (String)"Cannot run program "/Users/username/PycharmProjects/dbt" (in directory "/Users/username/PycharmProjects/dbt"): error=13, Permission denied"; line: 1, column: 7] kotlin.Unit

Any idea how to allow access to the project folder?

rinchinov commented 5 months ago

Hi! did you solved this issue?