mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 18:38:55 +00:00
chore(ingest): loosen pyspark and pydeequ deps (#6908)
This commit is contained in:
parent
62a2aa94f6
commit
b9677229a1
@ -215,8 +215,8 @@ s3_base = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
data_lake_profiling = {
|
data_lake_profiling = {
|
||||||
"pydeequ==1.0.1",
|
"pydeequ>=1.0.1",
|
||||||
"pyspark==3.0.3",
|
"pyspark>=3.0.3",
|
||||||
}
|
}
|
||||||
|
|
||||||
delta_lake = {
|
delta_lake = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user