Skip to content

Commit e62f22c

Browse files
committed
parsed_css column descriptions
1 parent 3258749 commit e62f22c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

definitions/output/crawl/parsed_css.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ publish('parsed_css', {
77
clusterBy: ['client', 'is_root_page', 'rank', 'page'],
88
requirePartitionFilter: true
99
},
10+
columns: {
11+
date: 'YYYY-MM-DD format of the HTTP Archive monthly crawl',
12+
client: 'Test environment: desktop or mobile',
13+
page: 'The URL of the page being tested',
14+
is_root_page: 'Whether the page is the root of the origin.',
15+
root_page: 'The URL of the root page being tested',
16+
rank: 'Site popularity rank, from CrUX',
17+
url: 'The URL of the request',
18+
css: 'The parsed CSS, in JSON format'
19+
},
1020
tags: ['crawl_complete']
1121
}).preOps(ctx => `
1222
SET @@RESERVATION='${constants.reservation_id}';

0 commit comments

Comments
 (0)