Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 878 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 878 Bytes

Delta utils

Requirements

  • Python 3.10
  • Databricks Runtime Version 13.3 and above

Installation

Look for the latest version in the Github Tags section of this repo.

pip install https://github.com/husqvarnagroup/delta_utils/archive/refs/tags/v0.5.0.zip

Installation on a cluster in Databricks

Development

For package management we use poetry. Go to root of project then enter

# Install all packages
poetry install

# Go into poetry shell to get your own virtual enviroment
poetry shell

Mkdocs

To start the documentation server locally enter

mkdocs serve