Skip to content

Commit f84e024

Browse files
authored
Merge pull request #280 from stackql/feature/provider-docs
test snowflake
2 parents 3336c51 + 3333132 commit f84e024

File tree

1 file changed

+6
-18
lines changed
  • docs/snowflake-docs/providers/snowflake/role/grants

1 file changed

+6
-18
lines changed

docs/snowflake-docs/providers/snowflake/role/grants/index.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -144,26 +144,14 @@ SELECT
144144
description: Required parameter for the grants resource.
145145
- name: securable
146146
value:
147-
- name: database
148-
value: string
149-
description: Database name of the securable if applicable.
150-
- name: schema
151-
value: string
152-
description: Schema name of the securable if applicable.
153-
- name: service
154-
value: string
155-
description: Service name of the securable if applicable.
156-
- name: name
157-
value: string
158-
description: Name of the securable if applicable.
147+
database: string
148+
schema: string
149+
service: string
150+
name: string
159151
- name: containing_scope
160152
value:
161-
- name: database
162-
value: string
163-
description: Database name of the securable scope if applicable.
164-
- name: schema
165-
value: string
166-
description: Schema name of the securable scope if applicable.
153+
database: string
154+
schema: string
167155
- name: securable_type
168156
value: string
169157
description: >-

0 commit comments

Comments
 (0)