Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshFerge committed Dec 18, 2024
1 parent 996621e commit 8cf2e2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def forwards_ops(self) -> Sequence[SqlOperation]:
table_name=local_table_name,
columns=columns,
engine=table_engines.ReplacingMergeTree(
# do i actually need primary key to be different than sorting key?
primary_key="(organization_id, project_id, _sort_timestamp, uptime_check_id)",
order_by="(organization_id, project_id, uptime_subscription_id, _sort_timestamp, uptime_check_id)",
partition_by="(retention_days, toMonday(_sort_timestamp))",
Expand Down

0 comments on commit 8cf2e2d

Please sign in to comment.