OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
Affected module
Does it impact the UI, backend or Ingestion Framework?
-- Ingestion Framework
Describe the bug
A clear and concise description of what the bug is.
-- While running Metadata Ingestion using Iceberg connector using Rest Catalog , we are getting below error in the logs.
pyiceberg==0.7.1
in <module>
from pyiceberg.catalog.glue import GlueCatalog
File "/home/airflow/.local/lib/python3.10/site-packages/pyiceberg/catalog/glue.py", line 31, in <module>
from mypy_boto3_glue.client import GlueClient
ModuleNotFoundError: No module named 'mypy_boto3_glue'
pyiceberg==0.5.1
[2024-09-26 12:24:33] INFO {metadata.OMetaAPI:server_mixin:74} - OpenMetadata client running with Server version [1.5.5] and Client version [1.5.5.0]
[2024-09-26 12:24:33] ERROR {metadata.Utils:logger:178} -
Error initializing metadata: 'pydantic_core._pydantic_core.Url' object has no attribute 'endswith'
To Reproduce
While running Metadata Ingestion we can replicate the issue
Expected behavior
A clear and concise description of what you expected to happen.
Affected module Does it impact the UI, backend or Ingestion Framework? -- Ingestion Framework
Describe the bug A clear and concise description of what the bug is. -- While running Metadata Ingestion using Iceberg connector using Rest Catalog , we are getting below error in the logs.
pyiceberg==0.7.1
pyiceberg==0.5.1
To Reproduce
While running Metadata Ingestion we can replicate the issue
Expected behavior A clear and concise description of what you expected to happen.
Version:
openmetadata-ingestion[docker]==XYZ
] -- openmetadata-ingestion[iceberg]==1.5.5.0Additional context Add any other context about the problem here.