Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/databrickslabs/dbx
🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
https://github.com/databrickslabs/dbx
ci cicd databricks databricks-api databricks-cli mlops
Last synced: 3 months ago
JSON representation
🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
- Host: GitHub
- URL: https://github.com/databrickslabs/dbx
- Owner: databrickslabs
- License: other
- Created: 2020-03-03T11:48:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T13:00:25.000Z (4 months ago)
- Last Synced: 2024-07-11T14:11:18.252Z (4 months ago)
- Topics: ci, cicd, databricks, databricks-api, databricks-cli, mlops
- Language: Python
- Homepage: https://dbx.readthedocs.io
- Size: 1.78 MB
- Stars: 437
- Watchers: 23
- Forks: 120
- Open Issues: 95
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# dbx by Databricks Labs
🧱Databricks CLI eXtensions - akadbx
is a CLI tool for development and advanced Databricks workflows management.---
---
## Concept
`dbx` simplifies Databricks workflows development, deployment and launch across multiple
environments. It also helps to package your project and deliver it to
your Databricks environment in a versioned fashion. Designed in a
CLI-first manner, it is built to be actively used both inside CI/CD
pipelines and as a part of local tooling for rapid prototyping.## Requirements
- Python Version \> 3.8
- `pip` or `conda`## Installation
- with `pip`:
```
pip install dbx
```## Documentation
Please refer to the [docs page](https://dbx.readthedocs.io/en/latest/index.html).
## Interface versioning
For CLI interfaces, we support [SemVer](https://semver.org/) approach.
However, for API components we don't use SemVer as of now. This may lead
to instability when using `dbx` API methods directly.## Legal Information
This software is provided as-is and is not officially supported by
Databricks through customer technical support channels. Support,
questions, and feature requests can be communicated through the Issues
page of this repo. Please see the legal agreement and understand that
issues with the use of this code will not be answered or investigated by
Databricks Support.Databricks recommends using [Databricks asset bundles](https://docs.databricks.com/en/dev-tools/bundles/index.html) for CI/CD.
Please see [migration guidance](https://docs.databricks.com/en/archive/dev-tools/dbx/dbx-migrate.html) on how to migrate from dbx to dabs## Feedback
Issues with `dbx`? Found a bug? Have a great idea for an addition? Feel
free to file an
[issue](https://github.com/databrickslabs/dbx/issues/new/choose).## Contributing
Please find more details about contributing to `dbx` in the contributing
[doc](https://github.com/databrickslabs/dbx/blob/master/contrib/CONTRIBUTING.md).