Skip to content

Commit cb56d36

Browse files
committed
updated snowflake
1 parent 43a570e commit cb56d36

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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
@@ -207,7 +207,7 @@ SELECT
207207
208208
## `REPLACE` example
209209

210-
Replaces all fields in the specified <code>api_integrations</code> resource.
210+
Create an (or alter an existing) API integration. Note that API_KEY is not currently altered by this operation and is supported for a newly-created object only. Unsetting API_BLOCKED_PREFIXES is also unsupported.
211211

212212
```sql
213213
/*+ update */

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
@@ -267,7 +267,7 @@ SELECT
267267
268268
## `REPLACE` example
269269

270-
Replaces all fields in the specified <code>compute_pools</code> resource.
270+
Create a (or alter an existing) compute pool. Even if the operation is just an alter, the full property set must be provided.
271271

272272
```sql
273273
/*+ update */

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ SELECT
326326
327327
## `REPLACE` example
328328

329-
Replaces all fields in the specified <code>databases</code> resource.
329+
Creates a new, or alters an existing, database. You must provide the full database definition even when altering an existing database.
330330

331331
```sql
332332
/*+ update */

docs/snowflake-docs/providers/snowflake/schema/schemas/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ SELECT
344344
345345
## `REPLACE` example
346346

347-
Replaces all fields in the specified <code>schemas</code> resource.
347+
Creates a new, or alters an existing, schema. You must provide the full schema definition even when altering an existing schema.
348348

349349
```sql
350350
/*+ update */

docs/snowflake-docs/providers/snowflake/table/tables/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ SELECT
374374
375375
## `REPLACE` example
376376

377-
Replaces all fields in the specified <code>tables</code> resource.
377+
Create a (or alter an existing) table. Even if the operation is just an alter, the full property set must be provided.
378378

379379
```sql
380380
/*+ update */

docs/snowflake-docs/providers/snowflake/task/tasks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ SELECT
387387
388388
## `REPLACE` example
389389

390-
Replaces all fields in the specified <code>tasks</code> resource.
390+
Create a (or alter an existing) task. Even if the operation is just an alter, the full property set must be provided.
391391

392392
```sql
393393
/*+ update */

docs/snowflake-docs/providers/snowflake/user/users/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ SELECT
389389
390390
## `REPLACE` example
391391

392-
Replaces all fields in the specified <code>users</code> resource.
392+
Create a (or alter an existing) user. Even if the operation is just an alter, the full property set must be provided. Note that password is not currently altered by this operation but is supported for a newly-created object.
393393

394394
```sql
395395
/*+ update */

docs/snowflake-docs/providers/snowflake/warehouse/warehouses/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ SELECT
403403
404404
## `REPLACE` example
405405

406-
Replaces all fields in the specified <code>warehouses</code> resource.
406+
Create a (or alter an existing) warehouse. Even if the operation is just an alter, the full property set must be provided.
407407

408408
```sql
409409
/*+ update */

0 commit comments

Comments
 (0)