We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
databricks_sql_permissions
1 parent c297ca3 commit 976b793Copy full SHA for 976b793
access/resource_sql_permissions.go
@@ -50,7 +50,7 @@ func (ta *SqlPermissions) typeAndKey() (string, string) {
50
return "VIEW", fmt.Sprintf("`%s`.`%s`", ta.actualDatabase(), ta.View)
51
}
52
if ta.Database != "" {
53
- return "DATABASE", ta.Database
+ return "DATABASE", fmt.Sprintf("`%s`", ta.Database)
54
55
if ta.Catalog {
56
return "CATALOG", ""
0 commit comments