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

[Doc] marked databricks_sql_dashboard as legacy #3836

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
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
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
Loading