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.0a3.tar.gz
(13.7 kB
view hashes)
Built Distribution
Close
Hashes for databricks-bundle-0.6.0a3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 217e36fafab51fd32f29c0e0a45db1fb762b4fd998ee7158996bdc05f645138c |
|
MD5 | 7e943ebd29f50617eb275775df36dc38 |
|
BLAKE2b-256 | 9521df6fa092e6295c804fbc35b2a72182c760ec5cbc93b79421f908eded028d |
Close
Hashes for databricks_bundle-0.6.0a3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abeb8ba63a7a28bdc3fcbc596e89bc14bc4c303f227388c54c66e8d00eda901a |
|
MD5 | 3a29666e92d2c7982ce46815535c1ac6 |
|
BLAKE2b-256 | 3f148decc28df0919fdd237f8ec3a49edfd29527ec559531f380190ce9c75549 |