Skip to content

Commit

Permalink
fix: dashboard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Nov 18, 2024
1 parent cf6dcfc commit b952c52
Show file tree
Hide file tree
Showing 8 changed files with 60 additions and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ params:
viz_type: table
query_context:
datasource:
id: 651
id: 261
type: table
force: false
form_data:
Expand All @@ -61,6 +61,7 @@ query_context:
operator: TEMPORAL_RANGE
subject: emission_time
all_columns: []
annotation_layers: []
color_pn: false
column_config:
active_count:
Expand All @@ -74,9 +75,7 @@ query_context:
tag_list:
truncateLongCells: true
conditional_formatting: []
dashboards:
- 355
datasource: 651__table
datasource: 261__table
extra_form_data: {}
force: false
groupby:
Expand All @@ -98,7 +97,7 @@ query_context:
result_type: full
row_limit: 50000
show_cell_bars: false
slice_id: 1298
slice_id: 561
table_timestamp_format: smart_date
temporal_columns_lookup: {}
time_grain_sqla: P1M
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ params:
- course_name
- expressionType: SQL
label: More details
sqlExpression: |
{% raw %}{{ get_filtered_dashboard_link('course-dashboard', 'course_run', 'w863AfFgi') }}{% endraw %}
sqlExpression: |-
{% raw %}{{ get_filtered_dashboard_link('course-dashboard', 'course_run', 'w863AfFgi') }}
{% endraw %}
metrics:
- enrollees
- active_count
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ params:
percent_metrics: []
query_mode: aggregate
row_limit: 50000
server_page_length: 10
show_cell_bars: false
table_timestamp_format: smart_date
temporal_columns_lookup: {}
viz_type: table
query_context:
datasource:
id: 65
id: 161
type: table
force: false
form_data:
Expand All @@ -48,8 +49,8 @@ query_context:
d3NumberFormat: ',.1%'
conditional_formatting: []
dashboards:
- 22
datasource: 65__table
- 3741
datasource: 161__table
extra_form_data: {}
force: false
groupby:
Expand All @@ -67,8 +68,9 @@ query_context:
result_format: json
result_type: full
row_limit: 50000
server_page_length: 10
show_cell_bars: false
slice_id: 82
slice_id: 1141
table_timestamp_format: smart_date
temporal_columns_lookup: {}
viz_type: table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ description: null
params:
adhoc_filters: []
all_columns: []
annotation_layers: []
color_pn: true
column_config:
rewatched_percent:
Expand Down Expand Up @@ -34,22 +35,21 @@ params:
viz_type: table
query_context:
datasource:
id: 65
id: 161
type: table
force: false
form_data:
adhoc_filters: []
all_columns: []
annotation_layers: []
color_pn: true
column_config:
rewatched_percent:
d3NumberFormat: ',.1%'
watched_percent:
d3NumberFormat: ',.1%'
conditional_formatting: []
dashboards:
- 22
datasource: 65__table
datasource: 161__table
extra_form_data: {}
force: false
groupby:
Expand All @@ -68,7 +68,7 @@ query_context:
result_type: full
row_limit: 50000
show_cell_bars: false
slice_id: 145
slice_id: 661
table_timestamp_format: smart_date
temporal_columns_lookup: {}
viz_type: table
Expand Down
Loading

0 comments on commit b952c52

Please sign in to comment.