fix(ingest): add databricks dep for hive (#5764)

This commit is contained in:
Harshal Sheth 2022-08-30 02:14:04 +00:00 committed by GitHub
parent cc2a86853b
commit 80edf7c8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},