Skip profile validation when not necessary #947
Labels
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
When running
dbt deps
, dbt will first call the profile validation code. As dbt deps does not actually use the profile for anything, it should not actually need to validate the profile, or even check if one exists. Other commands such asdbt clean
can benefit from this as well.Example use case:
Calling
dbt deps
as part of docker build, at which point the environment variables are not yet set (they are only set at runtime)The text was updated successfully, but these errors were encountered: