data-engineering-storage-remote-access-integrations-iceberg
Installation
SKILL.md
Apache Iceberg with Cloud Storage
Configuring PyIceberg catalogs to store Iceberg tables on S3, GCS, or Azure Blob Storage.
Installation
pip install pyiceberg[pyarrow,pandas,aws] # AWS backend
# or
pip install pyiceberg[pyarrow,rest] # REST catalog
Catalog Configuration
AWS Glue Catalog
from pyiceberg.catalog import load_catalog