Skip to content

Commit

Permalink
origin-trials removed from other
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko authored and GCP Dataform committed Sep 30, 2024
1 parent 5cd05df commit c44691e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/output/all/reprocess_pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ SELECT
JSON_QUERY(SAFE.PARSE_JSON(custom_metrics, wide_number_mode => 'round'), "$.third-parties"),
JSON_QUERY(SAFE.PARSE_JSON(custom_metrics, wide_number_mode => 'round'), "$.well-known"),
JSON_QUERY(SAFE.PARSE_JSON(custom_metrics, wide_number_mode => 'round'), "$.wpt_bodies"),
PRUNE_OBJECT(custom_metrics, ["a11y", "cms", "css-variables", "cookies", "element_count", "ecommerce", "javascript", "markup", "media", "performance", "privacy", "security", "responsive_images", "robots_txt", "structured-data", "third-parties", "well-known", "wpt_bodies"])
PRUNE_OBJECT(custom_metrics, ["a11y", "cms", "cookies", "css-variables", "ecommerce", "element_count", "javascript", "markup", "media", "origin-trials", "performance", "privacy", "responsive_images", "robots_txt", "security", "structured-data", "third-parties", "well-known", "wpt_bodies"])
) AS custom_metrics,
SAFE.PARSE_JSON(lighthouse, wide_number_mode => 'round') AS lighthouse,
features,
Expand Down

0 comments on commit c44691e

Please sign in to comment.