-
Notifications
You must be signed in to change notification settings - Fork 2k
fix: Stop generating incorrectly-named Rev Analytics views #39902
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
fix: Stop generating incorrectly-named Rev Analytics views #39902
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.
7 files reviewed, no comments
|
Not sure if this comment makes sense* but I still see some |
|
@jabahamondes It makes sense! Let me get rid of those too |
|
@jabahamondes ready for another review, ty! |
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.
LGTM!
I introduced these `no_something` for assertion purposes but they ended up in the generated view names, let's fix that
We don't need to do that step twice, just reuse the prefix
These will soon all go away anyway because we'll not be creating virtual revenue analytics functions anymore
0f18096 to
08d36d5
Compare
I introduced these
no_somethingfor assertion purposes, but they ended up in the generated view names, let's fix that