Skip to content

Commit

Permalink
drop length from s3 object key
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 15, 2023
1 parent ec515f4 commit 5a66c7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aggrec/aggregates.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def get_s3_object_key(metadata: AggregateMetadata) -> str:
dt = metadata.aggregate_interval_start or metadata.id.generation_time
fields_dict = {
"type": metadata.aggregate_type.name.lower(),
"length": metadata.aggregate_interval_duration,
"year": f"{dt.year:04}",
"month": f"{dt.month:02}",
"day": f"{dt.day:02}",
Expand Down

0 comments on commit 5a66c7e

Please sign in to comment.