Skip to content

Commit

Permalink
Temporary disable collection aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Sep 25, 2024
1 parent 13f61d2 commit 3b057e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ async def main():
},
]

collection.aggregate(replace_empty_string_with_zero)
collection.aggregate(format_values)
collection.aggregate(uppercase_make)
# collection.aggregate(replace_empty_string_with_zero)
# collection.aggregate(format_values)
# collection.aggregate(uppercase_make)

db.client.close()

Expand Down

0 comments on commit 3b057e9

Please sign in to comment.