Skip to content

Commit

Permalink
Try to disable set-timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Aug 2, 2023
1 parent 32d01c4 commit da5e6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metabase/driver/materialize.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
;;; +----------------------------------------------------------------------------------------------------------------+

(doseq [[feature supported?] {:foreign-keys false
:set-timezone false
;; :datetime-diff true
:test/jvm-timezone-setting false}]
(defmethod driver/database-supports? [:materialize feature] [_driver _feature _db] supported?))
Expand Down

0 comments on commit da5e6bc

Please sign in to comment.