You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Exporter] Add support for exporting of Lakeview dashboards (#3779)
## Changes
<!-- Summary of your changes that are easy to understand -->
This adds support for exporting of `databricks_dashboard` resource and
dependencies.
Current limitations:
- No support for incremental mode
- List operation fails on big lists (not clear if it's a problem with
API or Go SDK)
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [x] using Go SDK
*`directories` - **listing**[databricks_directory](../resources/directory.md). *Please note that directories aren't listed when running in the incremental mode! Only directories with updated notebooks will be emitted.*
*`groups` - **listing**[databricks_group](../data-sources/group.md) with [membership](../resources/group_member.md) and [data access](../resources/group_instance_profile.md).
@@ -171,6 +172,7 @@ Exporter aims to generate HCL code for most of the resources within the Databric
171
172
|[databricks_cluster](../resources/cluster.md)| Yes | No | Yes | No |
172
173
|[databricks_cluster_policy](../resources/cluster_policy.md)| Yes | No | Yes | No |
173
174
|[databricks_connection](../resources/connection.md)| Yes | Yes | Yes | No |
175
+
|[databricks_dashboard](../resources/dashboard.md)| Yes | No | Yes | No |
174
176
|[databricks_dbfs_file](../resources/dbfs_file.md)| Yes | No | Yes | No |
175
177
|[databricks_external_location](../resources/external_location.md)| Yes | Yes | Yes | No |
176
178
|[databricks_file](../resources/file.md)| Yes | No | Yes | No |
0 commit comments