-
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
Misc fixes for group info in logging #11218
base: main
Are you sure you want to change the base?
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11218 +/- ##
==========================================
- Coverage 88.92% 86.19% -2.73%
==========================================
Files 187 187
Lines 24041 24049 +8
==========================================
- Hits 21378 20729 -649
- Misses 2663 3320 +657
Flags with carried forward coverage won't be shown. Click here to find out more.
|
assert group_data["name"] == "my_group_with_multiple_emails" | ||
assert group_data["owner"] == { | ||
"name": "my_name", | ||
"email": "['my.email@gmail.com', 'my.second.email@gmail.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.
@rviswanathan-dbt Please check this format, thanks!
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.
Other than the changelog nit, this looks good to me once orc confirms the format.
Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
Solution
Misc. fixes for group info in logging:
LogSnapshotResult
,LogSeedResult
,SkippingDetails
,LogSkipBecauseError
Checklist