From d660db11deab1659214931a26ecc9ffd6aa44306 Mon Sep 17 00:00:00 2001 From: Tamas Nemeth Date: Mon, 18 Nov 2024 13:36:39 +0100 Subject: [PATCH] fix(ingest/airflow): Remove seems like not intended force debug mode which caused plugin fail on EMR (#11877) --- metadata-ingestion/src/datahub/sql_parsing/_sqlglot_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata-ingestion/src/datahub/sql_parsing/_sqlglot_patch.py b/metadata-ingestion/src/datahub/sql_parsing/_sqlglot_patch.py index fc3f877ede6299..55f30b576b44ef 100644 --- a/metadata-ingestion/src/datahub/sql_parsing/_sqlglot_patch.py +++ b/metadata-ingestion/src/datahub/sql_parsing/_sqlglot_patch.py @@ -19,7 +19,7 @@ # For a diff-formatted view, see: # https://github.com/tobymao/sqlglot/compare/main...hsheth2:sqlglot:main.diff -_DEBUG_PATCHER = is_pytest_running() or True +_DEBUG_PATCHER = is_pytest_running() logger = logging.getLogger(__name__) _apply_diff_subprocess = patchy.api._apply_patch