-
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
feat: Creating dataset/add route #20869
feat: Creating dataset/add route #20869
Conversation
21848ca
to
a054648
Compare
Codecov Report
@@ Coverage Diff @@
## master #20869 +/- ##
==========================================
+ Coverage 66.32% 67.14% +0.81%
==========================================
Files 1756 1768 +12
Lines 66767 72083 +5316
Branches 7060 7898 +838
==========================================
+ Hits 44286 48400 +4114
- Misses 20683 21714 +1031
- Partials 1798 1969 +171
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. |
a054648
to
3c99d73
Compare
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.
Great foundations!
superset-frontend/src/views/CRUD/data/dataset/DatasetEditor/DatasetPanel/DatasetPanel.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/views/CRUD/data/dataset/DatasetEditor/index.tsx
Outdated
Show resolved
Hide resolved
36cbb2f
to
edf1085
Compare
|
||
@expose("/add/") | ||
@has_access | ||
@permission_name("read") |
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.
what sort of permissions does this map to? Who has permission to read this page? Wouldn't this be edit?
/testenv up |
@eschutho Ephemeral environment spinning up at http://54.188.25.138:8080. Credentials are |
edf1085
to
f4674da
Compare
f4674da
to
3d69718
Compare
superset-frontend/src/views/CRUD/data/dataset/DatasetPage/RightPanel/index.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/src/views/CRUD/data/dataset/DatasetPage/index.tsx
Outdated
Show resolved
Hide resolved
…x.tsx Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
…tPanel/index.tsx Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This PR creates the groundwork for a new dataset editor that is going to be rolled out in the next couple of weeks. Currently it is gated behind the 'testing' query parameter, if this is not present users will be redirected to the welcome page.
Also created are very basic level components that will be populated as the feature gets more filled out, but are currently empty. Each component is in its own folder which will have the component + testing in it.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION