Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

markets_analytics_databricks-0.0.5.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

markets_analytics_databricks-0.0.5-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file markets_analytics_databricks-0.0.5.tar.gz.

File metadata

File hashes

Hashes for markets_analytics_databricks-0.0.5.tar.gz
Algorithm Hash digest
SHA256 a7496d97bcdcd7ef81aba8c3af0eaa7a13031b7b88967e61dab828ae7fba6dea
MD5 113c4435ee8bfac9fdd6aaf425d5e311
BLAKE2b-256 9736ee55cdd4d0393e910b13d39d1c4621dd4759b370a79229f9b66d7c8076e1

See more details on using hashes here.

File details

Details for the file markets_analytics_databricks-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for markets_analytics_databricks-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 7971d83c760b0d2bd61d3eadb249c5ab83eaa2d075c131e58c9ede4bfecae986
MD5 2dd861971252572d2be5054616d57876
BLAKE2b-256 5563e806ab7a1c4dc50e1dd80377fea536a348e503668f6d55e5ac79cd230658

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page