Helpers for developing solution on Databricks and PySpark
Project description
brixy
brixy is a package with many utilities for developing on Databricks and PySpark.
Features
Logging
log the steps of a workflow using the decorator @brixy.log_step.
import brixy
@brixy.log_step
def step1():
return 1+2
This will log:
2024-08-16 11:50:23.168 | INFO | 🏃♀️ | JobStep:step1 - Running step1
2024-08-16 11:50:27.599 | INFO | ✅ | JobStep:step1 - Completed running step1
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
brixy-0.1.0.tar.gz
(3.3 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
brixy-0.1.0-py3-none-any.whl
(3.2 kB
view details)
File details
Details for the file brixy-0.1.0.tar.gz.
File metadata
- Download URL: brixy-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10a9f095509b796477aaee6c63d63a460c285707fec19025a3742e529689b8e7
|
|
| MD5 |
00c79ffa49386db6f120ae475e52980b
|
|
| BLAKE2b-256 |
e1f28d507d59cedc5eb8e3b0ccf8488563efe15f701e5ddb9455f35734aff9a4
|
File details
Details for the file brixy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: brixy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66888619472154b842976f3951ff0243875287c4512c8a46830022d126998d69
|
|
| MD5 |
9e61b5861a9fcfd68f42cdfa99866954
|
|
| BLAKE2b-256 |
80d58c115a2019e1c644bc3024e9b838f6797a5364e3ec144aa3e44a1fbb5b67
|