A simple util to get a spark and mlflow session objects from an .env file
Project description
Databricks Session Util
A simple utility for spark and mlflow session objects
Setup
Quick Install
python -m pip install databricks_session
Build from source
Clone the repository
git clone https://github.com/Broomva/databricks_session.git
Install the package
cd databricks_session && make install
Build manually
After cloning, create a virtual environment
conda create -n databricks_session python=3.10
conda activate databricks_session
Install the requirements
pip install -r requirements.txt
Run the python installation
python setup.py install
Usage
The deployment requires a .env file created under local folder:
touch .env
It should have a schema like this:
databricks_experiment_name=''
databricks_experiment_id=''
databricks_host=''
databricks_token=''
databricks_username=''
databricks_password=''
databricks_cluster_id=''
import databricks_session
# Create a Spark session
spark = DatabricksSparkSession().get_session()
# Connect to MLFLow Artifact Server
mlflow_session = DatabricksMLFlowSession().get_session()
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 databricks_session-0.2.3.tar.gz.
File metadata
- Download URL: databricks_session-0.2.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40223de5e2f1ce86e0d07355cdff420287a5864b981a21b7786e83d3fb7e5a75
|
|
| MD5 |
adab2aff0a42d1857fa18d9c5d87fd1e
|
|
| BLAKE2b-256 |
e334d2bc5440ae4c7293023465cc2cd801cca256d109c19742af0a9bda69afc0
|
File details
Details for the file databricks_session-0.2.3-py3-none-any.whl.
File metadata
- Download URL: databricks_session-0.2.3-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c50830d4fd42c3815b5cb7de077430300090b26ea4521479bda7768c0f5641b3
|
|
| MD5 |
70c3e36fbbe6bb00c8d89586b52a85af
|
|
| BLAKE2b-256 |
e38427853fcd52480b426dd08b20a5f080afbf1949093d156460e8e848285c0f
|