Skip to content

Commit 162cc84

Browse files
max-ostapenkoGCP Dataform
authored andcommitted
lint
1 parent c239779 commit 162cc84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/output/crawl/requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ FOR client_var IN (SELECT * FROM UNNEST(['desktop', 'mobile']) AS value) DO
4949
WHERE date = '${constants.currentMonth}' AND
5050
client = client_var.value AND
5151
is_root_page = is_root_page_var.value AND
52-
(rank < 50000000) = rank_lt_50M_var.value;
52+
(rank < 50000000) = rank_lt_50M_var.value;
5353
5454
-- Insert new entries
5555
INSERT INTO ${ctx.self()}

0 commit comments

Comments
 (0)