This is an automated email from the ASF dual-hosted git repository.
beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 3fb4e54 fix(alerts/reports): ensure correct type is sent to api
(#12189)
add 3acfd82 feat: add new dashboard with FCC data (#12163)
No new revisions were added by this update.
Summary of changes:
.../integration/chart_list/list_view.test.ts | 2 +-
superset/datasets/commands/importers/v1/utils.py | 4 +
superset/datasets/schemas.py | 4 +-
...s.yaml => Age_distribution_of_respondents.yaml} | 47 +-
...> Are_you_an_ethnic_minority_in_your_city.yaml} | 53 +-
...itles.yaml => Breakdown_of_Developer_Type.yaml} | 33 +-
...nue_per_Product_Line.yaml => Commute_Time.yaml} | 62 +-
...al_Revenue.yaml => Country_of_Citizenship.yaml} | 52 +-
...lopers_Is_this_your_first_development_job.yaml} | 35 +-
...inant_Platforms.yaml => Degrees_vs_Income.yaml} | 62 +-
...duct_Line.yaml => Ethnic_Minority__Gender.yaml} | 62 +-
...Game_Sales_Filter.yaml => Filter_Segments.yaml} | 41 +-
...Product_Line.yaml => First_Time_Developer.yaml} | 52 +-
...aml => First_Time_Developer__Commute_Time.yaml} | 75 +-
...ublishers_With_Most_Titles.yaml => Gender.yaml} | 53 +-
..._Product_Line.yaml => Highest_degree_held.yaml} | 47 +-
...atforms.yaml => How_do_you_prefer_to_work.yaml} | 47 +-
.../How_much_do_you_expect_to_earn_0_-_100k.yaml | 98 ++
...ine.yaml => Last_Year_Income_Distribution.yaml} | 61 +-
...ms.yaml => Location_of_Current_Developers.yaml} | 71 +-
...old.yaml => Number_of_Aspiring_Developers.yaml} | 39 +-
...t_Line.yaml => Preferred_Employment_Style.yaml} | 65 +-
...y_Product_Line.yaml => Relocation_ability.yaml} | 52 +-
...s.yaml => Top_15_Languages_Spoken_at_Home.yaml} | 44 +-
...uct_Line.yaml => Work_Location_Preference.yaml} | 52 +-
.../dashboards/FCC_New_Coder_Survey_2018.yaml | 779 ++++++++++
.../configs/datasets/examples/FCC_2018_Survey.yaml | 1515 ++++++++++++++++++++
.../datasets/examples/video_game_sales.yaml | 2 +-
28 files changed, 2942 insertions(+), 567 deletions(-)
copy superset/examples/configs/charts/{Publishers_With_Most_Titles.yaml =>
Age_distribution_of_respondents.yaml} (61%)
copy superset/examples/configs/charts/{Publishers_With_Most_Titles.yaml =>
Are_you_an_ethnic_minority_in_your_city.yaml} (61%)
copy superset/examples/configs/charts/{Publishers_With_Most_Titles.yaml =>
Breakdown_of_Developer_Type.yaml} (74%)
copy
superset/examples/configs/charts/{Seasonality_of_Revenue_per_Product_Line.yaml
=> Commute_Time.yaml} (58%)
copy superset/examples/configs/charts/{Total_Revenue.yaml =>
Country_of_Citizenship.yaml} (64%)
copy superset/examples/configs/charts/{Total_Items_Sold.yaml =>
Current_Developers_Is_this_your_first_development_job.yaml} (67%)
copy superset/examples/configs/charts/{Most_Dominant_Platforms.yaml =>
Degrees_vs_Income.yaml} (62%)
copy
superset/examples/configs/charts/{Seasonality_of_Revenue_per_Product_Line.yaml
=> Ethnic_Minority__Gender.yaml} (57%)
copy superset/examples/configs/charts/{Video_Game_Sales_Filter.yaml =>
Filter_Segments.yaml} (67%)
copy superset/examples/configs/charts/{Overall_Sales_By_Product_Line.yaml =>
First_Time_Developer.yaml} (63%)
copy superset/examples/configs/charts/{Most_Dominant_Platforms.yaml =>
First_Time_Developer__Commute_Time.yaml} (55%)
copy superset/examples/configs/charts/{Publishers_With_Most_Titles.yaml =>
Gender.yaml} (61%)
copy superset/examples/configs/charts/{Total_Items_Sold_By_Product_Line.yaml
=> Highest_degree_held.yaml} (68%)
copy superset/examples/configs/charts/{Popular_Genres_Across_Platforms.yaml =>
How_do_you_prefer_to_work.yaml} (58%)
create mode 100644
superset/examples/configs/charts/How_much_do_you_expect_to_earn_0_-_100k.yaml
copy
superset/examples/configs/charts/{Seasonality_of_Revenue_per_Product_Line.yaml
=> Last_Year_Income_Distribution.yaml} (56%)
copy superset/examples/configs/charts/{Most_Dominant_Platforms.yaml =>
Location_of_Current_Developers.yaml} (61%)
copy superset/examples/configs/charts/{Total_Items_Sold.yaml =>
Number_of_Aspiring_Developers.yaml} (66%)
copy
superset/examples/configs/charts/{Seasonality_of_Revenue_per_Product_Line.yaml
=> Preferred_Employment_Style.yaml} (57%)
copy superset/examples/configs/charts/{Overall_Sales_By_Product_Line.yaml =>
Relocation_ability.yaml} (63%)
copy superset/examples/configs/charts/{Publishers_With_Most_Titles.yaml =>
Top_15_Languages_Spoken_at_Home.yaml} (66%)
copy superset/examples/configs/charts/{Overall_Sales_By_Product_Line.yaml =>
Work_Location_Preference.yaml} (63%)
create mode 100644
superset/examples/configs/dashboards/FCC_New_Coder_Survey_2018.yaml
create mode 100644
superset/examples/configs/datasets/examples/FCC_2018_Survey.yaml