Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DABs messaging #848

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@

🧱 Databricks CLI eXtensions - aka `dbx` is a CLI tool for development and advanced Databricks workflows management.

## :octicons-law-24: Legal Information

!!! danger "Support notice"

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 the [dbx repo](https://github.com/databrickslabs/dbx/issues). 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

## :octicons-light-bulb-24: Concept

`dbx` aims to improve development experience for Data and ML teams that use Databricks, by providing the following capabilities:
Expand Down Expand Up @@ -68,16 +81,6 @@ Depending on your developer journey and overall tasks, you might use `dbx` in va
- [Delta Live
Tables](https://databricks.com/product/delta-live-tables) are supported for deployment and launch. The interactive execution mode is not supported. Please read more on DLT with `dbx` in [this guide](guides/general/delta_live_tables.md).

## :octicons-law-24: Legal Information

!!! danger "Support notice"

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 the [dbx repo](https://github.com/databrickslabs/dbx/issues). Please see the legal agreement and understand that
issues with the use of this code will not be answered or investigated by
Databricks Support.

## :octicons-comment-24: Feedback

Issues with `dbx`? Found a :octicons-bug-24: bug?
Expand Down