Skip to content

Commit

Permalink
Push a test case down from Metabase
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Oct 30, 2024
1 parent af03556 commit 422d567
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/resources/acceptance/queries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ FROM user;
-- FIXTURE: simple/select-star
SELECT * FROM t;

-- FIXTURE: simple/select-count
SELECT COUNT(*) FROM t;

-- FIXTURE: snowflakelet
SELECT
column_2564,
Expand Down
3 changes: 3 additions & 0 deletions test/resources/acceptance/simple__select_count.analysis.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{:has-wildcard? #{}
:source-columns []
:tables [{:table "t"}]}

0 comments on commit 422d567

Please sign in to comment.