Skip to content

Commit 2cff2f2

Browse files
authored
Align code with comment (months)
1 parent f075b19 commit 2cff2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/table_partitioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Time-based partitioning
323323
strategy=PostgresCurrentTimePartitioningStrategy(
324324
size=PostgresTimePartitionSize(weeks=2),
325325
count=6,
326-
max_age=relativedelta(weeks=8),
326+
max_age=relativedelta(months=8),
327327
),
328328
),
329329
# 12 partitions ahead, each partition is 5 days

0 commit comments

Comments
 (0)