Metadata-Version: 2.4
Name: kedro-databricks
Version: 0.12.0
Summary: A plugin to run Kedro pipelines on Databricks.
Project-URL: Homepage, https://github.com/jenspederm/kedro-databricks
Project-URL: Issues, https://github.com/jenspederm/kedro-databricks/issues
Author-email: Jens Peder Meldgaard <jenspederm@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: databricks-sdk>=0.36.0
Requires-Dist: kedro>=0.19.8
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: tomlkit>=0.13.0
Description-Content-Type: text/markdown

# kedro-databricks

[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/JenspederM/kedro-databricks/graph/badge.svg?token=0MUFV8BNRH)](https://codecov.io/gh/JenspederM/kedro-databricks)
<a href="https://codeclimate.com/github/JenspederM/kedro-databricks/maintainability"><img src="https://api.codeclimate.com/v1/badges/d5ef60eb0f20cb369b18/maintainability" /></a>
[![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg)](https://pypi.org/project/kedro-databricks/)
[![PyPI Version](https://badge.fury.io/py/kedro-databricks.svg)](https://pypi.org/project/kedro-databricks/)

Kedro plugin to develop Kedro pipelines for Databricks. This plugin strives to provide the ultimate developer experience when using Kedro on Databricks.

## Key Features

1. **Initialization**: Transform your local Kedro project into a Databricks Asset Bundle.
2. **Generation**: Generate Asset Bundle resources definition based from your kedro pipelines.
3. **Deployment**: Deploy your Kedro pipelines to Databricks as Workflows.
4. **Execution**: Run your Kedro pipelines on Databricks straight from the command line.
5. **Cleanup**: Remove all Databricks resources created by the plugin.

To learn more about the plugin, please refer to the [documentation](https://jenspederm.github.io/kedro-databricks/).
