Skip to content

Commit

Permalink
fix(assets): update metadata for dataset fact_watched_video_segments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Sep 26, 2024
1 parent 0304804 commit ad50b30
Showing 1 changed file with 54 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ columns:
column_name: subsection_with_name
description: null
expression: null
extra: null
extra: {}
filterable: true
groupby: true
is_active: true
Expand All @@ -43,14 +43,26 @@ columns:
column_name: section_with_name
description: null
expression: null
extra: null
extra: {}
filterable: true
groupby: true
is_active: true
is_dttm: false
python_date_format: null
type: String
verbose_name: Section With Name
- advanced_data_type: null
column_name: course_key
description: null
expression: ''
extra: {}
filterable: true
groupby: true
is_active: true
is_dttm: false
python_date_format: null
type: LowCardinality(String)
verbose_name: Course Key
- advanced_data_type: null
column_name: video_duration
description: null
Expand Down Expand Up @@ -112,7 +124,7 @@ columns:
type: String
verbose_name: Actor Id
- advanced_data_type: null
column_name: course_key
column_name: course_name
description: null
expression: ''
extra: {}
Expand All @@ -122,9 +134,9 @@ columns:
is_dttm: false
python_date_format: null
type: String
verbose_name: Course Key
verbose_name: Course Name
- advanced_data_type: null
column_name: course_name
column_name: course_run
description: null
expression: ''
extra: {}
Expand All @@ -134,9 +146,9 @@ columns:
is_dttm: false
python_date_format: null
type: String
verbose_name: Course Name
verbose_name: Course Run
- advanced_data_type: null
column_name: course_run
column_name: video_name
description: null
expression: ''
extra: {}
Expand All @@ -146,9 +158,9 @@ columns:
is_dttm: false
python_date_format: null
type: String
verbose_name: Course Run
verbose_name: Video Name
- advanced_data_type: null
column_name: video_name
column_name: segment_range
description: null
expression: ''
extra: {}
Expand All @@ -158,9 +170,9 @@ columns:
is_dttm: false
python_date_format: null
type: String
verbose_name: Video Name
verbose_name: Segment Range
- advanced_data_type: null
column_name: segment_range
column_name: org
description: null
expression: ''
extra: {}
Expand All @@ -169,8 +181,8 @@ columns:
is_active: true
is_dttm: false
python_date_format: null
type: String
verbose_name: Segment Range
type: LowCardinality(String)
verbose_name: Org
- advanced_data_type: null
column_name: email
description: null
Expand All @@ -196,7 +208,7 @@ columns:
type: String
verbose_name: Name
- advanced_data_type: null
column_name: org
column_name: username
description: null
expression: ''
extra: {}
Expand All @@ -206,19 +218,31 @@ columns:
is_dttm: false
python_date_format: null
type: String
verbose_name: Org
verbose_name: Username
- advanced_data_type: null
column_name: username
column_name: video_id
description: null
expression: ''
expression: null
extra: {}
filterable: true
groupby: true
is_active: true
is_dttm: false
python_date_format: null
type: String
verbose_name: Username
verbose_name: Video Id
- advanced_data_type: null
column_name: video_link
description: null
expression: null
extra: {}
filterable: true
groupby: true
is_active: true
is_dttm: false
python_date_format: null
type: String
verbose_name: Video Link
database_uuid: 21174b6c-4d40-4958-8161-d6c3cf5e77b6
default_endpoint: null
description: null
Expand All @@ -231,35 +255,38 @@ metrics:
d3format: null
description: null
expression: count(*) - count(distinct actor_id)
extra: {}
extra:
warning_markdown: ''
metric_name: repeat_views
metric_type: null
verbose_name: Repeat Views
warning_text: null
- currency: null
d3format: null
description: null
expression: count(*)
expression: count(distinct actor_id)
extra:
warning_markdown: ''
metric_name: total_views
metric_name: unique_viewers
metric_type: null
verbose_name: Total Views
verbose_name: Unique Viewers
warning_text: null
- currency: null
d3format: null
description: null
expression: count(distinct actor_id)
extra: {}
metric_name: unique_viewers
expression: count(*)
extra:
warning_markdown: ''
metric_name: total_views
metric_type: null
verbose_name: Unique Viewers
verbose_name: Total Views
warning_text: null
- currency: null
d3format: null
description: null
expression: COUNT(*)
extra: null
extra:
warning_markdown: ''
metric_name: count
metric_type: count
verbose_name: COUNT(*)
Expand Down

0 comments on commit ad50b30

Please sign in to comment.