Adding Greenplum Database service to Open metadata
search cancel

Adding Greenplum Database service to Open metadata

book

Article ID: 430062

calendar_today

Updated On:

Products

VMware Tanzu Greenplum

Issue/Introduction

While adding Greenplum Database service to Open metadata, I get the following error:

The 'jaraco.context' distribution was not found and is required by keyring

Resolution

The versions of setuptools, jaraco.functools, and jaraco.context were incorrect. The requirements of openmetadata-ingestion version 1.9.5.0:

setuptools~=70.0
jaraco.functools<4.2.0
jaraco.context==6.0.0

Once the correct versions were installed the Greenplum connection worked.