-
Notifications
You must be signed in to change notification settings - Fork 252
docs: Fix default values in documentation #2092
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well spot, @dnskr , it makes sense to change those values based on the dbt documentation:
- https://docs.getdbt.com/reference/project-configs/snapshot-paths
- https://docs.getdbt.com/reference/project-configs/model-paths
- https://docs.getdbt.com/reference/project-configs/seed-paths
Since we implemented this feature, dbt now supports a list of paths instead of a single path.
Since this would be a breaking change, I've logged a ticket (#2100) for Cosmos 2.0 so we support a list of paths instead of single path.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2092 +/- ##
=======================================
Coverage 97.81% 97.81%
=======================================
Files 92 92
Lines 5951 5951
=======================================
Hits 5821 5821
Misses 130 130 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for sunny-pastelito-5ecb04 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
0d087f1 to
2f3fa07
Compare
Description
The PR fixes default values in the documentation for
models_relative_path,seeds_relative_pathandsnapshots_relative_path.Current values are taken from:
astronomer-cosmos/cosmos/config.py
Lines 166 to 168 in 975ebae
Before changes:

After changes:

Breaking Change?
No
Checklist