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 databricks_credential (#4292)
## 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] `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
Copy file name to clipboardExpand all lines: docs/guides/experimental-exporter.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,7 @@ Services are just logical groups of resources used for filtering and organizatio
137
137
*`uc-artifact-allowlist` - **listing** exports [databricks_artifact_allowlist](../resources/artifact_allowlist.md) resources for Unity Catalog Allow Lists attached to the current metastore.
138
138
*`uc-catalogs` - **listing**[databricks_catalog](../resources/catalog.md) and [databricks_workspace_binding](../resources/workspace_binding.md)
139
139
*`uc-connections` - **listing**[databricks_connection](../resources/connection.md). *Please note that because API doesn't return sensitive fields, such as, passwords, tokens, ..., the generated `options` block could be incomplete!*
140
+
*`uc-credentials` - **listing** exports [databricks_credential](../resources/credential.md) resources on workspace or account level. *Please note that it will skip storage credentials! Use the `uc-storage-credentials` service for them*
*`uc-grants` - [databricks_grants](../resources/grants.md). *Please note that during export the list of grants is expanded to include the identity that does the export! This is done to allow to creation of objects in case when catalogs/schemas have different owners than the current identity.*.
142
143
*`uc-metastores` - **listing**[databricks_metastore](../resources/metastore.md) and [databricks_metastore_assignment](../resource/metastore_assignment.md) (only on account-level). *Please note that when using workspace-level configuration, only the metastores from the workspace's region are listed!*
@@ -179,6 +180,7 @@ Exporter aims to generate HCL code for most of the resources within the Databric
179
180
|[databricks_cluster](../resources/cluster.md)| Yes | No | Yes | No |
180
181
|[databricks_cluster_policy](../resources/cluster_policy.md)| Yes | No | Yes | No |
181
182
|[databricks_connection](../resources/connection.md)| Yes | Yes | Yes | No |
183
+
|[databricks_credential](../resources/credential.md)| Yes | Yes | Yes | No |
182
184
|[databricks_dashboard](../resources/dashboard.md)| Yes | No | Yes | No |
183
185
|[databricks_dbfs_file](../resources/dbfs_file.md)| Yes | No | Yes | No |
184
186
|[databricks_external_location](../resources/external_location.md)| Yes | Yes | Yes | No |
0 commit comments