rinchinov / ij-dbt-plugin

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

Fix loading profile name instead of project name #50

Closed joshuataylor closed 3 months ago

joshuataylor commented 3 months ago

If your project name is foo and your profile name is something else (bar), and you don't have it in profiles.yml, the plugin fails to launch.

name: "foo"
profile: "bar"