open-metadata / OpenMetadata

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.
https://open-metadata.org
Apache License 2.0
5.28k stars 996 forks source link

Add Support for Iceberg JDBC Catalog #17650

Open nqvuong1998 opened 1 month ago

nqvuong1998 commented 1 month ago

Is your feature request related to a problem? Please describe. Currently, OpenMetadata supports accessing Iceberg tables and views through various catalogs such as Glue, Hive, and REST, but does not include JDBC Catalog support. Adding support for JDBC Catalog would be highly beneficial.

Describe the solution you'd like PyIceberg has native support for connecting to JDBC Catalog

Additional context

nqvuong1998 commented 1 month ago

cc @harshach @TeddyCr

MuneebKhan06 commented 6 days ago

When You try to enter the JDBC uri in the sql type catalog, It gives error. I am trying to do the JDBC Connecter for iceberg and trino connection