-
Notifications
You must be signed in to change notification settings - Fork 348
feat: Add MVs to Demo Traces source config #1562
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Review✅ No critical issues found. Minor observations:
The fix correctly handles dynamic column names from materialized views and follows existing patterns in the codebase (similar usage in |
E2E Test Results✅ All tests passed • 56 passed • 4 skipped • 715s
Tests ran across 4 shards in parallel. |
dfdee22 to
5b86da3
Compare
brandon-pereira
left a comment
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.
Wicked! 🐎
Summary
This PR adds MV configurations to the play environment, and backports a materialized view fix from EE to this repo.