Skip to content

Commit

Permalink
Merge pull request #564 from SoryRawyer/rds/use-course-names-operator…
Browse files Browse the repository at this point in the history
…-dashboard

feat: prefer `course_names` for courses and organizations charts in operator dashboard (FC-0033)
  • Loading branch information
bmtcril authored Jan 12, 2024
2 parents 8ec303f + ff2e3fc commit 52e42c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 52e42c9

Please sign in to comment.