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

Make default project paths, init project consistent #4007

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

emmyoop
Copy link
Member

@emmyoop emmyoop commented Oct 5, 2021

resolves #2659

Description

Update the default project paths to be analysis-paths = ['analyses'] and test-paths = ['tests]. Also have starter project set analysis-paths: ['analyses'] from now on.

Update tests to reflect these changes.

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.

@cla-bot cla-bot bot added the cla:yes label Oct 5, 2021
Update the default project paths to be `analysis-paths = ['analyses']` and `test-paths = ['tests]`. Also have starter project set `analysis-paths: ['analyses']` from now on.
@emmyoop emmyoop force-pushed the er/2659-update-paths branch from 4853979 to 9c313cc Compare October 5, 2021 19:19
@emmyoop emmyoop merged commit 6fc64f0 into develop Oct 6, 2021
@emmyoop emmyoop deleted the er/2659-update-paths branch October 6, 2021 12:02
iknox-fa pushed a commit that referenced this pull request Feb 8, 2022
Update the default project paths to be `analysis-paths = ['analyses']` and `test-paths = ['tests]`. Also have starter project set `analysis-paths: ['analyses']` from now on.  Fixed all associated tests.

automatic commit by git-black, original commits:
  6fc64f0
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.

Make default test-paths and analysis-paths configs consistent
2 participants