-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(analytics): Add nullable field description to analytics table #1954
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.
Nice work, let's see what CI thinks :)
The commit doesn't look like conventional commits yet, but otherwise LGTM!
eccd4f0
to
0e36039
Compare
Head branch was pushed to by a user without write access
Running pytest in parallel causes the issue. As you pointed out last time, running them with |
70571b3
to
a265654
Compare
a265654
to
f5b20a9
Compare
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.
Some minor cleanup required, otherwise LGTM
|
||
snapshot.assert_match(result.data) | ||
assert result.data["saveAnalyticsTable"]["analyticsTable"] | ||
print(result.data) |
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.
Print should be removed in "production" code
Implements #1953