Skip to content

Commit 961f31f

Browse files
Updating README
1 parent 686171b commit 961f31f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ from {{ metrics.metric(
5555
metrics.rolling(aggregate="min", interval=4)
5656
],
5757
start_date='2022-01-01',
58-
end_date="2022-12-31",
58+
end_date='2022-12-31',
5959
where=["some_column='filter_value'"]
6060
) }}
6161
```

0 commit comments

Comments
 (0)