Skip to content

Commit

Permalink
dates reset
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko authored and GCP Dataform committed Sep 27, 2024
1 parent 6514d89 commit 96fee15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions definitions/output/all/requests_backfill.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

let monthRange = [];
for (
let month = '2022-08-01';
month >= '2022-08-01'; //2016-01-01
let month = '2022-06-01';
month >= '2016-01-01';
month = constants.fn_past_month(month)) {
monthRange.push(month)
}
Expand Down

0 comments on commit 96fee15

Please sign in to comment.