iceberg icon indicating copy to clipboard operation
iceberg copied to clipboard

[Python] support iceberg jdbc catalog in python library

Open jun-he opened this issue 4 years ago • 3 comments

jun-he avatar Oct 06 '21 06:10 jun-he

Can I take this up? I am working on the JdbcCatalog on the Java side as well.

nssalian avatar Oct 06 '21 14:10 nssalian

Thanks @nssalian. I assigned it to you.

jun-he avatar Oct 06 '21 15:10 jun-he

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

nssalian avatar Oct 07 '21 02:10 nssalian

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.

srilman avatar Dec 18 '22 23:12 srilman

Fixed in https://github.com/apache/iceberg/pull/7921

Fokko avatar Aug 01 '23 16:08 Fokko