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.0a5.tar.gz
(14.0 kB
view hashes)
Built Distribution
Close
Hashes for databricks-bundle-0.6.0a5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 331c71aafbbee357748f22701bef72f2844a3f99a79af0cb513bb99323f59fa9 |
|
MD5 | d428a3e4e22275d25e30b585538612d7 |
|
BLAKE2b-256 | 8943fa79b9cfed19db36cb8935b264495c1d5be055450908d664b6d24cf3f63a |
Close
Hashes for databricks_bundle-0.6.0a5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db3a7a2a24fd2a1b6b4b3775e95b9e746853d535e1700756010c76b9e6ec08ea |
|
MD5 | 599907a89fb0223ab501498a253c30ca |
|
BLAKE2b-256 | ef3a0c498a77cdfe52d1c4bc3b51b21c565dabf1a74af4e5ec8d8179cbe2c9cd |