Databricks bundle for the Pyfony framework
Project description
Databricks bundle
This bundle allows you to create simple functional Databricks pipelines, 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 && poetry add py4j --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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for databricks_bundle-0.5.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b336b67054c0cfe32a9fd97eabad8f77d4bb8034a196a36c2fc4dab524d3f8eb |
|
MD5 | b37cf452971b3d25f274f30afc4390c6 |
|
BLAKE2b-256 | 51dfa0072493b62a3432ef535b719ed88a80014f34e77e8c6218bb4be46d55e6 |