[Python] support iceberg jdbc catalog in python library
Can I take this up? I am working on the JdbcCatalog on the Java side as well.
Thanks @nssalian. I assigned it to you.
@jun-he Thanks. Don't see a issue for the base catalog. I think we should get that going before the other catalogs so we can start off with the right base structure for the derived catalogs.
Will this catalog be based off the JDBC interface like the Java implementation or will it use Python's DB API (https://peps.python.org/pep-0249, many DB libraries follow this API)? I think the latter would be preferable.
Fixed in https://github.com/apache/iceberg/pull/7921