-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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: Update nav bar with new data information architecture for SQL Lab + SQL #21245
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21245 +/- ##
===========================================
- Coverage 66.45% 55.18% -11.27%
===========================================
Files 1789 1790 +1
Lines 68296 68415 +119
Branches 7275 7287 +12
===========================================
- Hits 45387 37757 -7630
- Misses 21034 28782 +7748
- Partials 1875 1876 +1
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://35.164.66.14:8080. Credentials are |
Is this changing the UI? Can you add a summary and screenshots as well if it's the case? |
6f020de
to
ffd16c9
Compare
ffd16c9
to
22972cf
Compare
fcec9dd
to
771b40a
Compare
/testenv up |
@hughhhh Ephemeral environment spinning up at http://52.25.211.220: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.
LGTM!
href="/superset/sqllab/", | ||
category_icon="fa-flask", | ||
icon="fa-flask", | ||
category="SQL Lab", | ||
category_label=__("SQL Lab"), | ||
category_label=__("SQL"), |
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.
is this currently using the menu permissions or the can sql lab permissions?
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.
it's using the menu permissions for Sql Lab,
/testenv up |
@hughhhh Ephemeral environment spinning up at http://54.186.164.86: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.
can you include your change on #21297 into this PR?
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Updating the data information architecture for the nav bar to match the new designs from product. Mostly renaming SQL LAB -> SQL + SQL Editor to SQL LAB. This PR doesn't change the underlying permissions but does, update the labels and layout there will be a follow up PR once for renaming once we are getting closer to 3.0 cut
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION