-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
replace dbt/common with dbt-common #9342
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #9342 +/- ##
==========================================
+ Coverage 86.65% 87.08% +0.43%
==========================================
Files 230 184 -46
Lines 27060 23937 -3123
==========================================
- Hits 23448 20846 -2602
+ Misses 3612 3091 -521
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
"colorama>=0.3.9,<0.5", | ||
"pathspec>=0.9,<0.12", | ||
"isodate>=0.6,<0.7", | ||
# ---- |
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.
colorama
and isodate
moved to dbt-common
!
* tried blinding cutting out all logbook dependency related bits * cleanup * changelog * remove import * remove unused import
9k lines deleted, niiiiice ❤️ |
resolves #9357
Problem
The contents of dbt/common are being moved to dbt-common, so we can now delete dbt/common and its associated tests/dependencies!
Solution
Checklist