-
Notifications
You must be signed in to change notification settings - Fork 389
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
Update experimental-exporter.md #1281
Conversation
Analyze all of the databricks objects and the exporter, added exhaustive exporter support matrix
Codecov Report
@@ Coverage Diff @@
## master #1281 +/- ##
=======================================
Coverage 90.59% 90.59%
=======================================
Files 117 117
Lines 9951 9951
=======================================
Hits 9015 9015
Misses 556 556
Partials 380 380 |
docs/guides/experimental-exporter.md
Outdated
| [databricks_token](docs/resources/token.md) | No | | ||
| [databricks_user](docs/resources/user.md) | Yes | | ||
| [databricks_user_instance_profile](docs/resources/user_instance_profile.md) | No (Depricated) | | ||
| [databricks_workspace_conf](docs/resources/workspace_conf.md) | No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/guides/experimental-exporter.md
Outdated
| [databricks_permissions (directory)](docs/resources/permissions.md) | No | | ||
| [databricks_permissions (mlflow experiment)](docs/resources/permissions.md) | No | | ||
| [databricks_permissions (mlflow registered model)](docs/resources/permissions.md) | No | | ||
| [databricks_permissions (sql_endpoint) ](docs/resources/permissions.md) | No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, since 0.5.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexott Is this to say all permissions in https://docs.databricks.com/dev-tools/api/latest/permissions.html are exportable?
I'm looking for a way to note what ACLs are not exportable to assist in planning migration projects.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmoore247 all resources that have similar block are exporting permissions: https://github.com/databrickslabs/terraform-provider-databricks/blob/master/exporter/importables.go#L1021
Co-authored-by: Serge Smertin <259697+nfx@users.noreply.github.com>
Analyze all of the databricks objects and the exporter, added exhaustive exporter support matrix
(Please make sure I analyzed it all correctly)