Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent a85c6a8 commit 51e9c6f
Showing 1 changed file with 130 additions and 50 deletions.
180 changes: 130 additions & 50 deletions posthog/hogql/database/test/__snapshots__/test_database.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -220,24 +220,24 @@
"session_id",
"team_id",
"distinct_id",
"min_timestamp",
"max_timestamp",
"urls",
"entry_url",
"exit_url",
"initial_utm_source",
"initial_utm_campaign",
"initial_utm_medium",
"initial_utm_term",
"initial_utm_content",
"initial_referring_domain",
"initial_gclid",
"initial_gad_source",
"event_count_map",
"pageview_count",
"autocapture_count",
"duration",
"channel_type"
"$start_timestamp",
"$end_timestamp",
"$urls",
"$entry_url",
"$exit_url",
"$initial_utm_source",
"$initial_utm_campaign",
"$initial_utm_medium",
"$initial_utm_term",
"$initial_utm_content",
"$initial_referring_domain",
"$initial_gclid",
"$initial_gad_source",
"$event_count_map",
"$pageview_count",
"$autocapture_count",
"$session_duration",
"$channel_type"
]
}
],
Expand Down Expand Up @@ -602,31 +602,71 @@
"type": "string"
},
{
"key": "min_timestamp",
"key": "$start_timestamp",
"type": "datetime"
},
{
"key": "max_timestamp",
"key": "$end_timestamp",
"type": "datetime"
},
{
"key": "urls",
"key": "$urls",
"type": "array"
},
{
"key": "pageview_count",
"key": "$entry_url",
"type": "string"
},
{
"key": "$exit_url",
"type": "string"
},
{
"key": "$initial_utm_source",
"type": "string"
},
{
"key": "$initial_utm_campaign",
"type": "string"
},
{
"key": "$initial_utm_medium",
"type": "string"
},
{
"key": "$initial_utm_term",
"type": "string"
},
{
"key": "$initial_utm_content",
"type": "string"
},
{
"key": "$initial_referring_domain",
"type": "string"
},
{
"key": "$initial_gclid",
"type": "string"
},
{
"key": "$initial_gad_source",
"type": "string"
},
{
"key": "$pageview_count",
"type": "integer"
},
{
"key": "autocapture_count",
"key": "$autocapture_count",
"type": "integer"
},
{
"key": "duration",
"key": "$session_duration",
"type": "integer"
},
{
"key": "channel_type",
"key": "$channel_type",
"type": "string"
}
],
Expand Down Expand Up @@ -1157,24 +1197,24 @@
"session_id",
"team_id",
"distinct_id",
"min_timestamp",
"max_timestamp",
"urls",
"entry_url",
"exit_url",
"initial_utm_source",
"initial_utm_campaign",
"initial_utm_medium",
"initial_utm_term",
"initial_utm_content",
"initial_referring_domain",
"initial_gclid",
"initial_gad_source",
"event_count_map",
"pageview_count",
"autocapture_count",
"duration",
"channel_type"
"$start_timestamp",
"$end_timestamp",
"$urls",
"$entry_url",
"$exit_url",
"$initial_utm_source",
"$initial_utm_campaign",
"$initial_utm_medium",
"$initial_utm_term",
"$initial_utm_content",
"$initial_referring_domain",
"$initial_gclid",
"$initial_gad_source",
"$event_count_map",
"$pageview_count",
"$autocapture_count",
"$session_duration",
"$channel_type"
]
}
],
Expand Down Expand Up @@ -1539,31 +1579,71 @@
"type": "string"
},
{
"key": "min_timestamp",
"key": "$start_timestamp",
"type": "datetime"
},
{
"key": "max_timestamp",
"key": "$end_timestamp",
"type": "datetime"
},
{
"key": "urls",
"key": "$urls",
"type": "array"
},
{
"key": "pageview_count",
"key": "$entry_url",
"type": "string"
},
{
"key": "$exit_url",
"type": "string"
},
{
"key": "$initial_utm_source",
"type": "string"
},
{
"key": "$initial_utm_campaign",
"type": "string"
},
{
"key": "$initial_utm_medium",
"type": "string"
},
{
"key": "$initial_utm_term",
"type": "string"
},
{
"key": "$initial_utm_content",
"type": "string"
},
{
"key": "$initial_referring_domain",
"type": "string"
},
{
"key": "$initial_gclid",
"type": "string"
},
{
"key": "$initial_gad_source",
"type": "string"
},
{
"key": "$pageview_count",
"type": "integer"
},
{
"key": "autocapture_count",
"key": "$autocapture_count",
"type": "integer"
},
{
"key": "duration",
"key": "$session_duration",
"type": "integer"
},
{
"key": "channel_type",
"key": "$channel_type",
"type": "string"
}
],
Expand Down

0 comments on commit 51e9c6f

Please sign in to comment.