From 80edf7c8edab5aa928b3828ebf60ff4afd32d2b4 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Tue, 30 Aug 2022 02:14:04 +0000 Subject: [PATCH] fix(ingest): add databricks dep for hive (#5764) --- metadata-ingestion/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 8df1c6cf62..ef6d36ef25 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -256,7 +256,8 @@ plugins: Dict[str, Set[str]] = { # - 0.6.11 adds support for table comments and column comments, # and also releases HTTP and HTTPS transport schemes # - 0.6.12 adds support for Spark Thrift Server - "acryl-pyhive[hive]>=0.6.13" + "acryl-pyhive[hive]>=0.6.13", + "databricks-dbapi", }, "iceberg": iceberg_common, "kafka": {*kafka_common, *kafka_protobuf},