data-engineering-storage-remote-access-integrations-delta-lake
Installation
SKILL.md
Delta Lake on Cloud Storage
Integrating Delta Lake tables with cloud storage (S3, GCS, Azure) using the pure-Python deltalake package.
Installation
pip install deltalake pyarrow
Configuration Patterns
Method 1: storage_options (Recommended)
The simplest approach using dictionary-based configuration:
from deltalake import DeltaTable, write_deltalake
import pyarrow as pa