Skip to content

Commit

Permalink
Mock integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Mar 25, 2024
1 parent fbdaac7 commit fb530ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/integration/test_cases/itest_metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1889,3 +1889,13 @@ integration_test:
ds
) b
ON {{ render_date_sub("a", "ds", 5, TimeGranularity.DAY) }} = b.ds
---
integration_test:
name: active_listings
description: Query a metric that has a filter containing a metric
model: SIMPLE_MODEL
metrics: ["active_listings"]
check_query: |
SELECT 1
# TODO: test for metric filter on measure, metric in query-level filter, metric in group by for metric query, metric in group by for distinct values query

0 comments on commit fb530ab

Please sign in to comment.