diff --git a/.github/workflows/lintsql.yml b/.github/workflows/lintsql.yml index f1ee86e6c6a..17e92bad2e5 100644 --- a/.github/workflows/lintsql.yml +++ b/.github/workflows/lintsql.yml @@ -11,7 +11,7 @@ on: jobs: lint: name: Lint SQL - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v4 diff --git a/sql/2020/third-parties/top100_third_parties_by_number_of_websites.sql b/sql/2020/third-parties/top100_third_parties_by_number_of_websites.sql index 995fa9c2197..bb3748a82a1 100644 --- a/sql/2020/third-parties/top100_third_parties_by_number_of_websites.sql +++ b/sql/2020/third-parties/top100_third_parties_by_number_of_websites.sql @@ -36,7 +36,6 @@ base AS ( canonicalDomain ) - SELECT canonicalDomain, total_pages, diff --git a/sql/2021/privacy/most_common_featurepolicy_permissionspolicy_directive_values.sql b/sql/2021/privacy/most_common_featurepolicy_permissionspolicy_directive_values.sql index e9052d21a8d..f22a659ca02 100644 --- a/sql/2021/privacy/most_common_featurepolicy_permissionspolicy_directive_values.sql +++ b/sql/2021/privacy/most_common_featurepolicy_permissionspolicy_directive_values.sql @@ -124,7 +124,6 @@ normalized_permissions_policy AS ( -- normalize merged_permissions_policy ) - SELECT client, rank_grouping, diff --git a/sql/2021/privacy/number_of_websites_with_origin_trial_from_token.sql b/sql/2021/privacy/number_of_websites_with_origin_trial_from_token.sql index 0f0be62c6f6..68565c61c48 100644 --- a/sql/2021/privacy/number_of_websites_with_origin_trial_from_token.sql +++ b/sql/2021/privacy/number_of_websites_with_origin_trial_from_token.sql @@ -212,7 +212,6 @@ extracted_origin_trials_from_headers_and_meta_tags AS ( tag_name = 'origin-trial' ) - SELECT client, COALESCE(origin_trials_from_custom_metric.featureElem, origin_trials_from_headers_and_meta_tags.featureElem) AS featureElem, diff --git a/sql/2021/seo/pages-canonical-stats.sql b/sql/2021/seo/pages-canonical-stats.sql index bd81cb7d87d..cdc480a8a77 100644 --- a/sql/2021/seo/pages-canonical-stats.sql +++ b/sql/2021/seo/pages-canonical-stats.sql @@ -114,7 +114,6 @@ try { '''; - SELECT client, COUNT(0) AS total, diff --git a/sql/2022/css/all_functions.sql b/sql/2022/css/all_functions.sql index f4fb4c98efb..ed0ad9944b7 100644 --- a/sql/2022/css/all_functions.sql +++ b/sql/2022/css/all_functions.sql @@ -43,7 +43,6 @@ WITH totals AS ( client ) - SELECT * FROM ( diff --git a/sql/2022/css/layer.sql b/sql/2022/css/layer.sql index 75bab9f0378..2f5e05e80cd 100644 --- a/sql/2022/css/layer.sql +++ b/sql/2022/css/layer.sql @@ -14,7 +14,6 @@ WITH layers AS ( type = 'css' ) - SELECT client, COUNT(DISTINCT IF(has_layer, page, NULL)) AS pages, diff --git a/sql/2022/css/lcp_initiator_type.sql b/sql/2022/css/lcp_initiator_type.sql index 9f1550acb37..34b08b57fe9 100644 --- a/sql/2022/css/lcp_initiator_type.sql +++ b/sql/2022/css/lcp_initiator_type.sql @@ -20,7 +20,6 @@ requests AS ( date = '2022-06-01' ) - SELECT client, type AS lcp_initiator_type, diff --git a/sql/2022/css/print_page_pseudo_classes.sql b/sql/2022/css/print_page_pseudo_classes.sql index 27acca727d9..ebf13f1d21d 100644 --- a/sql/2022/css/print_page_pseudo_classes.sql +++ b/sql/2022/css/print_page_pseudo_classes.sql @@ -52,7 +52,6 @@ WITH totals AS ( client ) - SELECT client, pseudo_class, diff --git a/sql/2022/css/print_stylesheet_adoption.sql b/sql/2022/css/print_stylesheet_adoption.sql index b9be31f839f..d3d42f55ac3 100644 --- a/sql/2022/css/print_stylesheet_adoption.sql +++ b/sql/2022/css/print_stylesheet_adoption.sql @@ -18,7 +18,6 @@ WITH print AS ( `httparchive.pages.2022_07_01_*` -- noqa: CV09 ) - SELECT client, COUNTIF(has_print_stylesheet) AS pages, diff --git a/sql/2022/fonts/font_variant_values.sql b/sql/2022/fonts/font_variant_values.sql index 99422f3593b..01dfd2fca6b 100644 --- a/sql/2022/fonts/font_variant_values.sql +++ b/sql/2022/fonts/font_variant_values.sql @@ -38,7 +38,6 @@ WITH totals AS ( client ) - SELECT client, prop, diff --git a/sql/2022/interoperability/layer_per_page.sql b/sql/2022/interoperability/layer_per_page.sql index 82d7f63661e..25265142f10 100644 --- a/sql/2022/interoperability/layer_per_page.sql +++ b/sql/2022/interoperability/layer_per_page.sql @@ -37,7 +37,6 @@ WITH detections AS ( page ) - SELECT percentile, client, diff --git a/sql/2022/markup/data_attribute_total.sql b/sql/2022/markup/data_attribute_total.sql index 8f56cafe803..688282ba43e 100644 --- a/sql/2022/markup/data_attribute_total.sql +++ b/sql/2022/markup/data_attribute_total.sql @@ -23,7 +23,6 @@ WITH totals AS ( _TABLE_SUFFIX ) - SELECT _TABLE_SUFFIX AS client, COUNT(DISTINCT url) AS pages, diff --git a/sql/2022/media/lcp_element_data.sql b/sql/2022/media/lcp_element_data.sql index a891129547c..bc77ece7744 100644 --- a/sql/2022/media/lcp_element_data.sql +++ b/sql/2022/media/lcp_element_data.sql @@ -38,7 +38,6 @@ CREATE TEMP FUNCTION getLoadingClasses(attributes STRING) RETURNS STRING LANGUAG '''; - WITH lcp_stats AS ( SELECT diff --git a/sql/2022/performance/bfcache_unload.sql b/sql/2022/performance/bfcache_unload.sql index 9164bf7ca57..5207706c951 100644 --- a/sql/2022/performance/bfcache_unload.sql +++ b/sql/2022/performance/bfcache_unload.sql @@ -16,7 +16,6 @@ pages AS ( `httparchive.summary_pages.2022_06_01_*` ) - SELECT client, _rank AS rank, diff --git a/sql/2022/performance/cls_animations.sql b/sql/2022/performance/cls_animations.sql index 1452e404fc4..ec23c6288a4 100644 --- a/sql/2022/performance/cls_animations.sql +++ b/sql/2022/performance/cls_animations.sql @@ -6,7 +6,6 @@ WITH lh AS ( `httparchive.lighthouse.2022_06_01_*` ) - SELECT percentile, client, diff --git a/sql/2022/performance/cls_unsized_image_height.sql b/sql/2022/performance/cls_unsized_image_height.sql index 2b853dfa73a..eb07160db63 100644 --- a/sql/2022/performance/cls_unsized_image_height.sql +++ b/sql/2022/performance/cls_unsized_image_height.sql @@ -7,7 +7,6 @@ WITH lh AS ( UNNEST(JSON_QUERY_ARRAY(report, '$.audits.unsized-images.details.items')) AS unsized_image ) - SELECT percentile, client, diff --git a/sql/2022/performance/cls_unsized_images.sql b/sql/2022/performance/cls_unsized_images.sql index 5a5bd4c2e39..9eae9f12718 100644 --- a/sql/2022/performance/cls_unsized_images.sql +++ b/sql/2022/performance/cls_unsized_images.sql @@ -6,7 +6,6 @@ WITH lh AS ( `httparchive.lighthouse.2022_06_01_*` ) - SELECT percentile, client, diff --git a/sql/2022/performance/lcp_host.sql b/sql/2022/performance/lcp_host.sql index 528fec937c8..0cf0b9997d0 100644 --- a/sql/2022/performance/lcp_host.sql +++ b/sql/2022/performance/lcp_host.sql @@ -7,7 +7,6 @@ WITH lcp AS ( `httparchive.pages.2022_06_01_*` ) - SELECT client, CASE diff --git a/sql/2022/performance/lcp_host_3p.sql b/sql/2022/performance/lcp_host_3p.sql index 4fda76c04e9..774ffab7901 100644 --- a/sql/2022/performance/lcp_host_3p.sql +++ b/sql/2022/performance/lcp_host_3p.sql @@ -7,7 +7,6 @@ WITH lcp AS ( `httparchive.pages.2022_06_01_*` ) - SELECT client, NET.REG_DOMAIN(url) AS lcp_domain, diff --git a/sql/2022/performance/lcp_initiator_type.sql b/sql/2022/performance/lcp_initiator_type.sql index f923781b5be..5f8a5172255 100644 --- a/sql/2022/performance/lcp_initiator_type.sql +++ b/sql/2022/performance/lcp_initiator_type.sql @@ -20,7 +20,6 @@ requests AS ( date = '2022-06-01' ) - SELECT client, type AS lcp_initiator_type, diff --git a/sql/2022/performance/lcp_lazy_wordpress.sql b/sql/2022/performance/lcp_lazy_wordpress.sql index 5f3819b4448..bec36e0a8ce 100644 --- a/sql/2022/performance/lcp_lazy_wordpress.sql +++ b/sql/2022/performance/lcp_lazy_wordpress.sql @@ -45,7 +45,6 @@ wp AS ( app = 'WordPress' ) - SELECT client, COUNTIF(wordpress) AS wordpress, diff --git a/sql/2022/performance/lcp_preload_discoverable.sql b/sql/2022/performance/lcp_preload_discoverable.sql index 8e800a7c993..42bcd5153d8 100644 --- a/sql/2022/performance/lcp_preload_discoverable.sql +++ b/sql/2022/performance/lcp_preload_discoverable.sql @@ -7,7 +7,6 @@ WITH lcp AS ( `httparchive.pages.2022_06_01_*` ) - SELECT client, discoverable, diff --git a/sql/2022/performance/lcp_resource_type.sql b/sql/2022/performance/lcp_resource_type.sql index fae34d9e39f..ea820b5b931 100644 --- a/sql/2022/performance/lcp_resource_type.sql +++ b/sql/2022/performance/lcp_resource_type.sql @@ -8,7 +8,6 @@ WITH lcp AS ( `httparchive.pages.2022_06_01_*` ) - SELECT client, CASE diff --git a/sql/2022/privacy/number_of_websites_with_origin_trial_from_token.sql b/sql/2022/privacy/number_of_websites_with_origin_trial_from_token.sql index 21da678f854..81b989d67e6 100644 --- a/sql/2022/privacy/number_of_websites_with_origin_trial_from_token.sql +++ b/sql/2022/privacy/number_of_websites_with_origin_trial_from_token.sql @@ -213,7 +213,6 @@ extracted_origin_trials_from_headers_and_meta_tags AS ( tag_name = 'origin-trial' ) - SELECT client, COALESCE(origin_trials_from_custom_metric.featureElem, origin_trials_from_headers_and_meta_tags.featureElem) AS featureElem, diff --git a/sql/2022/privacy/top100_cookies_set_from_header.sql b/sql/2022/privacy/top100_cookies_set_from_header.sql index 5da6217ab36..bc1d0827931 100644 --- a/sql/2022/privacy/top100_cookies_set_from_header.sql +++ b/sql/2022/privacy/top100_cookies_set_from_header.sql @@ -67,7 +67,6 @@ cookies AS ( websites_per_client ) - SELECT * FROM ( diff --git a/sql/2022/seo/pages-canonical-stats.sql b/sql/2022/seo/pages-canonical-stats.sql index 0190518a8b5..f2bd0f24a1e 100644 --- a/sql/2022/seo/pages-canonical-stats.sql +++ b/sql/2022/seo/pages-canonical-stats.sql @@ -114,7 +114,6 @@ try { '''; - SELECT client, COUNT(0) AS total, diff --git a/sql/2022/seo/robots-meta-usage.sql b/sql/2022/seo/robots-meta-usage.sql index 5af4a1fd617..abc2af59a2f 100644 --- a/sql/2022/seo/robots-meta-usage.sql +++ b/sql/2022/seo/robots-meta-usage.sql @@ -28,7 +28,6 @@ return results; '''; - SELECT client, total, diff --git a/sql/2022/third-parties/third_parties_using_legacy_javascript.sql b/sql/2022/third-parties/third_parties_using_legacy_javascript.sql index 1e34f2b6259..dea6efd3bff 100644 --- a/sql/2022/third-parties/third_parties_using_legacy_javascript.sql +++ b/sql/2022/third-parties/third_parties_using_legacy_javascript.sql @@ -44,7 +44,6 @@ base AS ( page ) - SELECT client, AVG(pct_1p_legacy) AS avg_pct_1p_legacy, diff --git a/sql/2023/performance/bfcache_unload.sql b/sql/2023/performance/bfcache_unload.sql index 8e194a5b9fb..19ccd5d436a 100644 --- a/sql/2023/performance/bfcache_unload.sql +++ b/sql/2023/performance/bfcache_unload.sql @@ -11,7 +11,6 @@ WITH lh AS ( is_root_page ) - SELECT client, _rank AS rank, diff --git a/sql/2023/performance/cls_animations.sql b/sql/2023/performance/cls_animations.sql index 61aaac232eb..8af6e8668eb 100644 --- a/sql/2023/performance/cls_animations.sql +++ b/sql/2023/performance/cls_animations.sql @@ -9,7 +9,6 @@ WITH lh AS ( is_root_page ) - SELECT percentile, client, diff --git a/sql/2023/performance/cls_unsized_image_height.sql b/sql/2023/performance/cls_unsized_image_height.sql index 4c3ad5cef65..7df6f8147fa 100644 --- a/sql/2023/performance/cls_unsized_image_height.sql +++ b/sql/2023/performance/cls_unsized_image_height.sql @@ -10,7 +10,6 @@ WITH lh AS ( is_root_page ) - SELECT percentile, client, diff --git a/sql/2023/performance/cls_unsized_images.sql b/sql/2023/performance/cls_unsized_images.sql index cba6c373a67..fd2eed382c7 100644 --- a/sql/2023/performance/cls_unsized_images.sql +++ b/sql/2023/performance/cls_unsized_images.sql @@ -9,7 +9,6 @@ WITH lh AS ( is_root_page ) - SELECT percentile, client, diff --git a/sql/2023/performance/lcp_host.sql b/sql/2023/performance/lcp_host.sql index 6f051899a56..8f4c796f1b8 100644 --- a/sql/2023/performance/lcp_host.sql +++ b/sql/2023/performance/lcp_host.sql @@ -10,7 +10,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, CASE diff --git a/sql/2023/performance/lcp_host_3p.sql b/sql/2023/performance/lcp_host_3p.sql index ae84efc1196..ad504c50cd5 100644 --- a/sql/2023/performance/lcp_host_3p.sql +++ b/sql/2023/performance/lcp_host_3p.sql @@ -10,7 +10,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, NET.REG_DOMAIN(url) AS lcp_domain, diff --git a/sql/2023/performance/lcp_initiator_type.sql b/sql/2023/performance/lcp_initiator_type.sql index 4d0fb6bfe26..da7dd95d47d 100644 --- a/sql/2023/performance/lcp_initiator_type.sql +++ b/sql/2023/performance/lcp_initiator_type.sql @@ -23,7 +23,6 @@ requests AS ( date = '2023-10-01' ) - SELECT client, IFNULL(type, 'unknown') AS lcp_initiator_type, diff --git a/sql/2023/performance/lcp_lazy_technologies.sql b/sql/2023/performance/lcp_lazy_technologies.sql index bc5c766a773..9e07f024e4b 100644 --- a/sql/2023/performance/lcp_lazy_technologies.sql +++ b/sql/2023/performance/lcp_lazy_technologies.sql @@ -48,7 +48,6 @@ tech_totals AS ( technology ) - SELECT client, technology, diff --git a/sql/2023/performance/lcp_preload_discoverable.sql b/sql/2023/performance/lcp_preload_discoverable.sql index 8641e593751..f16dc94a1ce 100644 --- a/sql/2023/performance/lcp_preload_discoverable.sql +++ b/sql/2023/performance/lcp_preload_discoverable.sql @@ -10,7 +10,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, discoverable, diff --git a/sql/2023/performance/lcp_resource_type.sql b/sql/2023/performance/lcp_resource_type.sql index 06d7471cc57..0e6ead8e469 100644 --- a/sql/2023/performance/lcp_resource_type.sql +++ b/sql/2023/performance/lcp_resource_type.sql @@ -11,7 +11,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, CASE diff --git a/sql/2024/accessibility/lighthouse_score_by_government_with_urls.sql b/sql/2024/accessibility/lighthouse_score_by_government_with_urls.sql index bcecc0cb56a..ed49f905edc 100644 --- a/sql/2024/accessibility/lighthouse_score_by_government_with_urls.sql +++ b/sql/2024/accessibility/lighthouse_score_by_government_with_urls.sql @@ -384,7 +384,6 @@ domain_scores AS ( '|\\.(gov|mil|gouv|gob|gub|go|govt|gv|nic|government)\\.(taipei|[a-z]{2,3})/' -- Other generic government formats (e.g., gouv.fr, gob.mx, go.jp) - '|\\.gc\\.ca/' -- Canada and provinces '|\\.canada\\.ca/' '|\\.alberta\\.ca/' diff --git a/sql/2024/ecommerce/core_web_vitals_yoy.sql b/sql/2024/ecommerce/core_web_vitals_yoy.sql index 879adfcc2be..ddb28935732 100644 --- a/sql/2024/ecommerce/core_web_vitals_yoy.sql +++ b/sql/2024/ecommerce/core_web_vitals_yoy.sql @@ -71,7 +71,6 @@ GROUP BY client, app - UNION ALL -- Year 2023 @@ -188,6 +187,5 @@ GROUP BY client, app - ORDER BY origins DESC diff --git a/sql/2024/media/lcp_element_data.sql b/sql/2024/media/lcp_element_data.sql index a971686c349..c3a4cfb3e4e 100644 --- a/sql/2024/media/lcp_element_data.sql +++ b/sql/2024/media/lcp_element_data.sql @@ -39,7 +39,6 @@ CREATE TEMP FUNCTION getLoadingClasses(attributes STRING) RETURNS STRING LANGUAG '''; - WITH lcp_stats AS ( SELECT diff --git a/sql/2024/performance/bfcache_unload.sql b/sql/2024/performance/bfcache_unload.sql index 09aa40e75f9..68e1e76328d 100644 --- a/sql/2024/performance/bfcache_unload.sql +++ b/sql/2024/performance/bfcache_unload.sql @@ -20,7 +20,6 @@ WITH lh AS ( date = '2024-06-01' ) - SELECT client, _rank AS rank, diff --git a/sql/2024/performance/cls_animations.sql b/sql/2024/performance/cls_animations.sql index f07c337c944..870376662ac 100644 --- a/sql/2024/performance/cls_animations.sql +++ b/sql/2024/performance/cls_animations.sql @@ -9,7 +9,6 @@ WITH lh AS ( is_root_page ) - SELECT percentile, client, diff --git a/sql/2024/performance/cls_unsized_image_height.sql b/sql/2024/performance/cls_unsized_image_height.sql index 74afcaca23b..3525e35f79d 100644 --- a/sql/2024/performance/cls_unsized_image_height.sql +++ b/sql/2024/performance/cls_unsized_image_height.sql @@ -10,7 +10,6 @@ WITH lh AS ( is_root_page ) - SELECT percentile, client, diff --git a/sql/2024/performance/cls_unsized_images.sql b/sql/2024/performance/cls_unsized_images.sql index 43633c9d197..e747330033c 100644 --- a/sql/2024/performance/cls_unsized_images.sql +++ b/sql/2024/performance/cls_unsized_images.sql @@ -9,7 +9,6 @@ WITH lh AS ( is_root_page ) - SELECT percentile, client, diff --git a/sql/2024/performance/lcp_host.sql b/sql/2024/performance/lcp_host.sql index 19e98361b1b..fa181e38291 100644 --- a/sql/2024/performance/lcp_host.sql +++ b/sql/2024/performance/lcp_host.sql @@ -10,7 +10,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, CASE diff --git a/sql/2024/performance/lcp_host_3p.sql b/sql/2024/performance/lcp_host_3p.sql index d33be5d46a1..5bd515638b8 100644 --- a/sql/2024/performance/lcp_host_3p.sql +++ b/sql/2024/performance/lcp_host_3p.sql @@ -10,7 +10,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, NET.REG_DOMAIN(url) AS lcp_domain, diff --git a/sql/2024/performance/lcp_initiator_type.sql b/sql/2024/performance/lcp_initiator_type.sql index 49ac9703b81..870b228db66 100644 --- a/sql/2024/performance/lcp_initiator_type.sql +++ b/sql/2024/performance/lcp_initiator_type.sql @@ -23,7 +23,6 @@ requests AS ( date = '2024-06-01' ) - SELECT client, IFNULL(type, 'unknown') AS lcp_initiator_type, diff --git a/sql/2024/performance/lcp_lazy_technologies.sql b/sql/2024/performance/lcp_lazy_technologies.sql index b07ee2ecbbb..eb6590ebba7 100644 --- a/sql/2024/performance/lcp_lazy_technologies.sql +++ b/sql/2024/performance/lcp_lazy_technologies.sql @@ -48,7 +48,6 @@ tech_totals AS ( technology ) - SELECT client, technology, diff --git a/sql/2024/performance/lcp_preload_discoverable.sql b/sql/2024/performance/lcp_preload_discoverable.sql index 45a20d7208e..3133880f134 100644 --- a/sql/2024/performance/lcp_preload_discoverable.sql +++ b/sql/2024/performance/lcp_preload_discoverable.sql @@ -10,7 +10,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, discoverable, diff --git a/sql/2024/performance/lcp_resource_type.sql b/sql/2024/performance/lcp_resource_type.sql index 6eec129ea52..02deb048eed 100644 --- a/sql/2024/performance/lcp_resource_type.sql +++ b/sql/2024/performance/lcp_resource_type.sql @@ -13,7 +13,6 @@ WITH lcp AS ( is_root_page ) - SELECT client, CASE diff --git a/sql/2024/security/meta_csp_disallowed_directives.sql b/sql/2024/security/meta_csp_disallowed_directives.sql index eb4a5458077..f8ab61293cc 100644 --- a/sql/2024/security/meta_csp_disallowed_directives.sql +++ b/sql/2024/security/meta_csp_disallowed_directives.sql @@ -15,7 +15,6 @@ WITH totals AS ( client ) - SELECT client, total_pages, diff --git a/sql/2024/security/well-known_security.sql b/sql/2024/security/well-known_security.sql index db608975d65..dc0fccebb0c 100644 --- a/sql/2024/security/well-known_security.sql +++ b/sql/2024/security/well-known_security.sql @@ -68,7 +68,6 @@ totals AS ( client ) - SELECT client, # High Level stats for all pages diff --git a/sql/2024/seo/pages-canonical-stats-2024.sql b/sql/2024/seo/pages-canonical-stats-2024.sql index e8db0ccec6a..9fcc7bedc1c 100644 --- a/sql/2024/seo/pages-canonical-stats-2024.sql +++ b/sql/2024/seo/pages-canonical-stats-2024.sql @@ -114,7 +114,6 @@ try { '''; - SELECT client, COUNT(0) AS total, diff --git a/sql/2024/seo/robots-meta-usage-2024.sql b/sql/2024/seo/robots-meta-usage-2024.sql index bbd6f83cd22..6485dbc38a4 100644 --- a/sql/2024/seo/robots-meta-usage-2024.sql +++ b/sql/2024/seo/robots-meta-usage-2024.sql @@ -42,7 +42,6 @@ WITH Robots_Data AS ( date = '2024-06-01' ) - SELECT client, is_root_page, diff --git a/sql/2024/third-parties/depth_of_gtm_calls.sql b/sql/2024/third-parties/depth_of_gtm_calls.sql index 35ab06bc07a..46cc89546d0 100644 --- a/sql/2024/third-parties/depth_of_gtm_calls.sql +++ b/sql/2024/third-parties/depth_of_gtm_calls.sql @@ -25,7 +25,6 @@ LANGUAGE js AS """ """; - CREATE TEMP FUNCTION mean_depth_and_next_element_after_gtm(input_array ARRAY) RETURNS STRUCT> LANGUAGE js AS """ diff --git a/sql/2024/third-parties/third_parties_using_legacy_javascript.sql b/sql/2024/third-parties/third_parties_using_legacy_javascript.sql index 5feda2ce1af..937d6a1c665 100644 --- a/sql/2024/third-parties/third_parties_using_legacy_javascript.sql +++ b/sql/2024/third-parties/third_parties_using_legacy_javascript.sql @@ -45,7 +45,6 @@ base AS ( page ) - SELECT client, AVG(pct_1p_legacy) AS avg_pct_1p_legacy, diff --git a/src/requirements.txt b/src/requirements.txt index 9799d182a00..33c13ea7389 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -4,7 +4,7 @@ gunicorn==23.0.0 pytest==8.3.5 pytest-watch==4.2.0 pytest-cov==6.1.1 -sqlfluff==3.3.1 +sqlfluff==3.4.0 # sql/util/* dependencies pandas==2.2.3