Skip to content

Commit

Permalink
Update common.libsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
emre committed Feb 12, 2021
1 parent b44ea9c commit c1d2d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@ local predefined = import 'predefined.jsonnet';
traffic_source_name: {
type: 'string',
category: 'Event',
column: 'traffic_source.name',
column: '`traffic_source`.`name`',
},
traffic_source_medium: {
type: 'string',
category: 'Event',
column: 'traffic_source.medium',
column: '`traffic_source`.`medium`',
},
traffic_source_source: {
type: 'string',
category: 'Event',
column: 'traffic_source.source',
column: '`traffic_source`.`source`',
},
user_first_touch: {
description: 'The time at which the user first opened the app.',
Expand Down

0 comments on commit c1d2d9a

Please sign in to comment.