Skip to content

Commit

Permalink
fix normalization increasing state bug
Browse files Browse the repository at this point in the history
  • Loading branch information
geeli123 committed Nov 14, 2024
1 parent 6448b2c commit 29e23ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/normalize/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def parse_files(s3, s3_fs, source_prefix, destination_prefix, start_date, state_
max_epoch_timestamp = cur_processing.timestamp()

for page in paginator.paginate(Bucket=source_bucket, Prefix=date_partition, PaginationConfig={'PageSize': 60}):
trip_updates_pa = None
trip_updates_pa = None
vehicles_pa = None
alerts_pa = None

Expand Down

0 comments on commit 29e23ca

Please sign in to comment.