A utility package to handle data analytics
Project description
Databricks Package
This package is created by the Markets Analytics team at Zalando Lounge to help provide utility functions which in turn reduce boilerplate code such as connecting to data stores, reading and writing to Google Sheets, managing ETL pipelines, and many more.
Installation
pip install databricks_package
pip install databricks_package==X.Y.Z
Releasing New Versions
In order to release new version(s), always update the pyproject.toml file's version number and increment either the minor (bug fixes) or major (new feature) by 1 before creating the distribution file and publishing it on PyPI.
Once the version number has been incremented, then run the following commands in your command line:
pip install --upgrade build twine
build
twine upload --repository testpypi dist/*
In case you need to publish the distribution to the production PyPI server then run the following command:
twine upload dist/*
PS: Make sure that you're set your credentials before running the commands above, otherwise the package won't be published to the PyPI server.
set TWINE_USERNAME=__token__
set TWINE_PASSWORD=<pypi-token>
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
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 markets_analytics_databricks-0.0.1.tar.gz.
File metadata
- Download URL: markets_analytics_databricks-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7189f9d55e489a80f871950daa594e7a562a402c88888ce3a514cb570869e790
|
|
| MD5 |
0a733171ee6029331b41d8d2de20b504
|
|
| BLAKE2b-256 |
e1a3587c4573a15480273b3923206dbb05cc86c056c1aa5d773a74e36c691c31
|
File details
Details for the file markets_analytics_databricks-0.0.1-py3-none-any.whl.
File metadata
- Download URL: markets_analytics_databricks-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c97a41a9e1085971433b5cac6a69246c4f1f95f58332650513716a837e90189
|
|
| MD5 |
a3d91ed7d9d2747711017f2b3272c650
|
|
| BLAKE2b-256 |
b79a9456ee62547eba71946e9f292470304165b295b12fb0307fca724ac29ec1
|