Skip to content

Commit

Permalink
Update integration test to require entity name
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Oct 11, 2023
1 parent c9526e5 commit c7e63cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricflow/test/integration/test_cases/itest_dimensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ integration_test:
name: query_dimensions_only
description: Query multiple dimensions without metrics
model: SIMPLE_MODEL
group_bys: ["ds__day", "user__home_state"]
group_bys: ["user__ds__day", "user__home_state"]
check_query: |
SELECT
u.home_state AS user__home_state
, u.ds AS ds__day
, u.ds AS user__ds__day
FROM {{ source_schema }}.dim_users u
GROUP BY
u.ds
Expand Down

0 comments on commit c7e63cb

Please sign in to comment.