Skip to content

Commit 1c9fa46

Browse files
committed
fix tags
1 parent d9fad63 commit 1c9fa46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/output/reports/tech_report_geos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const pastMonth = constants.fnPastMonth(constants.currentMonth)
33
publish('tech_report_geos', {
44
schema: 'reports',
55
type: 'table',
6-
tags: ['tech_report']
6+
tags: ['crux_ready']
77
}).query(ctx => `
88
SELECT
99
geo,

definitions/output/reports/tech_report_ranks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const pastMonth = constants.fnPastMonth(constants.currentMonth)
33
publish('tech_report_ranks', {
44
schema: 'reports',
55
type: 'table',
6-
tags: ['tech_report']
6+
tags: ['crux_ready']
77
}).query(ctx => `
88
SELECT
99
rank,

0 commit comments

Comments
 (0)