-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #738 from SoryRawyer/rds/video-plays-table
feat: add video plays table to course dashboard (FC-0051)
- Loading branch information
Showing
4 changed files
with
148 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
...uild/aspects-superset/openedx-assets/assets/charts/Video_views_by_section_subsection.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
_file_name: Video_views_by_section_subsection.yaml | ||
cache_timeout: null | ||
certification_details: null | ||
certified_by: null | ||
dataset_uuid: 6ec360a5-e247-42e7-b301-fa8275fc93f9 | ||
description: null | ||
params: | ||
adhoc_filters: | ||
- clause: WHERE | ||
comparator: No filter | ||
expressionType: SIMPLE | ||
operator: TEMPORAL_RANGE | ||
subject: emission_time | ||
all_columns: [] | ||
color_pn: true | ||
conditional_formatting: [] | ||
extra_form_data: {} | ||
groupby: | ||
- expressionType: SQL | ||
label: Section Name | ||
sqlExpression: section_with_name | ||
- expressionType: SQL | ||
label: Subsection Name | ||
sqlExpression: subsection_with_name | ||
- video_name_with_location | ||
metrics: | ||
- unique_watchers | ||
- total_plays | ||
order_by_cols: [] | ||
order_desc: true | ||
percent_metrics: [] | ||
query_mode: aggregate | ||
row_limit: 1000 | ||
server_page_length: 10 | ||
show_cell_bars: true | ||
table_timestamp_format: smart_date | ||
temporal_columns_lookup: | ||
emission_time: true | ||
time_grain_sqla: P1M | ||
viz_type: table | ||
query_context: '{"datasource":{"id":77,"type":"table"},"force":false,"queries":[{"filters":[{"col":"emission_time","op":"TEMPORAL_RANGE","val":"No | ||
filter"}],"extras":{"time_grain_sqla":"P1M","having":"","where":""},"applied_time_extras":{},"columns":[{"expressionType":"SQL","label":"Section | ||
Name","sqlExpression":"section_with_name"},{"expressionType":"SQL","label":"Subsection | ||
Name","sqlExpression":"subsection_with_name"},"video_name_with_location"],"metrics":["unique_watchers","total_plays"],"orderby":[["unique_watchers",false]],"annotation_layers":[],"row_limit":1000,"series_limit":0,"order_desc":true,"url_params":{},"custom_params":{},"custom_form_data":{},"post_processing":[]}],"form_data":{"datasource":"77__table","viz_type":"table","slice_id":1962,"query_mode":"aggregate","groupby":[{"expressionType":"SQL","label":"Section | ||
Name","sqlExpression":"section_with_name"},{"expressionType":"SQL","label":"Subsection | ||
Name","sqlExpression":"subsection_with_name"},"video_name_with_location"],"time_grain_sqla":"P1M","temporal_columns_lookup":{"emission_time":true},"metrics":["unique_watchers","total_plays"],"all_columns":[],"percent_metrics":[],"adhoc_filters":[{"clause":"WHERE","comparator":"No | ||
filter","expressionType":"SIMPLE","operator":"TEMPORAL_RANGE","subject":"emission_time"}],"order_by_cols":[],"row_limit":1000,"server_page_length":10,"order_desc":true,"table_timestamp_format":"smart_date","show_cell_bars":true,"color_pn":true,"conditional_formatting":[],"extra_form_data":{},"dashboards":[2649],"force":false,"result_format":"json","result_type":"full"},"result_format":"json","result_type":"full"}' | ||
slice_name: Video views by section/subsection | ||
uuid: c8c363f8-8dbc-4a78-841d-4976f4404884 | ||
version: 1.0.0 | ||
viz_type: table |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters