Skip to content

Commit

Permalink
lil tweakz
Browse files Browse the repository at this point in the history
  • Loading branch information
crisptrutski committed Oct 1, 2024
1 parent eec03c8 commit 6ed5530
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

:overrides
{:basic-select
;; do not allow wilcard selects
;; do not allow wildcard selects
{:tables :macaw.error/illegal-expression}

;; Just plain old whacky
Expand Down
7 changes: 4 additions & 3 deletions test/resources/acceptance/compound__cte_masking.analysis.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

;; See https://github.com/metabase/metabase/issues/42586
:overrides
;; TODO currently each table gets hidden by the other CTE
{:tables []
:source-columns []}}
{:ast-walker-1
;; TODO currently each table gets hidden by the other CTE
{:tables []
:source-columns []}}}
5 changes: 1 addition & 4 deletions test/resources/acceptance/shadow__subselect.analysis.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@
{:source-columns #{{:table "departments" :column "id"}
{:table "departments" :column "name"}
{:column "first_name"}
{:column "last_name"}}

:basic-select
{:tables ::not-implemented}}}
{:column "last_name"}}}}

0 comments on commit 6ed5530

Please sign in to comment.