-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Bumping artifact versions for v1 #4191
Conversation
CHANGELOG.md
Outdated
### Fixes | ||
- Changes unit tests using `assertRaisesRegexp` to `assertRaisesRegex` | ||
|
||
### Under the hood | ||
Bump artifact schema versions for 1.0.0 |
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.
Could we include a brief overview of what structurally changed in manifest
, run-results
, + sources
? For easy reference by users, and by me when I go to update docs.getdbt.com
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.
Oh sorry you asked for a brief description and not just what version was bumped...
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.
yeah! I have a sense it's very small things that changed
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.
There are more changes than would make sense to write down but I listed the big ones. The small ones are some places we changed int
to float
but I listed renames and bigger things like that
* Bumping artifact versions for v1 * Adding schema in Changelog * Update CHANGELOG.md * Update changelog entry Co-authored-by: Jeremy Cohen <jeremy@dbtlabs.com> automatic commit by git-black, original commits: 95d087b
Description
Before releasing the v1.0.0RC1, we need to bump our schema versions for changes that were made
Related PR for schema bump: dbt-labs/schemas.getdbt.com#6
Checklist
CHANGELOG.md
and added information about my change