A utility package to handle data analytics
Project description
Markets Analytics - 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 markets-analytics-databricks
pip install markets-analytics-databricks==X.Y.Z
Releasing New Versions
In order to release new version(s), always update the pyproject.toml file's version number.
A version is defined as X.Y.Z, where X is major, Y is minor, and Z is patch. Based on your changes, increment the number you're interested in by 1, and reset the lower numbers to 0 (if applicable).
Example #1: If we are live on 2.3.2, and you release a minor version then the next version should be 2.4.0.
Example #2: If we are live on 2.3.2, and you fix a bug then the next version should be 2.3.3.
Once the version number has been incremented, the package is ready to be published:
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine upload dist/*
If you face any metadata package errors then make sure to update your pkginfo package as well:
python3 -m pip install --upgrade pkginfo
PS: Make sure that you have set your credentials before running the commands above, otherwise the package won't be published to the PyPI server (or you could manually do it in your command line when the upload process prompts you).
set TWINE_USERNAME=__token__
set TWINE_PASSWORD=<pypi-token>
In case you don't have a token then create one on the PyPI server.
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.12.tar.gz.
File metadata
- Download URL: markets_analytics_databricks-0.0.12.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c7fe11893b3d126332d92ab8bffb5fbeb77a31d6c692bc49d35fe3bb612c28d
|
|
| MD5 |
22723c5d3c36656af7b038f247cb8c20
|
|
| BLAKE2b-256 |
84d182c80e1ccfc91ddaac68ffce796320e96bc72d42af2cdecf28f87538b350
|
File details
Details for the file markets_analytics_databricks-0.0.12-py3-none-any.whl.
File metadata
- Download URL: markets_analytics_databricks-0.0.12-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e709e4c294cbcc0617e7224ea64d216aa647545db3f55ffc426196bcf70bd9d2
|
|
| MD5 |
a2b55319111351374c1884df195cbb2c
|
|
| BLAKE2b-256 |
8fecf4b99d44e45c3f47e35a1ead65b70daf093e08c8e9559e82b32b0f41b59c
|