diff --git a/hercules-packages/bluesky/1.0.yaml b/hercules-packages/bluesky/1.0.yaml index f9ee094..2215968 100644 --- a/hercules-packages/bluesky/1.0.yaml +++ b/hercules-packages/bluesky/1.0.yaml @@ -147,7 +147,7 @@ metrics: - name: jetstream_posts_per_minute_bucket help: Quantiles of posts per minute - sql: from jetstream |> select date_trunc('minute', make_timestamp(time_us)), count(*) where commit.collection = 'app.bsky.feed.post' and commit.operation = 'create' group by 1; + sql: from jetstream |> where commit.collection = 'app.bsky.feed.post' and commit.operation = 'create' |> select date_trunc('minute', make_timestamp(time_us)), count(*) group by 1; objectives: - 0.5 - 0.9