Add plugin option "use project dir for profiles"
See original GitHub issueIf you work with many DBT projects on different envs/machines it is much more convenient to keep profiles.yml
file in each project folder. However the extension doesn’t support this kind of configuration (or I can’t find that option at least).
Is there any chance to add plugin settings like “use project dir for profiles” and if this option has been chosen then plugin will be adding smth. like --profiles-dir $PWD
to any DBT command from its scope to show models, dependencies, to run models etc.?
Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Introduction to build profiles - Apache Maven
The <properties> section allows you to specify free-form key-value pairs which will be included in the interpolation process for the POM. This allows...
Read more >How to Make a Staff Directory in WordPress (with Employee ...
Step by step guide on how to create a staff directory in WordPress with employee profiles using a free WordPress team directory plugin....
Read more >How to add directory to classpath in an application run profile ...
Open Settings · Under project Settings, select "project settings (1)" · On the left, select "modules" · Select the desired module · Select...
Read more >Configure profiles | IntelliJ IDEA Documentation - JetBrains
Share a profile stored in IDE ; From the main menu, select File | New Projects Setup | Settings/Preferences for New Projects, and...
Read more >Profile your build - Android Developers
Using the Gradle --profile option. Larger projects ... Run: gradle-profiler --benchmark --project-dir <root-project> :app:assembleDebug.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Doesn’t work for me. I’ve added
"dbt.profilesDirOverride": "."
, but extension still can’t find theprofiles.yml
I have a similar issue where dbt.profilesDirOverride does not seem to resolve relative paths. It is able to resolve absolute paths but this can be an issue when you plan on sharing the workspace settings with a team