Airflow task bqetl_mozilla_vpn_site_metrics.mozilla_vpn_derived__site_metrics_empty_check__v1 failed since exec_dates 2024-06-30
Categories
(Data Platform and Tools :: General, defect)
Tracking
(Not tracked)
People
(Reporter: wichan, Assigned: srose)
Details
(Whiteboard: [airflow-triage])
Attachments
(1 file, 1 obsolete file)
Airflow task bqetl_mozilla_vpn_site_metrics.mozilla_vpn_derived__site_metrics_empty_check__v1 failed since exec_dates 2024-06-30
[2024-07-02, 00:16:22 UTC] {pod_manager.py:466} INFO - [base] Error in query string: Error processing job 'moz-fx-data-shared-
[2024-07-02, 00:16:22 UTC] {pod_manager.py:466} INFO - [base] prod:bqjob_r1b758ad5532e093a_0000019070ccada3_1': No data for mozilla.org on
[2024-07-02, 00:16:22 UTC] {pod_manager.py:466} INFO - [base] 2024-06-30
Reporter | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
The mozilla_vpn_derived.site_metrics_empty_check_v1
ETL checks that the GA3 data needed by the mozilla_vpn_derived.site_metrics_summary_v1
ETL exists, and it's failing because Google has now permanently stopped sending GA3 data to BigQuery.
While a new mozilla_vpn_derived.site_metrics_summary_v2
ETL based on GA4 data was added in https://github.com/mozilla/bigquery-etl/pull/5227, the mozilla_vpn_derived.funnel_ga_to_subscriptions_v1
ETL still depends on mozilla_vpn_derived.site_metrics_summary_v1
.
My current plan for resolving this involves:
- Changing the
mozilla_vpn.site_metrics_summary
view to combine the data frommozilla_vpn_derived.site_metrics_summary_v1
andmozilla_vpn_derived.site_metrics_summary_v2
. - Probably removing the
mozilla_vpn.site_metrics_summary_v2
view. - Updating the
mozilla_vpn_derived.funnel_ga_to_subscriptions_v1
ETL to use themozilla_vpn.site_metrics_summary
view instead ofmozilla_vpn_derived.site_metrics_summary_v1
. - Unscheduling the
mozilla_vpn_derived.site_metrics_summary_v1
ETL. - Removing the
mozilla_vpn_derived.site_metrics_empty_check_v1
ETL entirely.
However, that will have to wait until next week as tomorrow is a holiday in the US and Friday is a company-wide day off. For now I'm temporarily pausing the bqetl_mozilla_vpn_site_metrics DAG until I can resolve this next week.
Reporter | ||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Comment on attachment 9411624 [details]
Bug 1905989 - Clear pending invalidation dependencies when a script is invalidated r?iain,sfink!
Revision D215816 was moved to bug 1905988. Setting attachment 9411624 [details] to obsolete.
Comment 4•11 months ago
|
||
Assignee | ||
Comment 5•11 months ago
|
||
This has been resolved by bigquery-etl PR 6033 "Add mozilla_vpn_derived.funnel_ga_to_subscriptions_v2
ETL using GA4 data".
I've unpaused the bqetl_mozilla_vpn_site_metrics DAG.
Description
•