@@ -7,8 +7,14 @@ description: null
7
7
params :
8
8
adhoc_filters : []
9
9
all_columns : []
10
- annotation_layers : []
11
10
color_pn : true
11
+ column_config :
12
+ Avg Course Grade :
13
+ d3NumberFormat : ~g
14
+ d3SmallNumberFormat : ~g
15
+ Median Course Grade :
16
+ d3NumberFormat : ~g
17
+ d3SmallNumberFormat : ~g
12
18
conditional_formatting :
13
19
- colorScheme : ' #ACE1C4'
14
20
column : Graded Learners
@@ -17,29 +23,29 @@ params:
17
23
- colorScheme : ' #FDE380'
18
24
column : Avg Course Grade
19
25
operator : " \u2264 x \u2264 "
20
- targetValueLeft : ' 0.5 '
21
- targetValueRight : ' 0.7 '
26
+ targetValueLeft : ' 50 '
27
+ targetValueRight : ' 70 '
22
28
- colorScheme : ' #EFA1AA'
23
29
column : Avg Course Grade
24
30
operator : <
25
- targetValue : 0.5
31
+ targetValue : 50
26
32
- colorScheme : ' #ACE1C4'
27
33
column : Avg Course Grade
28
34
operator : " \u2265 "
29
- targetValue : 0.7
35
+ targetValue : 70
30
36
- colorScheme : ' #ACE1C4'
31
37
column : Median Course Grade
32
38
operator : " \u2265 "
33
- targetValue : 0.7
39
+ targetValue : 70
34
40
- colorScheme : ' #FDE380'
35
41
column : Median Course Grade
36
42
operator : " \u2264 x \u2264 "
37
- targetValueLeft : ' 0.5 '
38
- targetValueRight : ' 0.7 '
43
+ targetValueLeft : ' 50 '
44
+ targetValueRight : ' 70 '
39
45
- colorScheme : ' #EFA1AA'
40
46
column : Median Course Grade
41
47
operator : <
42
- targetValue : 0.5
48
+ targetValue : 50
43
49
extra_form_data : {}
44
50
groupby :
45
51
- org
@@ -54,14 +60,14 @@ params:
54
60
certified_by : null
55
61
column_name : actor_id
56
62
description : null
57
- expression : null
63
+ expression : ' '
58
64
filterable : true
59
65
groupby : true
60
- id : 457
66
+ id : 538
61
67
is_certified : false
62
68
is_dttm : false
63
69
python_date_format : null
64
- type : STRING
70
+ type : String
65
71
type_generic : 1
66
72
verbose_name : null
67
73
warning_markdown : null
@@ -71,38 +77,22 @@ params:
71
77
label : Graded Learners
72
78
optionName : metric_25t7qgbwxu5_a9fbiaboytw
73
79
sqlExpression : null
74
- - aggregate : AVG
75
- column :
76
- advanced_data_type : null
77
- certification_details : null
78
- certified_by : null
79
- column_name : course_grade
80
- description : null
81
- expression : null
82
- filterable : true
83
- groupby : true
84
- id : 461
85
- is_certified : false
86
- is_dttm : false
87
- python_date_format : null
88
- type : FLOAT64
89
- type_generic : 0
90
- verbose_name : null
91
- warning_markdown : null
80
+ - aggregate : null
81
+ column : null
92
82
datasourceWarning : false
93
- expressionType : SIMPLE
83
+ expressionType : SQL
94
84
hasCustomLabel : true
95
85
label : Avg Course Grade
96
86
optionName : metric_i5mlkxng7kb_5auir2yzvnx
97
- sqlExpression : null
87
+ sqlExpression : round(AVG(course_grade),2) * 100
98
88
- aggregate : null
99
89
column : null
100
90
datasourceWarning : false
101
91
expressionType : SQL
102
92
hasCustomLabel : true
103
93
label : Median Course Grade
104
94
optionName : metric_prd604bf33n_j3zxzos2g5
105
- sqlExpression : ' quantile(0.5)(course_grade) '
95
+ sqlExpression : ' quantile(0.5)(round( course_grade,2) * 100 ) '
106
96
order_by_cols : []
107
97
order_desc : true
108
98
percent_metrics : []
@@ -114,71 +104,66 @@ params:
114
104
temporal_columns_lookup : {}
115
105
time_grain_sqla : P1D
116
106
viz_type : table
117
- query_context : " {\" datasource\" :{\" id\" :70 ,\" type\" :\" table\" },\" force\" :false,\" \
107
+ query_context : " {\" datasource\" :{\" id\" :54 ,\" type\" :\" table\" },\" force\" :false,\" \
118
108
queries\" :[{\" filters\" :[],\" extras\" :{\" time_grain_sqla\" :\" P1D\" ,\" having\" :\" \
119
109
\" ,\" where\" :\"\" },\" applied_time_extras\" :{},\" columns\" :[\" org\" ,\" course_key\" \
120
110
,\" course_name\" ,\" course_run\" ],\" metrics\" :[{\" aggregate\" :\" COUNT_DISTINCT\" \
121
111
,\" column\" :{\" advanced_data_type\" :null,\" certification_details\" :null,\" certified_by\" \
122
- :null,\" column_name\" :\" actor_id\" ,\" description\" :null,\" expression\" :null ,\" filterable\" \
123
- :true,\" groupby\" :true,\" id\" :457 ,\" is_certified\" :false,\" is_dttm\" :false,\" python_date_format\" \
124
- :null,\" type\" :\" STRING \" ,\" type_generic\" :1,\" verbose_name\" :null,\" warning_markdown\" \
112
+ :null,\" column_name\" :\" actor_id\" ,\" description\" :null,\" expression\" :\"\" ,\" filterable\" \
113
+ :true,\" groupby\" :true,\" id\" :538 ,\" is_certified\" :false,\" is_dttm\" :false,\" python_date_format\" \
114
+ :null,\" type\" :\" String \" ,\" type_generic\" :1,\" verbose_name\" :null,\" warning_markdown\" \
125
115
:null},\" datasourceWarning\" :false,\" expressionType\" :\" SIMPLE\" ,\" hasCustomLabel\" \
126
116
:true,\" label\" :\" Graded Learners\" ,\" optionName\" :\" metric_25t7qgbwxu5_a9fbiaboytw\" \
127
- ,\" sqlExpression\" :null},{\" aggregate\" :\" AVG\" ,\" column\" :{\" advanced_data_type\" \
128
- :null,\" certification_details\" :null,\" certified_by\" :null,\" column_name\" :\" course_grade\" \
129
- ,\" description\" :null,\" expression\" :null,\" filterable\" :true,\" groupby\" :true,\" \
130
- id\" :461,\" is_certified\" :false,\" is_dttm\" :false,\" python_date_format\" :null,\" \
131
- type\" :\" FLOAT64\" ,\" type_generic\" :0,\" verbose_name\" :null,\" warning_markdown\" \
132
- :null},\" datasourceWarning\" :false,\" expressionType\" :\" SIMPLE\" ,\" hasCustomLabel\" \
133
- :true,\" label\" :\" Avg Course Grade\" ,\" optionName\" :\" metric_i5mlkxng7kb_5auir2yzvnx\" \
134
- ,\" sqlExpression\" :null},{\" aggregate\" :null,\" column\" :null,\" datasourceWarning\" \
135
- :false,\" expressionType\" :\" SQL\" ,\" hasCustomLabel\" :true,\" label\" :\" Median Course\
136
- \ Grade\" ,\" optionName\" :\" metric_prd604bf33n_j3zxzos2g5\" ,\" sqlExpression\" :\" \
137
- quantile(0.5)(course_grade) \" }],\" orderby\" :[[{\" aggregate\" :\" COUNT_DISTINCT\" \
138
- ,\" column\" :{\" advanced_data_type\" :null,\" certification_details\" :null,\" certified_by\" \
139
- :null,\" column_name\" :\" actor_id\" ,\" description\" :null,\" expression\" :null,\" filterable\" \
140
- :true,\" groupby\" :true,\" id\" :457,\" is_certified\" :false,\" is_dttm\" :false,\" python_date_format\" \
141
- :null,\" type\" :\" STRING\" ,\" type_generic\" :1,\" verbose_name\" :null,\" warning_markdown\" \
142
- :null},\" datasourceWarning\" :false,\" expressionType\" :\" SIMPLE\" ,\" hasCustomLabel\" \
143
- :true,\" label\" :\" Graded Learners\" ,\" optionName\" :\" metric_25t7qgbwxu5_a9fbiaboytw\" \
144
- ,\" sqlExpression\" :null},false]],\" annotation_layers\" :[],\" row_limit\" :1000,\" \
145
- series_limit\" :0,\" order_desc\" :true,\" url_params\" :{},\" custom_params\" :{},\" custom_form_data\" \
146
- :{},\" post_processing\" :[]}],\" form_data\" :{\" datasource\" :\" 70__table\" ,\" viz_type\" \
147
- :\" table\" ,\" slice_id\" :186,\" query_mode\" :\" aggregate\" ,\" groupby\" :[\" org\" ,\" \
148
- course_key\" ,\" course_name\" ,\" course_run\" ],\" time_grain_sqla\" :\" P1D\" ,\" temporal_columns_lookup\" \
149
- :{},\" metrics\" :[{\" aggregate\" :\" COUNT_DISTINCT\" ,\" column\" :{\" advanced_data_type\" \
150
- :null,\" certification_details\" :null,\" certified_by\" :null,\" column_name\" :\" actor_id\" \
151
- ,\" description\" :null,\" expression\" :null,\" filterable\" :true,\" groupby\" :true,\" \
152
- id\" :457,\" is_certified\" :false,\" is_dttm\" :false,\" python_date_format\" :null,\" \
153
- type\" :\" STRING\" ,\" type_generic\" :1,\" verbose_name\" :null,\" warning_markdown\" \
154
- :null},\" datasourceWarning\" :false,\" expressionType\" :\" SIMPLE\" ,\" hasCustomLabel\" \
155
- :true,\" label\" :\" Graded Learners\" ,\" optionName\" :\" metric_25t7qgbwxu5_a9fbiaboytw\" \
156
- ,\" sqlExpression\" :null},{\" aggregate\" :\" AVG\" ,\" column\" :{\" advanced_data_type\" \
157
- :null,\" certification_details\" :null,\" certified_by\" :null,\" column_name\" :\" course_grade\" \
158
- ,\" description\" :null,\" expression\" :null,\" filterable\" :true,\" groupby\" :true,\" \
159
- id\" :461,\" is_certified\" :false,\" is_dttm\" :false,\" python_date_format\" :null,\" \
160
- type\" :\" FLOAT64\" ,\" type_generic\" :0,\" verbose_name\" :null,\" warning_markdown\" \
161
- :null},\" datasourceWarning\" :false,\" expressionType\" :\" SIMPLE\" ,\" hasCustomLabel\" \
162
- :true,\" label\" :\" Avg Course Grade\" ,\" optionName\" :\" metric_i5mlkxng7kb_5auir2yzvnx\" \
163
117
,\" sqlExpression\" :null},{\" aggregate\" :null,\" column\" :null,\" datasourceWarning\" \
118
+ :false,\" expressionType\" :\" SQL\" ,\" hasCustomLabel\" :true,\" label\" :\" Avg Course\
119
+ \ Grade\" ,\" optionName\" :\" metric_i5mlkxng7kb_5auir2yzvnx\" ,\" sqlExpression\" :\" \
120
+ round(AVG(course_grade),2) * 100\" },{\" aggregate\" :null,\" column\" :null,\" datasourceWarning\" \
164
121
:false,\" expressionType\" :\" SQL\" ,\" hasCustomLabel\" :true,\" label\" :\" Median Course\
165
122
\ Grade\" ,\" optionName\" :\" metric_prd604bf33n_j3zxzos2g5\" ,\" sqlExpression\" :\" \
166
- quantile(0.5)(course_grade) \" }],\" all_columns\" :[],\" percent_metrics\" :[],\" adhoc_filters\" \
167
- :[],\" order_by_cols\" :[],\" row_limit\" :1000,\" server_page_length\" :10,\" order_desc\" \
168
- :true,\" table_timestamp_format\" :\" smart_date\" ,\" show_cell_bars\" :true,\" color_pn\" \
169
- :true,\" conditional_formatting\" :[{\" colorScheme\" :\" #ACE1C4\" ,\" column\" :\" Graded\
170
- \ Learners\" ,\" operator\" :\" >\" ,\" targetValue\" :0},{\" colorScheme\" :\" #FDE380\" \
171
- ,\" column\" :\" Avg Course Grade\" ,\" operator\" :\"\u2264 x \u2264\" ,\" targetValueLeft\" \
172
- :\" 0.5\" ,\" targetValueRight\" :\" 0.7\" },{\" colorScheme\" :\" #EFA1AA\" ,\" column\" :\" \
173
- Avg Course Grade\" ,\" operator\" :\" <\" ,\" targetValue\" :0.5},{\" colorScheme\" :\" #ACE1C4\" \
174
- ,\" column\" :\" Avg Course Grade\" ,\" operator\" :\"\u2265\" ,\" targetValue\" :0.7},{\" \
175
- colorScheme\" :\" #ACE1C4\" ,\" column\" :\" Median Course Grade\" ,\" operator\" :\"\u2265 \
176
- \" ,\" targetValue\" :0.7},{\" colorScheme\" :\" #FDE380\" ,\" column\" :\" Median Course\
177
- \ Grade\" ,\" operator\" :\"\u2264 x \u2264\" ,\" targetValueLeft\" :\" 0.5\" ,\" targetValueRight\" \
178
- :\" 0.7\" },{\" colorScheme\" :\" #EFA1AA\" ,\" column\" :\" Median Course Grade\" ,\" operator\" \
179
- :\" <\" ,\" targetValue\" :0.5}],\" extra_form_data\" :{},\" dashboards\" :[16],\" force\" \
180
- :false,\" result_format\" :\" json\" ,\" result_type\" :\" full\" },\" result_format\" :\" \
181
- json\" ,\" result_type\" :\" full\" }"
123
+ quantile(0.5)(round(course_grade,2) * 100) \" }],\" orderby\" :[[{\" aggregate\" :\" \
124
+ COUNT_DISTINCT\" ,\" column\" :{\" advanced_data_type\" :null,\" certification_details\" \
125
+ :null,\" certified_by\" :null,\" column_name\" :\" actor_id\" ,\" description\" :null,\" \
126
+ expression\" :\"\" ,\" filterable\" :true,\" groupby\" :true,\" id\" :538,\" is_certified\" \
127
+ :false,\" is_dttm\" :false,\" python_date_format\" :null,\" type\" :\" String\" ,\" type_generic\" \
128
+ :1,\" verbose_name\" :null,\" warning_markdown\" :null},\" datasourceWarning\" :false,\" \
129
+ expressionType\" :\" SIMPLE\" ,\" hasCustomLabel\" :true,\" label\" :\" Graded Learners\" \
130
+ ,\" optionName\" :\" metric_25t7qgbwxu5_a9fbiaboytw\" ,\" sqlExpression\" :null},false]],\" \
131
+ annotation_layers\" :[],\" row_limit\" :1000,\" series_limit\" :0,\" order_desc\" :true,\" \
132
+ url_params\" :{},\" custom_params\" :{},\" custom_form_data\" :{},\" post_processing\" \
133
+ :[]}],\" form_data\" :{\" datasource\" :\" 54__table\" ,\" viz_type\" :\" table\" ,\" slice_id\" \
134
+ :128,\" query_mode\" :\" aggregate\" ,\" groupby\" :[\" org\" ,\" course_key\" ,\" course_name\" \
135
+ ,\" course_run\" ],\" time_grain_sqla\" :\" P1D\" ,\" temporal_columns_lookup\" :{},\" metrics\" \
136
+ :[{\" aggregate\" :\" COUNT_DISTINCT\" ,\" column\" :{\" advanced_data_type\" :null,\" certification_details\" \
137
+ :null,\" certified_by\" :null,\" column_name\" :\" actor_id\" ,\" description\" :null,\" \
138
+ expression\" :\"\" ,\" filterable\" :true,\" groupby\" :true,\" id\" :538,\" is_certified\" \
139
+ :false,\" is_dttm\" :false,\" python_date_format\" :null,\" type\" :\" String\" ,\" type_generic\" \
140
+ :1,\" verbose_name\" :null,\" warning_markdown\" :null},\" datasourceWarning\" :false,\" \
141
+ expressionType\" :\" SIMPLE\" ,\" hasCustomLabel\" :true,\" label\" :\" Graded Learners\" \
142
+ ,\" optionName\" :\" metric_25t7qgbwxu5_a9fbiaboytw\" ,\" sqlExpression\" :null},{\" aggregate\" \
143
+ :null,\" column\" :null,\" datasourceWarning\" :false,\" expressionType\" :\" SQL\" ,\" \
144
+ hasCustomLabel\" :true,\" label\" :\" Avg Course Grade\" ,\" optionName\" :\" metric_i5mlkxng7kb_5auir2yzvnx\" \
145
+ ,\" sqlExpression\" :\" round(AVG(course_grade),2) * 100\" },{\" aggregate\" :null,\" \
146
+ column\" :null,\" datasourceWarning\" :false,\" expressionType\" :\" SQL\" ,\" hasCustomLabel\" \
147
+ :true,\" label\" :\" Median Course Grade\" ,\" optionName\" :\" metric_prd604bf33n_j3zxzos2g5\" \
148
+ ,\" sqlExpression\" :\" quantile(0.5)(round(course_grade,2) * 100) \" }],\" all_columns\" \
149
+ :[],\" percent_metrics\" :[],\" adhoc_filters\" :[],\" order_by_cols\" :[],\" row_limit\" \
150
+ :1000,\" server_page_length\" :10,\" order_desc\" :true,\" table_timestamp_format\" :\" \
151
+ smart_date\" ,\" show_cell_bars\" :true,\" color_pn\" :true,\" column_config\" :{\" Avg\
152
+ \ Course Grade\" :{\" d3NumberFormat\" :\" ~g\" ,\" d3SmallNumberFormat\" :\" ~g\" },\" Median\
153
+ \ Course Grade\" :{\" d3NumberFormat\" :\" ~g\" ,\" d3SmallNumberFormat\" :\" ~g\" }},\" \
154
+ conditional_formatting\" :[{\" colorScheme\" :\" #ACE1C4\" ,\" column\" :\" Graded Learners\" \
155
+ ,\" operator\" :\" >\" ,\" targetValue\" :0},{\" colorScheme\" :\" #FDE380\" ,\" column\" :\" \
156
+ Avg Course Grade\" ,\" operator\" :\"\u2264 x \u2264\" ,\" targetValueLeft\" :\" 50\" ,\" \
157
+ targetValueRight\" :\" 70\" },{\" colorScheme\" :\" #EFA1AA\" ,\" column\" :\" Avg Course\
158
+ \ Grade\" ,\" operator\" :\" <\" ,\" targetValue\" :50},{\" colorScheme\" :\" #ACE1C4\" ,\" \
159
+ column\" :\" Avg Course Grade\" ,\" operator\" :\"\u2265\" ,\" targetValue\" :70},{\" colorScheme\" \
160
+ :\" #ACE1C4\" ,\" column\" :\" Median Course Grade\" ,\" operator\" :\"\u2265\" ,\" targetValue\" \
161
+ :70},{\" colorScheme\" :\" #FDE380\" ,\" column\" :\" Median Course Grade\" ,\" operator\" \
162
+ :\"\u2264 x \u2264\" ,\" targetValueLeft\" :\" 50\" ,\" targetValueRight\" :\" 70\" },{\" \
163
+ colorScheme\" :\" #EFA1AA\" ,\" column\" :\" Median Course Grade\" ,\" operator\" :\" <\" \
164
+ ,\" targetValue\" :50}],\" extra_form_data\" :{},\" dashboards\" :[9],\" force\" :false,\" \
165
+ result_format\" :\" json\" ,\" result_type\" :\" full\" },\" result_format\" :\" json\" ,\" \
166
+ result_type\" :\" full\" }"
182
167
slice_name : Course Information
183
168
uuid : fa249dda-78da-4ccc-9ef3-39177e6aae0c
184
169
version : 1.0.0
0 commit comments