From 1358d3c97f045c5b048997f9ad9279feee7fc5fd Mon Sep 17 00:00:00 2001 From: inkarnation <94744834+inkarnation@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:05:37 +0100 Subject: [PATCH] fix: remove GET /access call for NiFi 2.x compatibility (#23447) Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com> (cherry picked from commit cd5acfd02f659051d0698a6a8ed49c2578959d0b) --- ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py b/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py index efbcc086dd7..2110567b519 100644 --- a/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py +++ b/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py @@ -79,8 +79,6 @@ class NifiClient: client_config.cert = (cc_path, ck_path) self.client = REST(client_config) - access = self.client.get("access") - logger.debug(access) @property def token(self) -> str: