diff --git a/src/metabase/driver/util.clj b/src/metabase/driver/util.clj index e9f66606d2c42915618ae48c2e41af14fd9a2cd3..13822c6e784fccc74c07feef92ba40eaa3fabbc7 100644 --- a/src/metabase/driver/util.clj +++ b/src/metabase/driver/util.clj @@ -465,7 +465,7 @@ (def partner-drivers "The set of other drivers in the partnership program" - #{"clickhouse" "exasol" "firebolt" "starburst"}) + #{"clickhouse" "exasol" "firebolt" "ocient" "starburst"}) (defn driver-source "Return the source type of the driver: official, partner, or community"