[go: nahoru, domu]

Skip to content

Commit

Permalink
update to correct variable (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
afleisc committed May 13, 2024
1 parent 85a0f24 commit 0ea628c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/optimization/daily_reservation_analysis.sql
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ FROM
FROM
`region-us`.INFORMATION_SCHEMA.JOBS_BY_ORGANIZATION jbo
WHERE
DATE(jbo.creation_time, "US/Central") >= CURRENT_DATE - var_n_days
DATE(jbo.creation_time, "US/Central") >= CURRENT_DATE - num_days_to_scan
AND jbo.end_time > jbo.start_time
AND jbo.error_result IS NULL
AND jbo.statement_type != 'SCRIPT'
Expand Down

0 comments on commit 0ea628c

Please sign in to comment.