mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
WIP (#14252)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
# KIND, either express or implied. See the License for the
|
||||
# specific language governing permissions and limitations
|
||||
# under the License.o
|
||||
|
||||
from superset.db_engine_specs.hive import HiveEngineSpec
|
||||
|
||||
|
||||
@@ -21,3 +22,4 @@ class DatabricksHiveEngineSpec(HiveEngineSpec):
|
||||
engine = "databricks"
|
||||
engine_name = "Databricks Hive"
|
||||
driver = "pyhive"
|
||||
_show_functions_column = "function"
|
||||
|
||||
Reference in New Issue
Block a user