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
Is the object_id attribute actually deprecated? It is a relevant guid for the object in the Databricks workspace directory.
Affected Resource(s)
databricks_notebook
databricks_permissions
We should either indicate that object_id is a deprecated field in the docs or un-deprecate the field otherwise. @nfx can you provide some commentary on this. This also impacts a valid path of databricks_permissions where you can identify the object via notebook_id rather than path which should also be deprecated if we choose to deprecate object_id.
Is the object_id attribute actually deprecated? It is a relevant guid for the object in the Databricks workspace directory.
Affected Resource(s)
databricks_notebook
databricks_permissions
We should either indicate that object_id is a deprecated field in the docs or un-deprecate the field otherwise. @nfx can you provide some commentary on this. This also impacts a valid path of databricks_permissions where you can identify the object via notebook_id rather than path which should also be deprecated if we choose to deprecate object_id.
https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/notebook#attribute-reference
Relevant code that adds deprecation:
terraform-provider-databricks/workspace/resource_notebook.go
Lines 227 to 232 in 79c6338
The text was updated successfully, but these errors were encountered: