Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow "dbt debug" from subdirectories (#2086) #2094

Merged
merged 1 commit into from
Feb 6, 2020

Conversation

beckjake
Copy link
Contributor

@beckjake beckjake commented Feb 4, 2020

Fixes #2086

When you run dbt debug from a subdirectory, it finds dbt_project.yml and therefore is able to find a profile name, and parse your profile.
When dbt_project.yml is missing, fail more gracefully.
When dbt_project.yml is missing and no profile is provided:

  • read everything in profiles.yml
  • validate the default target for each profile
  • print no connection info
  • mark profiles.yml as valid if all default targets were valid

@cla-bot cla-bot bot added the cla:yes label Feb 4, 2020
When dbt_project.yml is missing, fail more gracefully
When dbt_project.yml is missing and no profile is provided, validate all profiles:
 - read everything in profiles.yml
 - validate the default target for each profile
 - print no connection info
 - mark profiles.yml as valid
Copy link
Contributor

@drewbanin drewbanin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@beckjake beckjake merged commit 032d77d into dev/barbara-gittings Feb 6, 2020
@beckjake beckjake deleted the fix/debug-from-subdir branch February 6, 2020 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dbt debug cannot find a profile when in a subdirectory
2 participants