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: Removes non-existent columns in the 2018 FCC Survey dataset #26380

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

michael-s-molina
Copy link
Member

SUMMARY

The YAML definition for the FCC 2018 Survey dataset contains columns that don't exist in the physical table. This PR removes the following columns to avoid errors when viewing the data:

  • curr_employment
  • curr_employment_other
  • rsrc_pluralsight

Fixes #25825

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Screenshot 2023-12-29 at 15 59 08 Screenshot 2023-12-29 at 15 57 21

TESTING INSTRUCTIONS

1 - Go to Datasets
2 - Select the FCC 2018 Survey dataset
3 - On Explore, select the Samples tab
4 - Check that the results are correctly displayed

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

params: null
template_params: null
filter_select_enabled: true
fetch_values_predicate: null
extra: null
uuid: d95a2865-53ce-1f82-a53d-8e3c89331469
metrics:
- metric_name: count
Copy link
Member Author

Choose a reason for hiding this comment

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

Apart from formatting, the real changes are the removed columns.

Copy link

codecov bot commented Dec 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (863f8bb) 69.18% compared to head (5ed3281) 69.18%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #26380   +/-   ##
=======================================
  Coverage   69.18%   69.18%           
=======================================
  Files        1946     1946           
  Lines       75988    75991    +3     
  Branches     8479     8479           
=======================================
+ Hits        52570    52573    +3     
  Misses      21228    21228           
  Partials     2190     2190           
Flag Coverage Δ
hive 53.68% <ø> (-0.01%) ⬇️
mysql 78.05% <ø> (-0.03%) ⬇️
postgres 78.17% <ø> (-0.01%) ⬇️
presto 53.63% <ø> (-0.01%) ⬇️
python 82.86% <ø> (+<0.01%) ⬆️
sqlite 76.83% <ø> (-0.01%) ⬇️
unit 55.80% <ø> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michael-s-molina michael-s-molina merged commit 77f58fc into apache:master Jan 3, 2024
34 checks passed
@michael-s-molina michael-s-molina added v3.0 Label added by the release manager to track PRs to be included in the 3.0 branch v3.1 Label added by the release manager to track PRs to be included in the 3.1 branch labels Jan 3, 2024
sivasathyaseeelan pushed a commit to sivasathyaseeelan/superset that referenced this pull request Jan 3, 2024
michael-s-molina added a commit that referenced this pull request Jan 4, 2024
michael-s-molina added a commit that referenced this pull request Jan 9, 2024
josedev-union pushed a commit to Ortege-xyz/studio that referenced this pull request Jan 22, 2024
@mistercrunch mistercrunch added 🍒 3.0.3 🍒 3.0.4 🍒 3.1.0 🍒 3.1.1 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels labels Mar 8, 2024
sfirke pushed a commit to sfirke/superset that referenced this pull request Mar 22, 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 size/XXL v3.0 Label added by the release manager to track PRs to be included in the 3.0 branch v3.1 Label added by the release manager to track PRs to be included in the 3.1 branch 🍒 3.0.3 🍒 3.0.4 🍒 3.1.0 🍒 3.1.1 🍒 3.1.2 🍒 3.1.3 🚢 4.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Superset 3.0 - Example charts throw SQLite Error - no such table: main.FCC 2018 Survey
3 participants