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

feat: prefer course_names for courses and organizations charts in operator dashboard (FC-0033) #564

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -2,11 +2,11 @@ _file_name: Courses.yaml
cache_timeout: null
certification_details: null
certified_by: null
dataset_uuid: 2a2498dc-03ce-41a0-b798-d84f808f7da6
dataset_uuid: 41278a97-d0ff-4645-9514-d79f80d275df
description: null
params:
adhoc_filters: []
datasource: 4__table
datasource: 50__table
extra_form_data: {}
granularity_sqla: emission_time
header_font_size: 0.4
Expand All @@ -16,7 +16,7 @@ params:
advanced_data_type: null
certification_details: null
certified_by: null
column_name: course_id
column_name: course_key
description: null
expression: null
filterable: true
Expand All @@ -32,7 +32,7 @@ params:
expressionType: SIMPLE
hasCustomLabel: false
isNew: false
label: COUNT_DISTINCT(course_id)
label: COUNT_DISTINCT(course_key)
optionName: metric_72own1pj0bq_yfm1efl7ggi
sqlExpression: null
subheader_font_size: 0.15
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ _file_name: Total_Organizations.yaml
cache_timeout: null
certification_details: null
certified_by: null
dataset_uuid: 2a2498dc-03ce-41a0-b798-d84f808f7da6
dataset_uuid: 41278a97-d0ff-4645-9514-d79f80d275df
description: null
params:
adhoc_filters: []
datasource: 6__table
datasource: 50__table
extra_form_data: {}
granularity_sqla: emission_time
header_font_size: 0.4
Expand Down