Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit c1d7fd4

Browse files
author
Henrique Schumann Costa
committed
roll-back few commits
1 parent 3c43183 commit c1d7fd4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Metabase Driver: Databricks SQL Warehouse
22

3+
This project is based on:
4+
1. (Community Databricks Driver)[https://github.com/relferreira/metabase-sparksql-databricks-driver]
5+
2. (Databricks SparkSQL Driver) [https://github.com/metabase/metabase/blob/master/modules/drivers/sparksql]
6+
37
## Installation
48

59
Beginning with Metabase 0.32, drivers must be stored in a `plugins` directory in the same directory where `metabase.jar` is, or you can specify the directory by setting the environment variable `MB_PLUGINS_DIR`. There are a few options to get up and running with a custom driver.

src/metabase/driver/databricks_sql.clj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
#"map" :type/Dictionary
6464
#".*" :type/*))
6565

66+
(defmethod sql.qp/honey-sql-version :databricks-sql
67+
[_driver]
68+
2)
6669

6770
;; 1. databricks-sql doesn't support `.supportsTransactionIsolationLevel`
6871
;; 2. databricks-sql doesn't support session timezones (at least our driver doesn't support it)

0 commit comments

Comments
 (0)