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.10b1.tar.gz
(13.0 kB
view hashes)
Built Distribution
Close
Hashes for databricks-bundle-0.5.10b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ca9617966da94285bcdd8dc45303a40f89e12e3e8e2590c770d708c36ce4b4b |
|
MD5 | 05e9e2dfabe039b3eafa8ed90cfa38fc |
|
BLAKE2b-256 | 79c904175dce60ad7bce75a61a995f9d5554eb17e2c7c0ec3d3e6284b621c1ab |
Close
Hashes for databricks_bundle-0.5.10b1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 053fbe4e37bd441ba77a20498b78db00fe58d47f0bed23e331c8e5c5a314a0de |
|
MD5 | 56bbd6fbd6a4de2718cb50384cc6181b |
|
BLAKE2b-256 | 10dcff7f5a08192710a1c16bde749ff2d6064a2a1df2e1b4f82699b13e685aa7 |