Installation
From Source
git clone https://github.com/communitiesuk/aef-bng.git
cd aef-bng
uv sync --group dev
From Git (Databricks)
%pip install git+https://github.com/communitiesuk/aef-bng.git
dbutils.library.restartPython()
From Wheel (Databricks)
uv build --wheel --out-dir dist/
Then on Databricks:
%pip install "/Workspace/path/to/aef_bng-*.whl[spark]"
dbutils.library.restartPython()
| Extra |
Use case |
[spark] |
Databricks Connect using a local machine connecting to a remote Databricks cluster |