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] authored and robbie-c committed Oct 1, 2024
1 parent 6a4132c commit 8b3147d
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions posthog/hogql/database/test/__snapshots__/test_database.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,8 @@
"$last_external_click_url",
"$page_screen_autocapture_count_up_to",
"$exit_current_url",
"$exit_pathname"
"$exit_pathname",
"$vitals_lcp"
],
"hogql_value": "session",
"id": "session",
Expand Down Expand Up @@ -962,7 +963,8 @@
"$last_external_click_url",
"$page_screen_autocapture_count_up_to",
"$exit_current_url",
"$exit_pathname"
"$exit_pathname",
"$vitals_lcp"
],
"hogql_value": "session",
"id": "session",
Expand Down Expand Up @@ -1456,6 +1458,16 @@
"schema_valid": true,
"table": null,
"type": "string"
},
"$vitals_lcp": {
"chain": null,
"fields": null,
"hogql_value": "`$vitals_lcp`",
"id": null,
"name": "$vitals_lcp",
"schema_valid": true,
"table": null,
"type": "float"
}
},
"id": "sessions",
Expand Down Expand Up @@ -1967,7 +1979,8 @@
"$last_external_click_url",
"$page_screen_autocapture_count_up_to",
"$exit_current_url",
"$exit_pathname"
"$exit_pathname",
"$vitals_lcp"
],
"hogql_value": "session",
"id": "session",
Expand Down Expand Up @@ -2498,7 +2511,8 @@
"$last_external_click_url",
"$page_screen_autocapture_count_up_to",
"$exit_current_url",
"$exit_pathname"
"$exit_pathname",
"$vitals_lcp"
],
"hogql_value": "session",
"id": "session",
Expand Down Expand Up @@ -2992,6 +3006,16 @@
"schema_valid": true,
"table": null,
"type": "string"
},
"$vitals_lcp": {
"chain": null,
"fields": null,
"hogql_value": "`$vitals_lcp`",
"id": null,
"name": "$vitals_lcp",
"schema_valid": true,
"table": null,
"type": "float"
}
},
"id": "sessions",
Expand Down

0 comments on commit 8b3147d

Please sign in to comment.