Skip to content

Commit

Permalink
fix: disable binning since it's not supported in firebolt (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch authored Oct 7, 2024
1 parent 91aa9be commit 79ad370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/driver/firebolt.clj
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@

(defmethod driver/database-supports? [:firebolt :foreign-keys] [_ _ _] false)

(defmethod driver/database-supports? [:firebolt :binning] [_ _ _] true)
(defmethod driver/database-supports? [:firebolt :binning] [_ _ _] false)

(defmethod driver/database-supports? [:firebolt :regex] [_ _ _] true)

Expand Down

0 comments on commit 79ad370

Please sign in to comment.