From a1e9227060949d87864eab5775b0068993f5d90c Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Wed, 4 Jan 2023 19:51:44 -0500 Subject: [PATCH] chore(ingest): partially revert pyspark dep from #6908 (#6954) --- metadata-ingestion/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index 3a30693fa869e3..d0dbffedaa8163 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -217,7 +217,7 @@ def get_long_description(): data_lake_profiling = { "pydeequ>=1.0.1", - "pyspark>=3.0.3", + "pyspark==3.0.3", } delta_lake = {