Skip to content

Commit 2951d95

Browse files
authored
Merge pull request #277 from stackql/feature/provider-docs
updated snowflake
2 parents 6b633bc + 2d274ba commit 2951d95

File tree

25 files changed

+106
-106
lines changed

25 files changed

+106
-106
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ SELECT
186186
'{{ first_name }}',
187187
'{{ last_name }}',
188188
'{{ email }}',
189-
'{{ must_change_password }}',
190-
'{{ polaris }}',
189+
{{ must_change_password }},
190+
{{ polaris }},
191191
'{{ endpoint }}'
192192
;
193193
```

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ SELECT
137137
'{{ api_hook }}',
138138
'{{ api_allowed_prefixes }}',
139139
'{{ api_blocked_prefixes }}',
140-
'{{ enabled }}',
140+
{{ enabled }},
141141
'{{ comment }}',
142142
'{{ endpoint }}'
143143
;
@@ -159,7 +159,7 @@ SELECT
159159
'{{ name }}',
160160
'{{ api_hook }}',
161161
'{{ api_allowed_prefixes }}',
162-
'{{ enabled }}',
162+
{{ enabled }},
163163
'{{ endpoint }}'
164164
;
165165
```
@@ -221,7 +221,7 @@ name = '{{ name }}',
221221
api_hook = '{{ api_hook }}',
222222
api_allowed_prefixes = '{{ api_allowed_prefixes }}',
223223
api_blocked_prefixes = '{{ api_blocked_prefixes }}',
224-
enabled = true|false,
224+
enabled = {{ enabled }},
225225
comment = '{{ comment }}'
226226
WHERE
227227
name = '{{ name }}'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ SELECT
137137
'{{ name }}',
138138
'{{ catalog }}',
139139
'{{ table_format }}',
140-
'{{ enabled }}',
140+
{{ enabled }},
141141
'{{ comment }}',
142142
'{{ endpoint }}'
143143
;
@@ -159,7 +159,7 @@ SELECT
159159
'{{ name }}',
160160
'{{ catalog }}',
161161
'{{ table_format }}',
162-
'{{ enabled }}',
162+
{{ enabled }},
163163
'{{ endpoint }}'
164164
;
165165
```

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ endpoint
187187
)
188188
SELECT
189189
'{{ name }}',
190-
'{{ min_nodes }}',
191-
'{{ max_nodes }}',
190+
{{ min_nodes }},
191+
{{ max_nodes }},
192192
'{{ instance_family }}',
193-
'{{ auto_resume }}',
193+
{{ auto_resume }},
194194
'{{ comment }}',
195-
'{{ auto_suspend_secs }}',
195+
{{ auto_suspend_secs }},
196196
'{{ endpoint }}'
197197
;
198198
```
@@ -212,8 +212,8 @@ endpoint
212212
SELECT
213213
'{{ name }}',
214214
'{{ instance_family }}',
215-
'{{ min_nodes }}',
216-
'{{ max_nodes }}',
215+
{{ min_nodes }},
216+
{{ max_nodes }},
217217
'{{ endpoint }}'
218218
;
219219
```
@@ -274,12 +274,12 @@ Replaces all fields in the specified <code>compute_pools</code> resource.
274274
REPLACE snowflake.compute_pool.compute_pools
275275
SET
276276
name = '{{ name }}',
277-
min_nodes = '{{ min_nodes }}',
278-
max_nodes = '{{ max_nodes }}',
277+
min_nodes = {{ min_nodes }},
278+
max_nodes = {{ max_nodes }},
279279
instance_family = '{{ instance_family }}',
280-
auto_resume = true|false,
280+
auto_resume = {{ auto_resume }},
281281
comment = '{{ comment }}',
282-
auto_suspend_secs = '{{ auto_suspend_secs }}'
282+
auto_suspend_secs = {{ auto_suspend_secs }}
283283
WHERE
284284
name = '{{ name }}'
285285
AND data__instance_family = '{{ data__instance_family }}'

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,16 @@ SELECT
209209
'{{ name }}',
210210
'{{ kind }}',
211211
'{{ comment }}',
212-
'{{ data_retention_time_in_days }}',
212+
{{ data_retention_time_in_days }},
213213
'{{ default_ddl_collation }}',
214214
'{{ log_level }}',
215-
'{{ max_data_extension_time_in_days }}',
216-
'{{ suspend_task_after_num_failures }}',
215+
{{ max_data_extension_time_in_days }},
216+
{{ suspend_task_after_num_failures }},
217217
'{{ trace_level }}',
218218
'{{ user_task_managed_initial_warehouse_size }}',
219219
'{{ serverless_task_min_statement_size }}',
220220
'{{ serverless_task_max_statement_size }}',
221-
'{{ user_task_timeout_ms }}',
221+
{{ user_task_timeout_ms }},
222222
'{{ endpoint }}'
223223
;
224224
```
@@ -332,16 +332,16 @@ SET
332332
name = '{{ name }}',
333333
kind = '{{ kind }}',
334334
comment = '{{ comment }}',
335-
data_retention_time_in_days = '{{ data_retention_time_in_days }}',
335+
data_retention_time_in_days = {{ data_retention_time_in_days }},
336336
default_ddl_collation = '{{ default_ddl_collation }}',
337337
log_level = '{{ log_level }}',
338-
max_data_extension_time_in_days = '{{ max_data_extension_time_in_days }}',
339-
suspend_task_after_num_failures = '{{ suspend_task_after_num_failures }}',
338+
max_data_extension_time_in_days = {{ max_data_extension_time_in_days }},
339+
suspend_task_after_num_failures = {{ suspend_task_after_num_failures }},
340340
trace_level = '{{ trace_level }}',
341341
user_task_managed_initial_warehouse_size = '{{ user_task_managed_initial_warehouse_size }}',
342342
serverless_task_min_statement_size = '{{ serverless_task_min_statement_size }}',
343343
serverless_task_max_statement_size = '{{ serverless_task_max_statement_size }}',
344-
user_task_timeout_ms = '{{ user_task_timeout_ms }}'
344+
user_task_timeout_ms = {{ user_task_timeout_ms }}
345345
WHERE
346346
name = '{{ name }}'
347347
AND data__name = '{{ data__name }}'

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
@@ -107,7 +107,7 @@ SELECT
107107
'{{ securable }}',
108108
'{{ containing_scope }}',
109109
'{{ securable_type }}',
110-
'{{ grant_option }}',
110+
{{ grant_option }},
111111
'{{ privileges }}',
112112
'{{ database_name }}',
113113
'{{ name }}',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ SELECT
107107
'{{ securable }}',
108108
'{{ containing_scope }}',
109109
'{{ securable_type }}',
110-
'{{ grant_option }}',
110+
{{ grant_option }},
111111
'{{ privileges }}',
112112
'{{ database_name }}',
113113
'{{ name }}',

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ SELECT
213213
'{{ warehouse }}',
214214
'{{ cluster_by }}',
215215
'{{ query }}',
216-
'{{ data_retention_time_in_days }}',
217-
'{{ max_data_extension_time_in_days }}',
216+
{{ data_retention_time_in_days }},
217+
{{ max_data_extension_time_in_days }},
218218
'{{ comment }}',
219219
'{{ database_name }}',
220220
'{{ schema_name }}',

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ endpoint
182182
SELECT
183183
'{{ name }}',
184184
'{{ cluster_by }}',
185-
'{{ data_retention_time_in_days }}',
186-
'{{ max_data_extension_time_in_days }}',
187-
'{{ change_tracking }}',
185+
{{ data_retention_time_in_days }},
186+
{{ max_data_extension_time_in_days }},
187+
{{ change_tracking }},
188188
'{{ default_ddl_collation }}',
189189
'{{ comment }}',
190190
'{{ database_name }}',

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
@@ -133,7 +133,7 @@ endpoint
133133
SELECT
134134
'{{ name }}',
135135
'{{ storage_locations }}',
136-
'{{ allow_writes }}',
136+
{{ allow_writes }},
137137
'{{ comment }}',
138138
'{{ endpoint }}'
139139
;

0 commit comments

Comments
 (0)