From ab6869e30be7e37a3cb39b04d529be000186b3bd Mon Sep 17 00:00:00 2001 From: Andrew Sikowitz Date: Wed, 4 Oct 2023 13:46:43 -0400 Subject: [PATCH] remove global --- metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py b/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py index 802ebcb9f0b4b..26cf4151b8e97 100644 --- a/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py +++ b/metadata-ingestion/src/datahub/ingestion/source/unity/proxy.py @@ -46,8 +46,6 @@ logger: logging.Logger = logging.getLogger(__name__) -MAX_WORKERS = 100 - class TableInfoWithGeneration(TableInfo): generation: Optional[int] = None