python3 -m venv .venv
source .venv/bin/activate
pip install deltalake
pip install polars
pip install pyarrow
pip install palmerpenguins
pip install setuptools
Este repositorio esta pensado en GCP. Se necesita un archivo llamado
service_account.json
.
- Crear una tabla (
crear_una_tabla.py
) - Leer una tabla (
leer_un_delta_table.py
) - Insertar datos a un delta table (
insertar_datos_a_delta_table.py
) - Actualizar datos en delta table (
actualizar_datos_en_delta_table.py
)