-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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: Changing Dataset names #16199
feat: Changing Dataset names #16199
Conversation
bbef29f
to
a4d5411
Compare
a4d5411
to
4868327
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.
Looks great
4868327
to
3306411
Compare
3306411
to
7d6b806
Compare
Codecov Report
@@ Coverage Diff @@
## master #16199 +/- ##
==========================================
- Coverage 76.82% 76.61% -0.22%
==========================================
Files 996 996
Lines 53060 53062 +2
Branches 6766 6767 +1
==========================================
- Hits 40764 40651 -113
- Misses 12068 12183 +115
Partials 228 228
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
🏷 2021.31 |
* added google alert * changing Dataset Names (cherry picked from commit 6c304b8)
@eschutho does this one need to be reversed? |
yes it does |
This reverts commit adb3ebb.
* added google alert * changing Dataset Names (cherry picked from commit 6c304b8)
…gies * upstream/master: (64 commits) check roles before fetching reports (#16260) chore: upgrade mypy and add type guards (#16227) fix: pivot columns with ints for name (#16259) chore(pylint): Bump Pylint to 2.9.6 (#16146) fix examples tab for dashboard (#16253) chore: bump superset-ui packages to 0.17.84 (#16251) chore: Shows the dataset description in the gallery dropdown (#16200) fix(Dashboard): Omnibar dropdown visibility and keyboard commands (#16168) chore: bump py version for integration test (#16213) fix: skip perms on query context update (#16250) refactor: external metadata fetch API (#16193) feat(dao): admin can remove self from object owners (#15149) fix(dashboard): cross filter chart highlight when filters badge icon clicked (#16233) fix: validate_parameters and query (#16241) fix: Remove Advanced Analytics tag for 2 charts (#16240) Revert "feat: Changing Dataset names (#16199)" (#16235) feat: Allow users to connect via legacy SQLA form (#16201) fix: remove encryption from db params (#16214) fix(Explore): Show the tooltip only when label does not fit the container in METRICS/FILTERS/GROUP BY/SORT BY of the DATA panel (#16060) Show/hide tooltips (#16192) ... # Conflicts: # superset/tasks/caching/cache_strategy.py
* added google alert * changing Dataset Names (cherry picked from commit 6c304b8)
* added google alert * changing Dataset Names (cherry picked from commit 6c304b8)
* added google alert * changing Dataset Names
This reverts commit adb3ebb.
* added google alert * changing Dataset Names (cherry picked from commit 6c304b8)
* added google alert * changing Dataset Names
This reverts commit adb3ebb.
* added google alert * changing Dataset Names (cherry picked from commit 6c304b8)
* added google alert * changing Dataset Names (cherry picked from commit b9329a8)
SUMMARY
We are renaming many datasets in superset based on user feedback that some of the current datasets are confusing and hard to understand.
This should improve the overall experience that a new user has in superset.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION