Skip to content

Commit 8abc321

Browse files
committed
dev path
1 parent af9c437 commit 8abc321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

definitions/output/reports/reports_dynamic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const configs = new reports.HTTPArchiveReports()
22
const metrics = configs.listMetrics()
33

44
const bucket = 'httparchive'
5-
const storagePath = '/reports/'
5+
const storagePath = '/reports/dev/'
66

77
function generateExportQuery (metric, sql, params, ctx) {
88
let query = ''
@@ -82,7 +82,7 @@ SELECT
8282
metrics.forEach(metric => {
8383
metric.SQL.forEach(sql => {
8484
operate(metric.id + '_' + sql.type + '_' + params.date, {
85-
// tags: ['crawl_complete']
85+
// tags: ['crawl_complete', 'http_reports']
8686
}).queries(ctx => `
8787
DELETE FROM reports.${metric.id}_${sql.type}
8888
WHERE date = '${params.date}';

0 commit comments

Comments
 (0)