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] Added support for UC Tag policies (#5213)
## 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`
- [x] using Go SDK
- [x] using TF Plugin Framework
- [x] has entry in `NEXT_CHANGELOG.md` file
Co-authored-by: Omer Lachish <[email protected]>
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
@@ -213,6 +213,7 @@ Services could be specified in combination with predefined aliases (`all` - for
213
213
*`uc-shares` - **listing**[databricks_share](../resources/share.md) and [databricks_recipient](../resources/recipient.md)
214
214
*`uc-storage-credentials` - **listing** exports [databricks_storage_credential](../resources/storage_credential.md) resources on workspace or account level.
215
215
*`uc-system-schemas` - **listing** exports [databricks_system_schema](../resources/system_schema.md) resources for the UC metastore of the current workspace.
*`uc-tables` - **listing** (*we can't list directly, only via dependencies to top-level object*) [databricks_sql_table](../resources/sql_table.md) resource.
217
218
*`uc-volumes` - **listing** (*we can't list directly, only via dependencies to top-level object*) [databricks_volume](../resources/volume.md)
218
219
*`users` - **listing**[databricks_user](../resources/user.md) and [databricks_service_principal](../resources/service_principal.md) are written to their own files, simply because of their number. If Identity Federation is enabled on the workspace (when UC Metastore is attached), then users and service principals are exposed as data sources because they are defined on an account level. See the note above on how to perform migration between workspaces with Identity Federation enabled.
@@ -315,6 +316,7 @@ Exporter aims to generate HCL code for most of the resources within the Databric
315
316
|[databricks_sql_widget](../resources/sql_widget.md)| Yes | Yes | Yes | No |
316
317
|[databricks_storage_credential](../resources/storage_credential.md)| Yes | Yes | Yes | No |
317
318
|[databricks_system_schema](../resources/system_schema.md)| Yes | No | Yes | No |
319
+
|[databricks_tag_policy](../resources/tag_policy.md)| Yes | No | Yes | No |
318
320
|[databricks_token](../resources/token.md)| Not Applicable | No | Yes | No |
319
321
|[databricks_user](../resources/user.md)| Yes | No | Yes | Yes |
320
322
|[databricks_user_instance_profile](../resources/user_instance_profile.md)| No | No | No | No |
0 commit comments