Utilidades reutilizables para Spark y Delta Lake en arquitecturas Lakehouse.
Project description
gss-bi-udfs
Creo modulo para guardar UDFs comunes a todas las areas de BI.
para compilar local
python3 -m build
para publicar local (manual)
python3 -m twine upload dist/*
publicar nueva version en pypi con github actions
Prerequisitos:
- Secret del repo configurado:
PYPI_API_TOKEN - Workflow:
.github/workflows/python-publish.yml
Pasos:
- Asegurate de tener los cambios listos en
main.git checkout main git pull git status
- Defini la nueva version semantica (
X.Y.Z) y crea el tagvX.Y.Z.git tag -a v0.1.5 -m "Release v0.1.5"
- Publica rama y tag en GitHub.
git push origin main git push origin v0.1.5
- Crea el release asociado al tag.
- GitHub ->
Releases->Draft a new release - Seleccionar tag
v0.1.5 - Publicar (
Publish release)
- GitHub ->
- Verifica la corrida del workflow.
- GitHub ->
Actions->Publish Python Package to PyPI - Debe finalizar en verde.
- GitHub ->
- Verifica la version publicada en PyPI.
https://pypi.org/project/gss-bi-udfs/
Notas:
- El workflow valida que el tag tenga formato
vX.Y.Z. - La version del paquete se toma del tag (sin la
v). - Si falla el release, podes reintentar desde
ActionsconRun workflowy el inputtag(ejemplo:v0.1.5).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gss_bi_udfs-0.1.5.tar.gz
(55.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gss_bi_udfs-0.1.5.tar.gz.
File metadata
- Download URL: gss_bi_udfs-0.1.5.tar.gz
- Upload date:
- Size: 55.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b44035e2bc0fbd129297e0ad5a7b8e752b7d166afbabed25db110a837b338b5c
|
|
| MD5 |
85b6d53d5fef086a2ab6207f2c263e84
|
|
| BLAKE2b-256 |
c5f25ad96f9fe6a84ea6e87e0798df5a1660c06e5d12f4258299394444a53ff1
|
File details
Details for the file gss_bi_udfs-0.1.5-py3-none-any.whl.
File metadata
- Download URL: gss_bi_udfs-0.1.5-py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94a3888256bcd2a70ce28b6d221add5f11434c62fdf0f0c865e34a439a0f0d0e
|
|
| MD5 |
970830ab302ebe3f909cfe79432a9d94
|
|
| BLAKE2b-256 |
b7db9b5e098623e27af70fd6416147f797a26d04eab390e752d2998a6ee9c443
|