Skip to main content

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=''
databricks_sql_http_path=''
import databricks_session 

# Create a Spark session
spark = DatabricksSparkSession().get_session()

# Connect to MLFLow Artifact Server
mlflow_session = DatabricksMLFlowSession().get_session()

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

databricks_session-0.3.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

databricks_session-0.3.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file databricks_session-0.3.0.tar.gz.

File metadata

  • Download URL: databricks_session-0.3.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for databricks_session-0.3.0.tar.gz
Algorithm Hash digest
SHA256 540b63ece04ed687b2c8e5f54f31b0aeefe8f6dd9d5212507f646c3772ec2888
MD5 6211cd4e112beba4e8dd7a31616fb5ae
BLAKE2b-256 7c9b785cfacc271a4d354a6c7d29f45c7c6c23c4d520faf1753c8926522ddc9a

See more details on using hashes here.

File details

Details for the file databricks_session-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for databricks_session-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e634633f64454f132af88ba31262a6b6082889f057495ba248cf472a04a5d2ad
MD5 09c24cae8c71aa56c0a702559e775fd3
BLAKE2b-256 c8ee4aa5453dd11eb4e75ba7e5ca618bd20e48bd03cd44d704c6cbb6abc4d715

See more details on using hashes here.

Supported by

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