Skip to content

Commit a16bd7e

Browse files
max-ostapenkoGCP Dataform
authored andcommitted
remove reservation setter from assert
1 parent c265a5c commit a16bd7e

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

definitions/output/crawl/pages.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
assert('corrupted_technology_values')
33
.tags(['crawl_complete'])
44
.query(ctx => `
5-
${reservations.reservation_setter(ctx)}
6-
75
SELECT
86
/*
97
date,

includes/reservations.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const RESERVATION_CONFIG = [
2020
tag: 'on_demand',
2121
reservation: 'none',
2222
actions: [
23-
'httparchive.dataform_assertions.corrupted_technology_values'
2423
]
2524
}
2625
]

0 commit comments

Comments
 (0)