Databricks bundle for the Pyfony framework
Project description
Databricks bundle
This bundle helps you to create simple function-based Databricks notebooks, which can be easily auto-documented and unit-tested. It is part of the Bricksflow framework.
Installation
Install the bundle via Poetry:
$ poetry add databricks-bundle && poetry add databricks-connect --dev
Add the DatabricksBundle.autodetect()
to your application's Kernel.py to activate it:
from pyfony.kernel.BaseKernel import BaseKernel
from databricksbundle.DatabricksBundle import DatabricksBundle
class Kernel(BaseKernel):
def _registerBundles(self):
return [
# ...
DatabricksBundle.autodetect(),
# ...
]
Usage
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
databricks-bundle-0.6.0a4.tar.gz
(14.0 kB
view hashes)
Built Distribution
Close
Hashes for databricks-bundle-0.6.0a4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2113b84972b62c10409458f13dcee040409e0237da14983ae46b1d3f64bef5e |
|
MD5 | 1c84992cc98b2ccaeab1d205308a209c |
|
BLAKE2b-256 | 33bf2cfa8bd6a937d42c4bff4e3bc2daec8c12297fc18d344fb9cbe4f893e45b |
Close
Hashes for databricks_bundle-0.6.0a4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48bca13bec45f021b8e91bdd10659e76f3fae94c1e1629cd8bf3714815fac5b5 |
|
MD5 | ecc1efd3b9ce2c06b159d9ca9ecdbeb8 |
|
BLAKE2b-256 | a23c72b1a8da0723cc06ae0bdb184bb0c0bea2dfee57a21c827422ba6fe8d742 |