We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686171b commit 961f31fCopy full SHA for 961f31f
1 file changed
README.md
@@ -55,7 +55,7 @@ from {{ metrics.metric(
55
metrics.rolling(aggregate="min", interval=4)
56
],
57
start_date='2022-01-01',
58
- end_date="2022-12-31",
+ end_date='2022-12-31',
59
where=["some_column='filter_value'"]
60
) }}
61
```
0 commit comments