Skip to content

Commit

Permalink
Update common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Apr 4, 2021
1 parent 3c40da0 commit 7e898fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ local predefined = import 'predefined.jsonnet';
},
days_since_signup: {
sql: 'TIMESTAMP_DIFF({{dimension.user_first_touch}}, {{dimension.event_timestamp}}, DAY)',
type: 'timestamp',
type: 'integer',
},
weeks_since_signup: {
sql: 'TIMESTAMP_DIFF({{dimension.user_first_touch}}, {{dimension.event_timestamp}}, WEEK)',
type: 'timestamp',
type: 'integer',
},
firebase_user_id: {
label: 'User Id',
Expand Down

0 comments on commit 7e898fc

Please sign in to comment.