forked from databricks/terraform-provider-databricks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
dashboard_filters_enabled
attribute to `databricks_sql_dashboar…
…d` resource (databricks#2725) When `dashboard_filters_enabled` is set to `true` then filters are shown on the SQL Dashboard level. In this case, the `databricks_sql_widget` should have following block to use it: ``` parameter { type = "dashboard-level" name = "Limit" map_to = "Limit" } ``` This fixes databricks#2172
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters