Skip to content

Commit

Permalink
change grouping to positional param for order limit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbmeetka committed Dec 16, 2023
1 parent 6034199 commit c009a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ integration_test:
, SUM(booking_value) AS booking_value
FROM {{ source_schema }}.fct_bookings
GROUP BY
{{ render_date_trunc("ds", TimeGranularity.MONTH) }}
1
ORDER BY
metric_time__month DESC, booking_value

0 comments on commit c009a84

Please sign in to comment.