From d1cc0af314d10b9baabc3eb44e51396152d3463d Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Fri, 19 Apr 2024 12:52:51 -0700 Subject: [PATCH] feat(ingest/classify): add pip dependency (#10335) --- metadata-ingestion/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata-ingestion/setup.py b/metadata-ingestion/setup.py index c0da64e6a68aa..2f981af75e2ce 100644 --- a/metadata-ingestion/setup.py +++ b/metadata-ingestion/setup.py @@ -104,6 +104,9 @@ classification_lib = { "acryl-datahub-classify==0.0.10", + # This is a bit of a hack. Because we download the SpaCy model at runtime in the classify plugin, + # we need pip to be available. + "pip", } sql_common = (