From 1a7bcd594a9e8d48dfdadc883f10208469b68447 Mon Sep 17 00:00:00 2001 From: saadansari-db <115556373+saadansari-db@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:20:21 +0500 Subject: [PATCH] DABs messaging (#848) Added guidance on using Databricks asset bundles --- docs/intro.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index 687e3cac..e6740492 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -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: @@ -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?