1- # HTTP Archive Dynamic Reports
1+ # HTTP Archive Reports
22
3- This document describes the HTTP Archive dynamic reports system, which automatically generates standardized reports from HTTP Archive crawl data.
3+ This document describes the HTTP Archive reports system, which automatically generates standardized reports from HTTP Archive crawl data.
44
55## Overview
66
7- The dynamic reports system generates Dataform operations that:
7+ The reports system generates Dataform operations that:
88
991 . Calculate metrics from HTTP Archive crawl data
10102 . Store results in BigQuery tables partitioned by date and clustered by metric/lens/client
@@ -15,7 +15,7 @@ The dynamic reports system generates Dataform operations that:
1515### Core Components
1616
1717- ** ` includes/reports.js ` ** - Defines metrics and lenses
18- - ** ` definitions/output/reports/reports_dynamic.js ` ** - Generates Dataform operations dynamically
18+ - ** ` definitions/output/reports/reports_dynamic.js ` ** - Generates Dataform operations
1919- ** ` includes/constants.js ` ** - Provides shared constants and the ` DataformTemplateBuilder `
2020
2121## Supported Features
@@ -57,7 +57,7 @@ Lenses allow filtering data by different criteria:
5757- Processes data month by month using ` constants.fnPastMonth() `
5858- Supports retrospective report generation
5959
60- ## How to Add a New Dynamic Report
60+ ## How to Add a New Report
6161
6262### Step 1: Define Your Metric
6363
@@ -251,7 +251,7 @@ const EXPORT_CONFIG = {
2512512 . ** Verify table creation** in BigQuery console
2522523 . ** Check export logs** in Cloud Run for export errors
2532534 . ** Verify Cloud Storage paths** for exported files
254- 5 . ** Test SQL templates** individually before adding to the dynamic system
254+ 5 . ** Test SQL templates** individually before adding
2552556 . ** Use development environment** with smaller datasets for testing
256256
257257## Examples
0 commit comments