|
8 | 8 |
|
9 | 9 | 🧱 Databricks CLI eXtensions - aka `dbx` is a CLI tool for development and advanced Databricks workflows management. |
10 | 10 |
|
| 11 | +## :octicons-law-24: Legal Information |
| 12 | + |
| 13 | +!!! danger "Support notice" |
| 14 | + |
| 15 | + This software is provided as-is and is not officially supported by |
| 16 | + Databricks through customer technical support channels. Support, questions, and feature requests can be communicated through the Issues |
| 17 | + page of the [dbx repo](https://github.com/databrickslabs/dbx/issues). Please see the legal agreement and understand that |
| 18 | + issues with the use of this code will not be answered or investigated by |
| 19 | + Databricks Support. |
| 20 | + |
| 21 | + Databricks recommends using [Databricks asset bundles](https://docs.databricks.com/en/dev-tools/bundles/index.html) for CI/CD. |
| 22 | + Please see [migration guidance](https://docs.databricks.com/en/archive/dev-tools/dbx/dbx-migrate.html) on how to migrate from dbx to dabs |
| 23 | + |
11 | 24 | ## :octicons-light-bulb-24: Concept |
12 | 25 |
|
13 | 26 | `dbx` aims to improve development experience for Data and ML teams that use Databricks, by providing the following capabilities: |
@@ -68,16 +81,6 @@ Depending on your developer journey and overall tasks, you might use `dbx` in va |
68 | 81 | - [Delta Live |
69 | 82 | 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). |
70 | 83 |
|
71 | | -## :octicons-law-24: Legal Information |
72 | | - |
73 | | -!!! danger "Support notice" |
74 | | - |
75 | | - This software is provided as-is and is not officially supported by |
76 | | - Databricks through customer technical support channels. Support, questions, and feature requests can be communicated through the Issues |
77 | | - page of the [dbx repo](https://github.com/databrickslabs/dbx/issues). Please see the legal agreement and understand that |
78 | | - issues with the use of this code will not be answered or investigated by |
79 | | - Databricks Support. |
80 | | - |
81 | 84 | ## :octicons-comment-24: Feedback |
82 | 85 |
|
83 | 86 | Issues with `dbx`? Found a :octicons-bug-24: bug? |
|
0 commit comments