-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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: add columns back into SQL Lab to Explore Flow #22320
fix: add columns back into SQL Lab to Explore Flow #22320
Conversation
9456586
to
d89ffdf
Compare
Codecov Report
@@ Coverage Diff @@
## master #22320 +/- ##
=======================================
Coverage 66.85% 66.85%
=======================================
Files 1847 1847
Lines 70482 70482
Branches 7721 7721
=======================================
Hits 47120 47120
Misses 21362 21362
Partials 2000 2000
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
/testenv up |
@yousoph Ephemeral environment spinning up at http://54.191.121.186:8080. Credentials are |
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.
Looks great.. Can you write a test, too?
@eschutho of course! |
d89ffdf
to
2aebb07
Compare
2aebb07
to
cab248b
Compare
fcde51b
to
6c7a30e
Compare
6c7a30e
to
a1153a6
Compare
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Columns were lost when SQL lab was refactored in the last month, it is now its own separate prop, and we need to rebuild the query object when it is updated. This PR adds columns back to the query model so that when we open the save dataset modal that it is present.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2022-12-02.at.2.55.57.PM.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION