modern-monitor-81461
03/16/2022, 5:02 PMmammoth-bear-12532
mammoth-bear-12532
iceberg source
and this code?modern-monitor-81461
03/16/2022, 7:49 PMTable
abstraction that you can then use to access various table properties like its schema, snapshots, etc... The iceberg source
uses that library to do its thing.
In order to point the library to the proper location, I use the Azure Datalake library to crawl a datalake and find the Iceberg tables. I DO NOT leverage a catalog (some would say I use the HadoopCatalog, but there is no such thing in the Iceberg Python implementation right now... that's coming in the new version). The crawling section of the source could be abstracted and shared maybe with the datalake source and it's something I'd like to discuss down the road with you guys, but I'm getting off topic.
I'm not sure I'm answering your question though...?mammoth-bear-12532
modern-monitor-81461
03/16/2022, 9:11 PMmammoth-bear-12532
modern-monitor-81461
03/16/2022, 9:13 PMmodern-monitor-81461
03/16/2022, 9:14 PMmammoth-bear-12532
mammoth-bear-12532
mammoth-bear-12532
<https://github.com/acryldata/py-iceberg>
for you to house the code for the legacy implementation.big-carpet-38439
04/21/2022, 8:53 PMmodern-monitor-81461
04/21/2022, 10:33 PMbig-carpet-38439
04/21/2022, 10:34 PMmodern-monitor-81461
04/21/2022, 10:35 PMmodern-monitor-81461
04/21/2022, 10:37 PM