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(examples): Cleanup dashboard filter scopes #23260

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,15 @@ metadata:
COUNT(*): "#D1C6BC"
filter_scopes:
"3965":
Country_Name:
country_name:
scope:
- ROOT_ID
immune: []
Product_Category:
product_category:
scope:
- ROOT_ID
immune: []
Clinical Stage:
clinical_stage:
scope:
- ROOT_ID
immune: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,15 +717,15 @@ metadata:
color_scheme: supersetColors
filter_scopes:
'1387':
Ethnic Minority:
ethnic_minority:
scope:
- TAB-AsMaxdYL_t
immune: []
gender:
scope:
- ROOT_ID
immune: []
Developer Type:
developer_type:
scope:
- ROOT_ID
immune: []
Expand Down
8 changes: 4 additions & 4 deletions superset/examples/configs/dashboards/Sales_Dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,21 +385,21 @@ metadata:
expanded_slices: {}
refresh_frequency: 0
default_filters: '{"671": {"__time_range": "No filter"}}'
color_scheme: supersetColors
filter_scopes:
'671':
ProductLine:
"671":
product_line:
scope:
- TAB-4fthLQmdX
immune: []
DealSize:
deal_size:
scope:
- ROOT_ID
immune: []
__time_range:
scope:
- ROOT_ID
immune: []
color_scheme: supersetColors
label_colors:
Medium: '#1FA8C9'
Small: '#454E7C'
Expand Down
8 changes: 4 additions & 4 deletions superset/examples/configs/dashboards/Video_Game_Sales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,16 +370,16 @@ metadata:
"No filter"}}'
color_scheme: supersetColors
filter_scopes:
'3547':
Platform:
"3547":
platform:
scope:
- TAB-2_QXp8aNq
immune: []
Genre:
genre:
scope:
- ROOT_ID
immune: []
Publisher:
publisher:
scope:
- ROOT_ID
immune: []
Expand Down