Skip to content

Commit

Permalink
Merge pull request #2 from GreptimeTeam/fix/table-in
Browse files Browse the repository at this point in the history
fix: describe database query
  • Loading branch information
sunng87 authored Sep 11, 2024
2 parents 6992936 + 0b0709b commit bcb7b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/driver/greptimedb.clj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
[:table_type :type]
[:table_comment :description]]
:from [:information_schema.tables]
:where [:not [:in :table_schema (sql-jdbc.sync/excluded-schemas driver)]]}
:where [:not-in :table_schema (sql-jdbc.sync/excluded-schemas driver)]}

(seq schemas)
(sql.helpers/where [:in :table_schema schemas])
Expand Down

0 comments on commit bcb7b40

Please sign in to comment.