Skip to content

Commit

Permalink
[DENG-5962] Change shredder state to only use end_date (#6450)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWu authored Nov 6, 2024
1 parent 221f44c commit 69aba6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bigquery_etl/shredder/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,7 @@ def main():
FROM
`{args.state_table}`
WHERE
start_date = '{args.start_date}'
AND end_date = '{args.end_date}'
end_date = '{args.end_date}'
ORDER BY
job_created
"""
Expand Down

0 comments on commit 69aba6a

Please sign in to comment.