mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 20:57:15 +00:00
fix(ingest): add databricks dep for hive (#5764)
This commit is contained in:
parent
cc2a86853b
commit
80edf7c8ed
@ -256,7 +256,8 @@ plugins: Dict[str, Set[str]] = {
|
|||||||
# - 0.6.11 adds support for table comments and column comments,
|
# - 0.6.11 adds support for table comments and column comments,
|
||||||
# and also releases HTTP and HTTPS transport schemes
|
# and also releases HTTP and HTTPS transport schemes
|
||||||
# - 0.6.12 adds support for Spark Thrift Server
|
# - 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,
|
"iceberg": iceberg_common,
|
||||||
"kafka": {*kafka_common, *kafka_protobuf},
|
"kafka": {*kafka_common, *kafka_protobuf},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user