Skip to content

Commit

Permalink
Update docs/dagster-university/pages/dagster-dbt/lesson-6/2-creating-…
Browse files Browse the repository at this point in the history
…a-simple-incremental-model.md

Co-authored-by: Tim Castillo <[email protected]>
  • Loading branch information
erinkcochran87 and tacastillo authored Feb 27, 2024
1 parent 28c8681 commit 429ddc9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ with
sum(total_amount) as total_amount,
sum(total_amount) / count(*) as average_amount,
sum(case when duration > 30 then 1 else 0 end) / count(*) as pct_over_30_min,
mode() within group (order by pickup_zone_id) as busiest_zone_id,
from trips
group by all
)
Expand Down

0 comments on commit 429ddc9

Please sign in to comment.