Skip to content

Commit 3336c51

Browse files
authored
Merge pull request #279 from stackql/feature/provider-docs
snowflake updates
2 parents a7bb5a5 + f0e0c8f commit 3336c51

File tree

34 files changed

+148
-59
lines changed

34 files changed

+148
-59
lines changed

docs/snowflake-docs/providers/snowflake/account/accounts/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ SELECT
228228
description: >-
229229
A Snowflake object identifier. If the identifier contains spaces or
230230
special characters, the entire string must be enclosed in double quotes.
231-
Identifiers enclosed in double quotes are also case-sensitive.
231+
Identifiers enclosed in double quotes are also case-sensitive. (Required
232+
parameter for the accounts resource.)
232233
- name: region_group
233234
value: string
234235
description: >-
@@ -245,13 +246,16 @@ SELECT
245246
value: string
246247
description: >-
247248
Snowflake Edition of the account. (valid values: 'STANDARD',
248-
'ENTERPRISE', 'BUSINESS_CRITICAL')
249+
'ENTERPRISE', 'BUSINESS_CRITICAL') (Required parameter for the accounts
250+
resource.)
249251
- name: comment
250252
value: string
251253
description: Optional comment in which to store information related to the account.
252254
- name: admin_name
253255
value: string
254-
description: Name of the account administrator.
256+
description: >-
257+
Name of the account administrator. (Required parameter for the accounts
258+
resource.)
255259
- name: admin_password
256260
value: string
257261
description: Password for the account administrator.
@@ -269,7 +273,9 @@ SELECT
269273
description: Last name of the account administrator.
270274
- name: email
271275
value: string
272-
description: Email address of the account administrator.
276+
description: >-
277+
Email address of the account administrator. (Required parameter for the
278+
accounts resource.)
273279
- name: must_change_password
274280
value: boolean
275281
description: >-

docs/snowflake-docs/providers/snowflake/alert/alerts/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ SELECT
213213
description: Required parameter for the alerts resource.
214214
- name: name
215215
value: string
216-
description: Name of the alert
216+
description: Name of the alert (Required parameter for the alerts resource.)
217217
- name: comment
218218
value: string
219219
description: user comment associated to an object in the dictionary
@@ -222,17 +222,20 @@ SELECT
222222
- name: schedule_type
223223
value: string
224224
description: Type of the schedule, can be either CRON_TYPE or MINUTES_TYPE
225+
description: Required parameter for the alerts resource.
225226
- name: warehouse
226227
value: string
227228
description: The warehouse the alert runs in
228229
- name: condition
229230
value: string
230231
description: >-
231232
The SQL statement that must be evaluated to determine whether to trigger
232-
the alert
233+
the alert (Required parameter for the alerts resource.)
233234
- name: action
234235
value: string
235-
description: The SQL statement to execute when the alert is triggered
236+
description: >-
237+
The SQL statement to execute when the alert is triggered (Required
238+
parameter for the alerts resource.)
236239
```
237240
</TabItem>
238241
</Tabs>

docs/snowflake-docs/providers/snowflake/api_integration/api_integrations/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,27 +176,32 @@ SELECT
176176
description: Required parameter for the api_integrations resource.
177177
- name: name
178178
value: string
179-
description: Name of the API integration.
179+
description: >-
180+
Name of the API integration. (Required parameter for the
181+
api_integrations resource.)
180182
- name: api_hook
181183
value:
182184
- name: type
183185
value: string
184186
description: >-
185187
Type of ApiHook, can be AWS, AZURE, GC or GIT. (valid values: 'AWS',
186188
'AZURE', 'GC', 'GIT')
189+
description: Required parameter for the api_integrations resource.
187190
- name: api_allowed_prefixes
188191
value: array
189192
description: >-
190193
A comma-separated list of endpoints and resources that Snowflake can
191-
access.
194+
access. (Required parameter for the api_integrations resource.)
192195
- name: api_blocked_prefixes
193196
value: array
194197
description: >-
195198
A comma-separated list of endpoints and resources that are not allowed
196199
to be called from Snowflake.
197200
- name: enabled
198201
value: boolean
199-
description: Whether the API integration is enabled.
202+
description: >-
203+
Whether the API integration is enabled. (Required parameter for the
204+
api_integrations resource.)
200205
- name: comment
201206
value: string
202207
description: Comment for the API integration.

docs/snowflake-docs/providers/snowflake/catalog_integration/catalog_integrations/index.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,20 +176,27 @@ SELECT
176176
description: Required parameter for the catalog_integrations resource.
177177
- name: name
178178
value: string
179-
description: Name of the catalog integration.
179+
description: >-
180+
Name of the catalog integration. (Required parameter for the
181+
catalog_integrations resource.)
180182
- name: catalog
181183
value:
182184
- name: catalog_source
183185
value: string
184186
description: >-
185187
Type of external catalog (valid values: 'GLUE', 'OBJECT_STORE',
186188
'POLARIS')
189+
description: Required parameter for the catalog_integrations resource.
187190
- name: table_format
188191
value: string
189-
description: 'Table format of the catalog. (valid values: ''ICEBERG'')'
192+
description: >-
193+
Table format of the catalog. (valid values: 'ICEBERG') (Required
194+
parameter for the catalog_integrations resource.)
190195
- name: enabled
191196
value: boolean
192-
description: whether this catalog integration is available to use for Iceberg tables.
197+
description: >-
198+
whether this catalog integration is available to use for Iceberg tables.
199+
(Required parameter for the catalog_integrations resource.)
193200
- name: comment
194201
value: string
195202
description: Comment.

docs/snowflake-docs/providers/snowflake/compute_pool/compute_pools/index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,23 @@ SELECT
233233
description: >-
234234
A Snowflake object identifier. If the identifier contains spaces or
235235
special characters, the entire string must be enclosed in double quotes.
236-
Identifiers enclosed in double quotes are also case-sensitive.
236+
Identifiers enclosed in double quotes are also case-sensitive. (Required
237+
parameter for the compute_pools resource.)
237238
- name: min_nodes
238239
value: integer
239-
description: Minimum number of nodes for the compute pool.
240+
description: >-
241+
Minimum number of nodes for the compute pool. (Required parameter for
242+
the compute_pools resource.)
240243
- name: max_nodes
241244
value: integer
242-
description: Maximum number of nodes for the compute pool.
245+
description: >-
246+
Maximum number of nodes for the compute pool. (Required parameter for
247+
the compute_pools resource.)
243248
- name: instance_family
244249
value: string
245-
description: Instance family for the compute pool.
250+
description: >-
251+
Instance family for the compute pool. (Required parameter for the
252+
compute_pools resource.)
246253
- name: auto_resume
247254
value: boolean
248255
description: >-

docs/snowflake-docs/providers/snowflake/database/databases/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ SELECT
253253
description: >-
254254
A Snowflake object identifier. If the identifier contains spaces or
255255
special characters, the entire string must be enclosed in double quotes.
256-
Identifiers enclosed in double quotes are also case-sensitive.
256+
Identifiers enclosed in double quotes are also case-sensitive. (Required
257+
parameter for the databases resource.)
257258
- name: kind
258259
value: string
259260
description: >-

docs/snowflake-docs/providers/snowflake/database_role/database_roles/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ SELECT
144144
description: Required parameter for the database_roles resource.
145145
- name: name
146146
value: string
147-
description: Name of the database role
147+
description: >-
148+
Name of the database role (Required parameter for the database_roles
149+
resource.)
148150
- name: comment
149151
value: string
150152
description: User comment associated to an object in the dictionary

docs/snowflake-docs/providers/snowflake/database_role/future_grants/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ SELECT
174174
description: Schema name of the securable scope if applicable.
175175
- name: securable_type
176176
value: string
177-
description: Type of the securable to be granted.
177+
description: >-
178+
Type of the securable to be granted. (Required parameter for the
179+
future_grants resource.)
178180
- name: grant_option
179181
value: boolean
180182
description: >-

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ SELECT
174174
description: Schema name of the securable scope if applicable.
175175
- name: securable_type
176176
value: string
177-
description: Type of the securable to be granted.
177+
description: >-
178+
Type of the securable to be granted. (Required parameter for the grants
179+
resource.)
178180
- name: grant_option
179181
value: boolean
180182
description: >-

docs/snowflake-docs/providers/snowflake/dynamic_table/dynamic_tables/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ SELECT
267267
value: string
268268
description: >-
269269
Specifies the name for the dynamic table, must be unique for the schema
270-
in which the dynamic table is created
270+
in which the dynamic table is created (Required parameter for the
271+
dynamic_tables resource.)
271272
- name: kind
272273
value: string
273274
description: >-
@@ -290,7 +291,9 @@ SELECT
290291
- name: type
291292
value: string
292293
description: Type of lag, can be either USER_DEFINED or DOWNSTREAM.
293-
description: Specifies the schedule for periodically refreshing the dynamic table.
294+
description: >-
295+
Specifies the schedule for periodically refreshing the dynamic table.
296+
(Required parameter for the dynamic_tables resource.)
294297
- name: refresh_mode
295298
value: string
296299
description: >-
@@ -305,15 +308,18 @@ SELECT
305308
value: string
306309
description: >-
307310
Specifies the name of the warehouse that provides the compute resources
308-
for refreshing the dynamic table
311+
for refreshing the dynamic table (Required parameter for the
312+
dynamic_tables resource.)
309313
- name: cluster_by
310314
value: array
311315
description: >-
312316
Specifies one or more columns or column expressions in the dynamic table
313317
as the clustering key
314318
- name: query
315319
value: string
316-
description: Specifies the query whose results the dynamic table should contain
320+
description: >-
321+
Specifies the query whose results the dynamic table should contain
322+
(Required parameter for the dynamic_tables resource.)
317323
- name: data_retention_time_in_days
318324
value: integer
319325
description: >-

docs/snowflake-docs/providers/snowflake/event_table/event_tables/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,9 @@ SELECT
230230
description: Required parameter for the event_tables resource.
231231
- name: name
232232
value: string
233-
description: Name of the event table
233+
description: >-
234+
Name of the event table (Required parameter for the event_tables
235+
resource.)
234236
- name: cluster_by
235237
value: array
236238
description: Cluster key column(s) or expression

docs/snowflake-docs/providers/snowflake/external_volume/external_volumes/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ SELECT
170170
value: string
171171
description: >-
172172
String that specifies the identifier (the name) for the external volume;
173-
must be unique in your account.
173+
must be unique in your account. (Required parameter for the
174+
external_volumes resource.)
174175
- name: storage_locations
175176
value:
176177
- name: name
@@ -182,7 +183,8 @@ SELECT
182183
(valid values: 'S3', 'S3GOV', 'GCS', 'AZURE')
183184
description: >-
184185
Set of named cloud storage locations in different regions and,
185-
optionally, cloud platforms.
186+
optionally, cloud platforms. (Required parameter for the
187+
external_volumes resource.)
186188
- name: allow_writes
187189
value: boolean
188190
description: >-

docs/snowflake-docs/providers/snowflake/function/functions/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ SELECT
207207
value: string
208208
description: >-
209209
Specifies the name for the function, must be unique for the schema in
210-
which the function is created
210+
which the function is created (Required parameter for the functions
211+
resource.)
211212
- name: arguments
212213
value:
213214
- name: name
@@ -223,6 +224,7 @@ SELECT
223224
- name: value
224225
value: string
225226
description: Argument's value
227+
description: Required parameter for the functions resource.
226228
- name: returns
227229
value: string
228230
description: >-

docs/snowflake-docs/providers/snowflake/iceberg_table/iceberg_tables/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ SELECT
283283
description: Required parameter for the iceberg_tables resource.
284284
- name: name
285285
value: string
286-
description: Name of the iceberg table
286+
description: >-
287+
Name of the iceberg table (Required parameter for the iceberg_tables
288+
resource.)
287289
- name: comment
288290
value: string
289291
description: user comment associated to an object in the dictionary

docs/snowflake-docs/providers/snowflake/image_repository/image_repositories/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ SELECT
182182
description: >-
183183
A Snowflake object identifier. If the identifier contains spaces or
184184
special characters, the entire string must be enclosed in double quotes.
185-
Identifiers enclosed in double quotes are also case-sensitive.
185+
Identifiers enclosed in double quotes are also case-sensitive. (Required
186+
parameter for the image_repositories resource.)
186187
- name: database_name
187188
value: string
188189
description: >-

docs/snowflake-docs/providers/snowflake/managed_account/managed_accounts/index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,26 @@ SELECT
152152
description: >-
153153
A Snowflake object identifier. If the identifier contains spaces or
154154
special characters, the entire string must be enclosed in double quotes.
155-
Identifiers enclosed in double quotes are also case-sensitive.
155+
Identifiers enclosed in double quotes are also case-sensitive. (Required
156+
parameter for the managed_accounts resource.)
156157
- name: comment
157158
value: string
158159
description: Optional comment in which to store information related to the account.
159160
- name: admin_name
160161
value: string
161-
description: Name of the account administrator.
162+
description: >-
163+
Name of the account administrator. (Required parameter for the
164+
managed_accounts resource.)
162165
- name: admin_password
163166
value: string
164-
description: Password for the account administrator.
167+
description: >-
168+
Password for the account administrator. (Required parameter for the
169+
managed_accounts resource.)
165170
- name: account_type
166171
value: string
167-
description: 'Type of the account. (valid values: ''READER'')'
172+
description: >-
173+
Type of the account. (valid values: 'READER') (Required parameter for
174+
the managed_accounts resource.)
168175
default: READER
169176
```
170177
</TabItem>

docs/snowflake-docs/providers/snowflake/network_policy/network_policies/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ SELECT
174174
description: Required parameter for the network_policies resource.
175175
- name: name
176176
value: string
177-
description: Name of the network policy
177+
description: >-
178+
Name of the network policy (Required parameter for the network_policies
179+
resource.)
178180
- name: allowed_network_rule_list
179181
value: array
180182
description: List of names of allowed network rules in a network policy

docs/snowflake-docs/providers/snowflake/notebook/notebooks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ SELECT
263263
description: Required parameter for the notebooks resource.
264264
- name: name
265265
value: string
266-
description: Name of the notebook
266+
description: Name of the notebook (Required parameter for the notebooks resource.)
267267
- name: version
268268
value: string
269269
description: User specified version alias

docs/snowflake-docs/providers/snowflake/notification_integration/notification_integrations/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ SELECT
161161
description: Required parameter for the notification_integrations resource.
162162
- name: name
163163
value: string
164-
description: Name of the notification.
164+
description: >-
165+
Name of the notification. (Required parameter for the
166+
notification_integrations resource.)
165167
- name: enabled
166168
value: boolean
167169
description: Whether the notification integration is enabled.
@@ -177,6 +179,7 @@ SELECT
177179
values: 'EMAIL', 'WEBHOOK', 'QUEUE_AWS_SNS_OUTBOUND',
178180
'QUEUE_AZURE_EVENT_GRID_OUTBOUND', 'QUEUE_GCP_PUBSUB_OUTBOUND',
179181
'QUEUE_AZURE_EVENT_GRID_INBOUND', 'QUEUE_GCP_PUBSUB_INBOUND')
182+
description: Required parameter for the notification_integrations resource.
180183
```
181184
</TabItem>
182185
</Tabs>

0 commit comments

Comments
 (0)