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 Distribution
databricks-bundle-0.5.10b2.tar.gz
(12.7 kB
view hashes)
Built Distribution
Close
Hashes for databricks-bundle-0.5.10b2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0418adce77d307f77b9bfefff633ed40bc5dd02ee1b7b8c9fc10d4b8697eeae |
|
MD5 | e92c09156dea3d5395892d80ae079926 |
|
BLAKE2b-256 | 8d3c18ce31eed00d6de99672c696e4bcc75d87c1b4d90a0c3bf047611184fc7c |
Close
Hashes for databricks_bundle-0.5.10b2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b28341b3bafffd79fd35ad6db7040145aeedcaf23f59cb2a946dbec0ed6865fa |
|
MD5 | 7ff49654c8738a88f8cbac9629c14be4 |
|
BLAKE2b-256 | 7a227da490e83025f149ad8b347005ec291ce38a9853ea7bccc41f37e244d6d9 |