Skip to content

Commit d8d0f55

Browse files
authored
docs: updated example
1 parent ffe8a2e commit d8d0f55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ locals {
3838
catalog = {
3939
example_catalog = {
4040
catalog_grants = {
41-
"example@username.com" = ["USE_CATALOG", "USE_SCHEMA", "CREATE_SCHEMA", "CREATE_TABLE", "SELECT", "MODIFY"]
41+
"example@username.com" = ["USE_CATALOG", "USE_SCHEMA", "CREATE_SCHEMA", "CREATE_TABLE", "SELECT", "MODIFY"]
4242
}
43+
schema_name = ["raw", "refined", "data_product"]
4344
}
4445
}
4546
}

0 commit comments

Comments
 (0)