Skip to content

Commit

Permalink
[Doc] marked databricks_sql_dashboard as legacy (databricks#3836)
Browse files Browse the repository at this point in the history
## Changes
<!-- Summary of your changes that are easy to understand -->

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->

- [x] relevant change in `docs/` folder
  • Loading branch information
nkvuong authored Jul 30, 2024
1 parent 4a5e52c commit 154ea38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions docs/resources/sql_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ subcategory: "Databricks SQL"
---
# databricks_sql_dashboard Resource

This resource is used to manage [Databricks SQL Dashboards](https://docs.databricks.com/sql/user/dashboards/index.html). To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricks_sql_access` on your [databricks_group](group.md#databricks_sql_access) or [databricks_user](user.md#databricks_sql_access).
-> **Note:** Please switch to [databricks_dashboard](dashboard.md) to author new AI/BI dashboards using the latest tooling

**Note:** documentation for this resource is a work in progress.
This resource is used to manage [Legacy dashboards](https://docs.databricks.com/sql/user/dashboards/index.html). To manage [SQL resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricks_sql_access` on your [databricks_group](group.md#databricks_sql_access) or [databricks_user](user.md#databricks_sql_access).


-> **Note:** documentation for this resource is a work in progress.

A dashboard may have one or more [widgets](sql_widget.md).

Expand Down
8 changes: 5 additions & 3 deletions docs/resources/sql_widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ subcategory: "Databricks SQL"
---
# databricks_sql_widget Resource

To manage [SQLA resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricks_sql_access` on your [databricks_group](group.md#databricks_sql_access) or [databricks_user](user.md#databricks_sql_access).
-> **Note:** Please switch to [databricks_dashboard](dashboard.md) to author new AI/BI dashboards using the latest tooling

**Note:** documentation for this resource is a work in progress.
To manage [SQL resources](https://docs.databricks.com/sql/get-started/concepts.html) you must have `databricks_sql_access` on your [databricks_group](group.md#databricks_sql_access) or [databricks_user](user.md#databricks_sql_access).

A widget is always tied to a [dashboard](sql_dashboard.md). Every dashboard may have one or more widgets.
-> **Note:** documentation for this resource is a work in progress.

A widget is always tied to a [Legacy dashboard](sql_dashboard.md). Every dashboard may have one or more widgets.

## Example Usage

Expand Down

0 comments on commit 154ea38

Please sign in to comment.