Skip to content
Open
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
10 changes: 7 additions & 3 deletions models/demo/tracks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ models:
unique_user_count:
type: count_distinct
description: The unique number of users based on distinct users IDs
user_id_count_of_user_id:
label: Count of User id
description: "Count of User id on the table Tracks "
type: count
filters: []
- name: id
description: "The unique identifier for an event"
meta:
Expand Down Expand Up @@ -69,7 +74,6 @@ models:
additional_dimensions:
days_since_user_created:
type: number
description: "The number of days between when the user was created and this event."
description: "The number of days between when the user was created and this
event."
sql: DATE_DIFF(${TABLE}.timestamp, ${users.created_at}, DAY)


Loading