cube
cube copied to clipboard
draft(cubesql): Temp Tables
Check List
- [x] Tests has been run in packages where changes made if available
- [x] Linter has been run for changed code
- [ ] Tests for the changes have been added if not covered yet
- [ ] Docs have been added / updated if required
Description of Changes Made
This PR adds support for temporary tables, allowing queries of form:
-
CREATE TEMPORARY TABLE tblname AS SELECT ... -
SELECT ... INTO TEMPORARY TABLE tblname FROM... -
DROP TABLE ...
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Ignored Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| examples-angular-dashboard | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm | |
| examples-react-d3 | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm | |
| examples-react-dashboard | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm | |
| examples-react-data-table | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm | |
| examples-react-highcharts | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm | |
| examples-react-material-ui | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm | |
| examples-react-pivot-table | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm | |
| examples-vue-query-builder | ⬜️ Ignored (Inspect) | Visit Preview | Feb 23, 2024 5:38pm |
Codecov Report
Attention: Patch coverage is 79.34783% with 38 lines in your changes are missing coverage. Please review.
Project coverage is 67.90%. Comparing base (
c013c91) to head (c93cd27).
Additional details and impacted files
@@ Coverage Diff @@
## master #7757 +/- ##
==========================================
+ Coverage 67.88% 67.90% +0.01%
==========================================
Files 345 346 +1
Lines 58124 58288 +164
Branches 5394 5394
==========================================
+ Hits 39459 39581 +122
- Misses 17918 17960 +42
Partials 747 747
| Flag | Coverage Δ | |
|---|---|---|
| cube-backend | 47.95% <ø> (ø) |
|
| cubesql | 79.11% <79.34%> (-0.03%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.