Skip to content
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

fix: lowercase all columns in examples #12530

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

betodealmeida
Copy link
Member

@betodealmeida betodealmeida commented Jan 14, 2021

SUMMARY

This PR converts all column names in the new examples to lowercase, to ensure they work across different databases.

This is necessary because in Postgresql columns with mixed case should be double quoted, but MySQL interprets double quoted values as strings.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Using MySQL:

Screenshot_2021-01-14 COVID Vaccine Dashboard(1)

Screenshot_2021-01-14 Slack Dashboard

Screenshot_2021-01-14 Sales Dashboard

Screenshot_2021-01-14 Sales Dashboard(1)

Screenshot_2021-01-14 Video Game Sales

Screenshot_2021-01-14 Video Game Sales(1)

Screenshot_2021-01-14 FCC New Coder Survey 2018

Screenshot_2021-01-14 FCC New Coder Survey 2018(1)

Screenshot_2021-01-14 FCC New Coder Survey 2018(2)

Using Postgresql:

Screenshot_2021-01-14 COVID Vaccine Dashboard(2)

Screenshot_2021-01-14 Slack Dashboard(1)

Screenshot_2021-01-14 Sales Dashboard(2)

Screenshot_2021-01-14 Sales Dashboard(3)

Screenshot_2021-01-14 Video Game Sales(2)

Screenshot_2021-01-14 Video Game Sales(3)

Screenshot_2021-01-14 FCC New Coder Survey 2018(3)

Screenshot_2021-01-14 FCC New Coder Survey 2018(4)

Screenshot_2021-01-14 FCC New Coder Survey 2018(5)

Using Sqlite:

Screenshot_2021-01-14 COVID Vaccine Dashboard(3)

Note: the Slack dashboard is different in Sqlite because the "Big Number with Trendline" visualization does not sort by time, and Sqlite returns the data in random order. I'll file a ticket.

Screenshot_2021-01-14 Slack Dashboard(2)

Screenshot_2021-01-14 Sales Dashboard(4)

Screenshot_2021-01-14 Sales Dashboard(5)

Screenshot_2021-01-14 Video Game Sales(4)

Screenshot_2021-01-14 Video Game Sales(5)

Screenshot_2021-01-14 FCC New Coder Survey 2018(6)

Screenshot_2021-01-14 FCC New Coder Survey 2018(7)

Screenshot_2021-01-14 FCC New Coder Survey 2018(8)

TEST PLAN

I installed Superset from scratch into 3 different databases, and tested the dashboards.

ADDITIONAL INFORMATION

@betodealmeida betodealmeida marked this pull request as ready for review January 15, 2021 00:00
@codecov-io
Copy link

codecov-io commented Jan 15, 2021

Codecov Report

Merging #12530 (17ef4ac) into master (3f3a2ad) will decrease coverage by 4.30%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #12530      +/-   ##
==========================================
- Coverage   66.72%   62.42%   -4.31%     
==========================================
  Files        1014     1014              
  Lines       49612    49593      -19     
  Branches     4839     4839              
==========================================
- Hits        33106    30958    -2148     
- Misses      16383    18437    +2054     
- Partials      123      198      +75     
Flag Coverage Δ
cypress ?
javascript 60.73% <ø> (ø)
python 63.53% <ø> (-0.40%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
superset-frontend/src/SqlLab/App.jsx 0.00% <0.00%> (-100.00%) ⬇️
superset-frontend/src/explore/App.jsx 0.00% <0.00%> (-100.00%) ⬇️
superset-frontend/src/dashboard/App.jsx 0.00% <0.00%> (-100.00%) ⬇️
superset-frontend/src/chart/ChartContainer.jsx 0.00% <0.00%> (-100.00%) ⬇️
superset-frontend/src/explore/reducers/index.js 0.00% <0.00%> (-100.00%) ⬇️
...et-frontend/src/dashboard/containers/Dashboard.jsx 0.00% <0.00%> (-100.00%) ⬇️
...et-frontend/src/filters/components/Select/types.ts 0.00% <0.00%> (-100.00%) ⬇️
...t-frontend/src/dashboard/containers/SliceAdder.jsx 0.00% <0.00%> (-100.00%) ⬇️
...t-frontend/src/explore/reducers/getInitialState.js 0.00% <0.00%> (-100.00%) ⬇️
...-frontend/src/visualizations/presets/MainPreset.js 0.00% <0.00%> (-100.00%) ⬇️
... and 195 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3f3a2ad...17ef4ac. Read the comment docs.

multiple: true
searchAllOptions: false
- asc: true
clearable: true
column: country_live
key: 2fNskRCLJ
label: Country live
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small nit, do you want to capitalize Live?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, but TBH we might need to come up with something better. @srinify what should be the label here? "Country currently living on"?

Copy link
Member

@eschutho eschutho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code looks good. I didn't do a visual test, but screenshots look good.. @yousoph do you want to test?

@villebro villebro added the v1.0 label Jan 15, 2021
@villebro villebro merged commit d70db43 into apache:master Jan 15, 2021
@junlincc junlincc self-requested a review January 15, 2021 07:33
Copy link
Member

@junlincc junlincc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after merged.

villebro pushed a commit to preset-io/superset that referenced this pull request Jan 15, 2021
etr2460 pushed a commit that referenced this pull request Jan 25, 2021
* release: bump to 1.0.0 and CHANGELOG

* fix(explore): long metric name display (#12387)

* fix(explore): long metric name display

* add tooltip to control

* chore: Show datasets when search input is empty (#12391)

* chore: Fix typo “Rest” to “Reset” (#12392)

* chore: upgrade eslint, babel, and prettier (#12393)

* feat(explore): add tooltip to timepicker label (#12401)

* chore: change Datasource to Dataset in Explore ui (#12402)

* chore(explore):change dataset to datasource in ui

* modal

* Add space

* Changing it back🤦🏾‍♀️

* Chargeback

* fix: Refresh Interval Modal dropdown (#12406)

* fix(native-filters): incorrect queriesData state (#12409)

* refactor: from superset.utils.core break down date_parser (#12408)

* Fixes control panel fields styling (#12236) (#12326)

* feat: Resizable dataset and controls panels on Explore view (#12411)

* Implement resizable panels on explore view

* Optimize chart rendering while resizing

* Make dataset column narrower

Co-authored-by: Evan Rusackas <[email protected]>

* fix(dashboard): artefacts shown while drag and dropping deck.gl charts (#12418)

* [12181] Fix artifacts while drag and dropping deck.gl charts.

* Run prettier

* bump superset-ui packages for rolling window change (#12426)

* chore: bump superset-ui deckgl plugin (#12466)

* fix: do not show vertical scrollbar for charts in dashboard (#12478)

* fix: do not show vertical scrollbar for charts in dashboard

* Proper fix for #11419

Co-authored-by: Jesse Yang <[email protected]>

* fix(dashboard): use datasource id from slice metadata (#12483)

* fix(timepicker): make pyparsing thread safe (#12489)

* fix: make pyparsing thread safe

* remove parenthesis for decorator

* fix (SQL Lab): disappearing results on tab switch (#12472)

* fix (SQL Lab): disappearing results on tab switch

* Remove state

* Fix test

* fix: import ZIP files that have been modified (#12425)

* fix: import ZIP files that have been modified

* Add unit test

* update changelog with rc2 entries

* fix: impose dataset ownership check on old API (#12491)

* fix: impose dataset ownership check on old API

* update UPDATING.md

* partially protect the old MVC also

* prevent metric and column add and update

* ci: remove refs/tags from docker tags on a release (#12518)

* ci: remove refs/tags from docker tags on a release

* wider head

* fix: lowercase all columns in examples (#12530)

* fix(explore): time table control panel (#12532)

* fix(explore): Add Time section back to FilterBox (#12537)

* Fixing Pinot queries for time granularities: WEEKS/MONTHS/QUARTERS/YEARS (#12536)

* fix: Select options overflowing Save chart modal on Explore view (#12522)

* Fix select options overflowing modal

* fix unit test

Co-authored-by: Ville Brofeldt <[email protected]>

* Fix list filters vertical alignment (#12497)

* feat(db-engine): Add support for Apache Solr (#12403)

* [db engine] Add support for Apache Solr

* Fixing typo

* chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml (#12337)

* add rc3 changelog entries

* fix: Popover closes on change of dropdowns values (#12410)

* fix: Add MAX_SQL_ROW value to LIMIT_DROPDOWN (#12555)

* fix(viz): missing groupby and broken adhoc metrics for boxplot (#12556)

* fix: height on grid results (#12558)

* fix: case expression should not have double quotes (#12562)

* Fix 500 error when loading dashboards with slice having deleted dataset (#12535)

* add rc4 changelog entries

* Fixed typo on line 348

* Added files

Co-authored-by: Daniel Gaspar <[email protected]>
Co-authored-by: Yongjie Zhao <[email protected]>
Co-authored-by: Geido <[email protected]>
Co-authored-by: Junlin Chen <[email protected]>
Co-authored-by: Jesse Yang <[email protected]>
Co-authored-by: Agata Stawarz <[email protected]>
Co-authored-by: Ville Brofeldt <[email protected]>
Co-authored-by: Michael S. Molina <[email protected]>
Co-authored-by: Kamil Gabryjelski <[email protected]>
Co-authored-by: Evan Rusackas <[email protected]>
Co-authored-by: Kasia Kucharczyk <[email protected]>
Co-authored-by: Phillip Kelley-Dotson <[email protected]>
Co-authored-by: Grace Guo <[email protected]>
Co-authored-by: Beto Dealmeida <[email protected]>
Co-authored-by: Ville Brofeldt <[email protected]>
Co-authored-by: Xiang Fu <[email protected]>
Co-authored-by: Ahmed Adel <[email protected]>
Co-authored-by: Amit Miran <[email protected]>
Co-authored-by: Hugh A. Miles II <[email protected]>
Co-authored-by: Shuyao Bi <[email protected]>
Co-authored-by: Lyndsi Kay Williams <[email protected]>
@mistercrunch mistercrunch added 🍒 1.0.0 🍒 1.0.1 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 1.2.0 labels Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels preset-io size/L v1.0 🍒 1.0.0 🍒 1.0.1 🚢 1.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants