forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[WIP] Visualize after running Ctas query (#4) #6
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bkyryliuk
force-pushed
the
bogdan/cta_viz
branch
5 times, most recently
from
March 24, 2020 18:14
fa4e76f
to
21b010c
Compare
Codecov Report
@@ Coverage Diff @@
## master #6 +/- ##
=======================================
Coverage 58.81% 58.81%
=======================================
Files 379 379
Lines 12209 12209
Branches 3007 3007
=======================================
Hits 7181 7181
Misses 4848 4848
Partials 180 180 Continue to review full report at Codecov.
|
bkyryliuk
force-pushed
the
bogdan/cta_viz
branch
7 times, most recently
from
March 27, 2020 23:50
8af8ccf
to
1484bb4
Compare
* Visualize after running Ctas query. Stub for table viz Work on the viz Add JS functionality for Ctas viz Add test for the table viz flow Fix test Add js test for the ctas viz * Fix tests
bkyryliuk
force-pushed
the
bogdan/cta_viz
branch
2 times, most recently
from
April 10, 2020 17:05
d8cd1c2
to
720fb22
Compare
bkyryliuk
force-pushed
the
bogdan/cta_viz
branch
from
April 10, 2020 17:28
720fb22
to
1e8443a
Compare
bkyryliuk
force-pushed
the
master
branch
2 times, most recently
from
April 16, 2020 17:09
fb0a0d3
to
7b11b44
Compare
12 tasks
bkyryliuk
added a commit
that referenced
this pull request
Apr 16, 2020
…#6) * Create additional endpoint that vizualized the new table * Unit tests * Use proper schema depending on the engine
bkyryliuk
added a commit
that referenced
this pull request
May 13, 2020
…#6) * Create additional endpoint that vizualized the new table * Unit tests * Use proper schema depending on the engine
bkyryliuk
added a commit
that referenced
this pull request
Jun 23, 2020
…#6) * Create additional endpoint that vizualized the new table * Unit tests * Use proper schema depending on the engine
bkyryliuk
added a commit
that referenced
this pull request
Jun 25, 2020
…#6) * Create additional endpoint that vizualized the new table * Unit tests * Use proper schema depending on the engine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stub for table viz
Work on the viz
Add JS functionality for Ctas viz
Add test for the table viz flow
Fix test
Add js test for the ctas viz
CATEGORY
Choose one
SUMMARY
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TEST PLAN
ADDITIONAL INFORMATION
REVIEWERS