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

[#3940] Use flags.PROFILES_DIR in a few more places #3943

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

gshank
Copy link
Contributor

@gshank gshank commented Sep 23, 2021

resolves #3940

Description

There were a few places that were not using flags.PROFILES_DIR and were still using args.profiles_dir. The test infrastructure relied on the profiles_dir attribute in the args structure. This fixes the remaining args.profiles_dir in core code and modifies some of the test utilities to use flags.PROFILES_DIR.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

@gshank gshank merged commit c437077 into develop Sep 23, 2021
@gshank gshank deleted the fix_flags_profiles_dir branch September 23, 2021 17:51
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.

Bug in use of flags.PROFILES_DIR
2 participants