Skip to content

Commit 6b633bc

Browse files
authored
Merge pull request #276 from stackql/feature/provider-docs
snowflake updates
2 parents dd5baec + b56922e commit 6b633bc

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ SELECT
217217
<TabItem value="manifest">
218218

219219
```yaml
220+
# Description fields below are for documentation purposes only and are not required in the manifest
220221
- name: accounts
221222
props:
222223
- name: data__admin_name
@@ -282,7 +283,6 @@ SELECT
282283
- name: polaris
283284
value: boolean
284285
description: Indicates whether the account is a Polaris account.
285-
286286
```
287287
</TabItem>
288288
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ SELECT
199199
<TabItem value="manifest">
200200

201201
```yaml
202+
# Description fields below are for documentation purposes only and are not required in the manifest
202203
- name: alerts
203204
props:
204205
- name: database_name
@@ -237,7 +238,6 @@ SELECT
237238
- name: action
238239
value: string
239240
description: The SQL statement to execute when the alert is triggered
240-
241241
```
242242
</TabItem>
243243
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ SELECT
168168
<TabItem value="manifest">
169169

170170
```yaml
171+
# Description fields below are for documentation purposes only and are not required in the manifest
171172
- name: api_integrations
172173
props:
173174
- name: data__api_allowed_prefixes
@@ -204,7 +205,6 @@ SELECT
204205
- name: comment
205206
value: string
206207
description: Comment for the API integration.
207-
208208
```
209209
</TabItem>
210210
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ SELECT
168168
<TabItem value="manifest">
169169

170170
```yaml
171+
# Description fields below are for documentation purposes only and are not required in the manifest
171172
- name: catalog_integrations
172173
props:
173174
- name: data__catalog
@@ -197,7 +198,6 @@ SELECT
197198
- name: comment
198199
value: string
199200
description: Comment.
200-
201201
```
202202
</TabItem>
203203
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ SELECT
222222
<TabItem value="manifest">
223223

224224
```yaml
225+
# Description fields below are for documentation purposes only and are not required in the manifest
225226
- name: compute_pools
226227
props:
227228
- name: data__instance_family
@@ -260,7 +261,6 @@ SELECT
260261
- name: auto_suspend_secs
261262
value: integer
262263
description: Number of seconds until the compute pool automatically suspends.
263-
264264
```
265265
</TabItem>
266266
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ SELECT
242242
<TabItem value="manifest">
243243

244244
```yaml
245+
# Description fields below are for documentation purposes only and are not required in the manifest
245246
- name: databases
246247
props:
247248
- name: data__name
@@ -316,7 +317,6 @@ SELECT
316317
description: >-
317318
Time limit, in milliseconds, for a single run of the task before it
318319
times out.
319-
320320
```
321321
</TabItem>
322322
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ SELECT
133133
<TabItem value="manifest">
134134

135135
```yaml
136+
# Description fields below are for documentation purposes only and are not required in the manifest
136137
- name: database_roles
137138
props:
138139
- name: database_name
@@ -147,7 +148,6 @@ SELECT
147148
- name: comment
148149
value: string
149150
description: User comment associated to an object in the dictionary
150-
151151
```
152152
</TabItem>
153153
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ SELECT
138138
<TabItem value="manifest">
139139

140140
```yaml
141+
# Description fields below are for documentation purposes only and are not required in the manifest
141142
- name: future_grants
142143
props:
143144
- name: database_name
@@ -181,7 +182,6 @@ SELECT
181182
- name: privileges
182183
value: array
183184
description: List of privileges to be granted.
184-
185185
```
186186
</TabItem>
187187
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ SELECT
138138
<TabItem value="manifest">
139139

140140
```yaml
141+
# Description fields below are for documentation purposes only and are not required in the manifest
141142
- name: grants
142143
props:
143144
- name: database_name
@@ -181,7 +182,6 @@ SELECT
181182
- name: privileges
182183
value: array
183184
description: List of privileges to be granted.
184-
185185
```
186186
</TabItem>
187187
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ SELECT
251251
<TabItem value="manifest">
252252

253253
```yaml
254+
# Description fields below are for documentation purposes only and are not required in the manifest
254255
- name: dynamic_tables
255256
props:
256257
- name: database_name
@@ -326,7 +327,6 @@ SELECT
326327
- name: comment
327328
value: string
328329
description: Specifies a comment for the dynamic table.
329-
330330
```
331331
</TabItem>
332332
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ SELECT
216216
<TabItem value="manifest">
217217

218218
```yaml
219+
# Description fields below are for documentation purposes only and are not required in the manifest
219220
- name: event_tables
220221
props:
221222
- name: database_name
@@ -253,7 +254,6 @@ SELECT
253254
- name: comment
254255
value: string
255256
description: user comment associated to an object in the dictionary
256-
257257
```
258258
</TabItem>
259259
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ SELECT
160160
<TabItem value="manifest">
161161

162162
```yaml
163+
# Description fields below are for documentation purposes only and are not required in the manifest
163164
- name: external_volumes
164165
props:
165166
- name: data__name
@@ -192,7 +193,6 @@ SELECT
192193
- name: comment
193194
value: string
194195
description: String (literal) that specifies a comment for the external volume.
195-
196196
```
197197
</TabItem>
198198
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ SELECT
188188
<TabItem value="manifest">
189189

190190
```yaml
191+
# Description fields below are for documentation purposes only and are not required in the manifest
191192
- name: functions
192193
props:
193194
- name: database_name
@@ -236,7 +237,6 @@ SELECT
236237
- name: body
237238
value: string
238239
description: Function's body.
239-
240240
```
241241
</TabItem>
242242
</Tabs>

docs/snowflake-docs/providers/snowflake/grant/privileges/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ SELECT
126126
<TabItem value="manifest">
127127

128128
```yaml
129+
# Description fields below are for documentation purposes only and are not required in the manifest
129130
- name: privileges
130131
props:
131132
- name: granteeName
@@ -164,7 +165,6 @@ SELECT
164165
- name: granted_by_name
165166
value: string
166167
description: The role that granted this privilege to this grantee
167-
168168
```
169169
</TabItem>
170170
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ SELECT
269269
<TabItem value="manifest">
270270

271271
```yaml
272+
# Description fields below are for documentation purposes only and are not required in the manifest
272273
- name: iceberg_tables
273274
props:
274275
- name: database_name
@@ -369,7 +370,6 @@ SELECT
369370
- name: constraint_type
370371
value: string
371372
description: Type of the constraint
372-
373373
```
374374
</TabItem>
375375
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ SELECT
165165
<TabItem value="manifest">
166166

167167
```yaml
168+
# Description fields below are for documentation purposes only and are not required in the manifest
168169
- name: image_repositories
169170
props:
170171
- name: database_name
@@ -193,7 +194,6 @@ SELECT
193194
A Snowflake object identifier. If the identifier contains spaces or
194195
special characters, the entire string must be enclosed in double quotes.
195196
Identifiers enclosed in double quotes are also case-sensitive.
196-
197197
```
198198
</TabItem>
199199
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ SELECT
141141
<TabItem value="manifest">
142142

143143
```yaml
144+
# Description fields below are for documentation purposes only and are not required in the manifest
144145
- name: managed_accounts
145146
props:
146147
- name: data__account_type
@@ -171,7 +172,6 @@ SELECT
171172
- name: account_type
172173
value: string
173174
description: Type of the account.
174-
175175
```
176176
</TabItem>
177177
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ SELECT
166166
<TabItem value="manifest">
167167

168168
```yaml
169+
# Description fields below are for documentation purposes only and are not required in the manifest
169170
- name: network_policies
170171
props:
171172
- name: data__name
@@ -190,7 +191,6 @@ SELECT
190191
- name: comment
191192
value: string
192193
description: user comment associated to an object in the dictionary
193-
194194
```
195195
</TabItem>
196196
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ SELECT
249249
<TabItem value="manifest">
250250

251251
```yaml
252+
# Description fields below are for documentation purposes only and are not required in the manifest
252253
- name: notebooks
253254
props:
254255
- name: database_name
@@ -288,7 +289,6 @@ SELECT
288289
- name: last_version_details
289290
value: []
290291
description: The version details of a file based entity
291-
292292
```
293293
</TabItem>
294294
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ SELECT
153153
<TabItem value="manifest">
154154

155155
```yaml
156+
# Description fields below are for documentation purposes only and are not required in the manifest
156157
- name: notification_integrations
157158
props:
158159
- name: data__name
@@ -175,7 +176,6 @@ SELECT
175176
- name: type
176177
value: string
177178
description: Type of NotificationHook, can be QUEUE, EMAIL or WEBHOOK
178-
179179
```
180180
</TabItem>
181181
</Tabs>

docs/snowflake-docs/providers/snowflake/pipe/pipes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ SELECT
204204
<TabItem value="manifest">
205205

206206
```yaml
207+
# Description fields below are for documentation purposes only and are not required in the manifest
207208
- name: pipes
208209
props:
209210
- name: database_name
@@ -248,7 +249,6 @@ SELECT
248249
COPY INTO statement used to load data from queued files into a Snowflake
249250
table. This statement serves as the text/definition for the pipe and is
250251
displayed in the SHOW PIPES output
251-
252252
```
253253
</TabItem>
254254
</Tabs>

docs/snowflake-docs/providers/snowflake/procedure/procedures/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ SELECT
214214
<TabItem value="manifest">
215215

216216
```yaml
217+
# Description fields below are for documentation purposes only and are not required in the manifest
217218
- name: procedures
218219
props:
219220
- name: database_name
@@ -274,7 +275,6 @@ SELECT
274275
- name: body
275276
value: string
276277
description: Function/procedure definition
277-
278278
```
279279
</TabItem>
280280
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ SELECT
133133
<TabItem value="manifest">
134134

135135
```yaml
136+
# Description fields below are for documentation purposes only and are not required in the manifest
136137
- name: future_grants
137138
props:
138139
- name: name
@@ -174,7 +175,6 @@ SELECT
174175
- name: privileges
175176
value: array
176177
description: List of privileges to be granted.
177-
178178
```
179179
</TabItem>
180180
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ SELECT
133133
<TabItem value="manifest">
134134

135135
```yaml
136+
# Description fields below are for documentation purposes only and are not required in the manifest
136137
- name: grants
137138
props:
138139
- name: name
@@ -174,7 +175,6 @@ SELECT
174175
- name: privileges
175176
value: array
176177
description: List of privileges to be granted.
177-
178178
```
179179
</TabItem>
180180
</Tabs>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ SELECT
132132
<TabItem value="manifest">
133133

134134
```yaml
135+
# Description fields below are for documentation purposes only and are not required in the manifest
135136
- name: roles
136137
props:
137138
- name: data__name
@@ -144,7 +145,6 @@ SELECT
144145
- name: comment
145146
value: string
146147
description: Comment of the role.
147-
148148
```
149149
</TabItem>
150150
</Tabs>

0 commit comments

Comments
 (0)