From 124f75b45f78744fff1c300de9a583a64deefb63 Mon Sep 17 00:00:00 2001 From: Eduardo Filho Date: Tue, 27 Aug 2024 17:21:23 +0100 Subject: [PATCH] chore(GLAM): update list of confidential probes (#6113) * chore(GLAM): update list of confidential probes * formatting --- .../glam_fenix_beta_aggregates/view.sql | 21 +++++++++++++++++++ .../glam_fenix_nightly_aggregates/view.sql | 21 +++++++++++++++++++ .../glam_fenix_release_aggregates/view.sql | 21 +++++++++++++++++++ .../glam_fog_beta_aggregates/view.sql | 14 +++++++++++++ .../glam_fog_nightly_aggregates/view.sql | 14 +++++++++++++ .../glam_fog_release_aggregates/view.sql | 14 +++++++++++++ 6 files changed, 105 insertions(+) diff --git a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_beta_aggregates/view.sql b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_beta_aggregates/view.sql index 8e48a9e2d7..4a90c97c91 100644 --- a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_beta_aggregates/view.sql +++ b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_beta_aggregates/view.sql @@ -28,6 +28,27 @@ CREATE OR REPLACE VIEW AND metric NOT LIKE r"%manager\_message\_size%" AND metric NOT LIKE r"%dropped\_frames\_proportion%" ) + AND metric NOT IN ( + "characteristics.color_depth", + "characteristics.color_gamut", + "characteristics.color_scheme", + "characteristics.inverted_colors", + "characteristics.max_touch_points", + "characteristics.missing_fonts", + "characteristics.prefers_contrast", + "characteristics.prefers_reduced_motion", + "characteristics.prefers_reduced_transparency", + "characteristics.prefs_media_eme_enabled", + "characteristics.prefs_zoom_text_only", + "characteristics.processor_count", + "characteristics.screen_height", + "characteristics.screen_width", + "characteristics.submission_schema", + "characteristics.target_frame_rate", + "characteristics.video_dynamic_range", + "pocket.shim", + "shopping.product_page_visits" + ) AND metric_type != "boolean" ), calculated_percentiles AS ( diff --git a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_nightly_aggregates/view.sql b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_nightly_aggregates/view.sql index 8132f7231e..f4915cacd7 100644 --- a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_nightly_aggregates/view.sql +++ b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_nightly_aggregates/view.sql @@ -28,6 +28,27 @@ CREATE OR REPLACE VIEW AND metric NOT LIKE r"%manager\_message\_size%" AND metric NOT LIKE r"%dropped\_frames\_proportion%" ) + AND metric NOT IN ( + "characteristics.color_depth", + "characteristics.color_gamut", + "characteristics.color_scheme", + "characteristics.inverted_colors", + "characteristics.max_touch_points", + "characteristics.missing_fonts", + "characteristics.prefers_contrast", + "characteristics.prefers_reduced_motion", + "characteristics.prefers_reduced_transparency", + "characteristics.prefs_media_eme_enabled", + "characteristics.prefs_zoom_text_only", + "characteristics.processor_count", + "characteristics.screen_height", + "characteristics.screen_width", + "characteristics.submission_schema", + "characteristics.target_frame_rate", + "characteristics.video_dynamic_range", + "pocket.shim", + "shopping.product_page_visits" + ) AND metric_type != "boolean" ), calculated_percentiles AS ( diff --git a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_release_aggregates/view.sql b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_release_aggregates/view.sql index 8163ca967a..185aebc218 100644 --- a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_release_aggregates/view.sql +++ b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fenix_release_aggregates/view.sql @@ -28,6 +28,27 @@ CREATE OR REPLACE VIEW AND metric NOT LIKE r"%manager\_message\_size%" AND metric NOT LIKE r"%dropped\_frames\_proportion%" ) + AND metric NOT IN ( + "characteristics.color_depth", + "characteristics.color_gamut", + "characteristics.color_scheme", + "characteristics.inverted_colors", + "characteristics.max_touch_points", + "characteristics.missing_fonts", + "characteristics.prefers_contrast", + "characteristics.prefers_reduced_motion", + "characteristics.prefers_reduced_transparency", + "characteristics.prefs_media_eme_enabled", + "characteristics.prefs_zoom_text_only", + "characteristics.processor_count", + "characteristics.screen_height", + "characteristics.screen_width", + "characteristics.submission_schema", + "characteristics.target_frame_rate", + "characteristics.video_dynamic_range", + "pocket.shim", + "shopping.product_page_visits" + ) AND metric_type != "boolean" ), calculated_percentiles AS ( diff --git a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_beta_aggregates/view.sql b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_beta_aggregates/view.sql index 6ab7065130..e8ea55b63d 100644 --- a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_beta_aggregates/view.sql +++ b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_beta_aggregates/view.sql @@ -28,6 +28,20 @@ CREATE OR REPLACE VIEW AND metric NOT LIKE r"%manager\_message\_size%" AND metric NOT LIKE r"%dropped\_frames\_proportion%" ) + AND metric NOT IN ( + "browser.search.ad_clicks", + "browser.search.in_content", + "browser.search.with_ads", + "fx_suggest.block_id", + "metrics.search_count", + "nimbus_health.fetch_experiments_time", + "shopping.product_page_visits", + "shopping.settings.component_opted_out", + "shopping.settings.disabled_ads", + "shopping.settings.nimbus_disabled_shopping", + "shopping.settings.user_has_onboarded", + "top_sites.contile_tile_id" + ) AND metric_type != "boolean" ), calculated_percentiles AS ( diff --git a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_nightly_aggregates/view.sql b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_nightly_aggregates/view.sql index bfed78fa37..270dd44f0b 100644 --- a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_nightly_aggregates/view.sql +++ b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_nightly_aggregates/view.sql @@ -28,6 +28,20 @@ CREATE OR REPLACE VIEW AND metric NOT LIKE r"%manager\_message\_size%" AND metric NOT LIKE r"%dropped\_frames\_proportion%" ) + AND metric NOT IN ( + "browser.search.ad_clicks", + "browser.search.in_content", + "browser.search.with_ads", + "fx_suggest.block_id", + "metrics.search_count", + "nimbus_health.fetch_experiments_time", + "shopping.product_page_visits", + "shopping.settings.component_opted_out", + "shopping.settings.disabled_ads", + "shopping.settings.nimbus_disabled_shopping", + "shopping.settings.user_has_onboarded", + "top_sites.contile_tile_id" + ) AND metric_type != "boolean" ), calculated_percentiles AS ( diff --git a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_release_aggregates/view.sql b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_release_aggregates/view.sql index 4226f45c2e..6a0f0add8b 100644 --- a/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_release_aggregates/view.sql +++ b/sql/moz-fx-data-glam-prod-fca7/glam_etl/glam_fog_release_aggregates/view.sql @@ -28,6 +28,20 @@ CREATE OR REPLACE VIEW AND metric NOT LIKE r"%manager\_message\_size%" AND metric NOT LIKE r"%dropped\_frames\_proportion%" ) + AND metric NOT IN ( + "browser.search.ad_clicks", + "browser.search.in_content", + "browser.search.with_ads", + "fx_suggest.block_id", + "metrics.search_count", + "nimbus_health.fetch_experiments_time", + "shopping.product_page_visits", + "shopping.settings.component_opted_out", + "shopping.settings.disabled_ads", + "shopping.settings.nimbus_disabled_shopping", + "shopping.settings.user_has_onboarded", + "top_sites.contile_tile_id" + ) AND metric_type != "boolean" ), calculated_percentiles AS (