mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-08 08:37:32 +00:00
chore(): bump pyspark (#14086)
This commit is contained in:
parent
244b2c4003
commit
ad0eb25ec8
@ -340,7 +340,7 @@ abs_base = {
|
||||
|
||||
data_lake_profiling = {
|
||||
"pydeequ>=1.1.0",
|
||||
"pyspark~=3.5.0",
|
||||
"pyspark~=3.5.6",
|
||||
# cachetools is used by the profiling config
|
||||
*cachetools_lib,
|
||||
}
|
||||
@ -364,7 +364,7 @@ databricks = {
|
||||
# 0.1.11 appears to have authentication issues with azure databricks
|
||||
# 0.22.0 has support for `include_browse` in metadata list apis
|
||||
"databricks-sdk>=0.30.0",
|
||||
"pyspark~=3.5.0",
|
||||
"pyspark~=3.5.6",
|
||||
"requests",
|
||||
# Version 2.4.0 includes sqlalchemy dialect, 2.8.0 includes some bug fixes
|
||||
# Version 3.0.0 required SQLAlchemy > 2.0.21
|
||||
|
@ -1,6 +1,6 @@
|
||||
pytest>=6.2
|
||||
pytest-dependency>=0.5.1
|
||||
pyspark==3.5.3
|
||||
pyspark==3.5.6
|
||||
-e ../../metadata-ingestion[iceberg-catalog]
|
||||
# libaries for linting below this
|
||||
mypy==1.14.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user