PyIceberg: Python Development Setup

preview_player
Показать описание
This video will walk you through the steps required to set up the Python development environment for PyIceberg. We will set up a local instance of Spark, Rest catalog, and MinIO for querying an actual table. This makes it easy to do interactive development and test everything end to end.

#iceberg #python #pyiceberg #tabular #minio #spark #datalake #datalakehouse
Рекомендации по теме
Комментарии
Автор

Hi. Thanks for the demo video. I'm keen to try out the library for typical read | write | remove | upserting data (incl. table management as you already demonstrated). From a documentation perspective the project seems fresh, so please excuse if I'm running ahead with my question... Does the library support any writing functionality to tables at the moment? (could not see it from documentation, or after installing the pyiceberg lib locally and looking at the functions exposed after loading a table)

pwcloete