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)
This commit is contained in:
inkarnation 2025-12-26 13:05:37 +01:00 committed by OpenMetadata Release Bot
parent 9b62ce0673
commit 1358d3c97f

View File

@ -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: