-
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
CT 1443 remove root path #6172
CT 1443 remove root path #6172
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. |
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.
A few schema comments
schemas/dbt/run-results/v4.json
Outdated
@@ -37,12 +37,12 @@ | |||
}, | |||
"dbt_version": { | |||
"type": "string", | |||
"default": "1.2.0a1" | |||
"default": "1.4.0a1" |
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.
It looks like only the default and description fields are changing. Do we really need to commit this?
schemas/dbt/manifest/v7.json
Outdated
"root_path": { | ||
"type": "string" | ||
}, |
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.
Do we need to bump the schema to v8 instead of modifying?
a5a4aa4
to
849523c
Compare
Yes, we did need to bump the schema to v8. Have done that work. |
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.
The run-results schema is just updating defaults and descriptions so run-results/v4.json
should be removed from the PR.
Yeah, I've removed that run-results file a couple of times and then I run the script again... Gone now, I hope. |
f178fab
to
d83c734
Compare
resolves #6171
Description
As part of cleanup for the structured logging effort, remove the 'root_path' field from most nodes.
Checklist
changie new
to create a changelog entry