Closed
Description
Tell us about the problem you're trying to solve
As follow up to #4721, do proper yaml parsing/extract to be used in
Describe the solution you’d like
we should write (a python?) script that uses a yaml parser to load the dbt_project.yml
file and output the name of the profile being used, something like: load yaml file; print(config.get("profile"))
it would be more robust