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.6a2.tar.gz
(13.7 kB
view hashes)
Built Distribution
Close
Hashes for databricks_bundle-0.6a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85553798c05cd74e1809888ea966f6a1700a1322136d7414911359db98ddd83a |
|
MD5 | 56da696616c94e896967d402d30007cd |
|
BLAKE2b-256 | 5d6733a07ba889a48220a994068398d0d1e6bbde832fac9ed48d761d09e8bb52 |