Skip to content

Commit

Permalink
Use appropriate where filter syntax in test
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Nov 15, 2024
1 parent 528c8dc commit f04f66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_metricflow/integration/test_cases/itest_metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ integration_test:
model: SIMPLE_MODEL
metrics: ["bookings_offset_twice"]
group_by_objs: [{"name": "metric_time", "grain": "day"}]
where_filter: "{{ render_time_constraint('metric_time__day', '2020-01-08', '2020-01-09') }}"
where_filter: "{{ render_time_dimension_template('metric_time__day') }} BETWEEN '2020-01-08' AND '2020-01-09'"
check_query: |
SELECT
subq_9.ds AS metric_time__day
Expand Down

0 comments on commit f04f66c

Please sign in to comment.