From 14e53db42b9412755e12e855f23124f8fd332944 Mon Sep 17 00:00:00 2001 From: Arkadiusz Komarzewski Date: Fri, 30 Jan 2026 08:21:39 +0100 Subject: [PATCH] Revert "SYNC-5090 - Remove probe-scraper for fxa-client" This reverts commit fd924ddc8784b5a8e7e6dd5998ffa8febfae712a. Removing fxa-client from repositories.yaml causes the mozilla_schema_generator Airflow task to fail. The generated schemas no longer include the fxa_client metrics columns (operation_count, error_count), which triggers BigQuery schema incompatibility validation. --- repositories.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/repositories.yaml b/repositories.yaml index fb68a1c6..72309d5d 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -176,6 +176,20 @@ libraries: branch: main dependency_name: org.mozilla.appservices:adsclient + - library_name: fxa-client + description: >- + Application-services FxA client library + notification_emails: + - bdeankawamura@mozilla.com + - sync-team@mozilla.com + url: https://github.com/mozilla/application-services + metrics_files: + - components/fxa-client/android/metrics.yaml + variants: + - v1_name: fxa-client + branch: main + dependency_name: org.mozilla.appservices:fxaclient + - library_name: support-migration description: >- Helper code to migrate from a Fennec-based (Firefox for Android) app to @@ -733,6 +747,7 @@ applications: - org.mozilla.components:support-migration - org.mozilla.components:places - org.mozilla.appservices:adsclient + - org.mozilla.appservices:fxaclient - nimbus - org.mozilla.components:service-nimbus moz_pipeline_metadata_defaults: