Skip to content

Commit

Permalink
Filter stats after 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 29, 2023
1 parent 8ab1062 commit 4a9ef27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/stats.prql
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ let skipped_files_stats = (

let stats_over_time = (
from base
filter uploaded_on > @2013-01-01
filter (month_trunc uploaded_on) < (month_trunc current_date)
group {month = month_trunc(uploaded_on)} (
aggregate {
Expand Down

0 comments on commit 4a9ef27

Please sign in to comment.