Skip to content

Commit 327b948

Browse files
authored
Merge pull request #263 from stackql/feature/provider-docs
snowflake updates
2 parents e73724f + d5496ca commit 327b948

File tree

44 files changed

+132
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+132
-44
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ Creates, updates, deletes, gets or lists a <code>accounts</code> resource.
7777
| <CopyableCode code="delete_account" /> | `DELETE` | <CopyableCode code="gracePeriodInDays, name, endpoint" /> | <CopyableCode code="ifExists" /> | Deletes the specified account. If you enable the `ifExists` parameter, the operation succeeds even if the account does not exist. Otherwise, a 404 failure is returned if the account does not exist. if the drop is unsuccessful. |
7878
| <CopyableCode code="undrop_account" /> | `EXEC` | <CopyableCode code="name, endpoint" /> | - | Restores a dropped account that has not yet been permanently deleted (a dropped account that is within its grace period). |
7979

80-
80+
81+
Expand this to view optional parameter details for all methods in this resource.
82+
8183

8284
<details>
8385
<summary>Optional Parameter Details</summary>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ Creates, updates, deletes, gets or lists a <code>alerts</code> resource.
5353
| <CopyableCode code="clone_alert" /> | `EXEC` | <CopyableCode code="database_name, name, schema_name, targetDatabase, targetSchema, data__name, endpoint" /> | <CopyableCode code="createMode" /> | Create a new alert by cloning from the specified resource |
5454
| <CopyableCode code="execute_alert" /> | `EXEC` | <CopyableCode code="database_name, name, schema_name, endpoint" /> | - | Execute an alert |
5555

56-
56+
57+
Expand this to view optional parameter details for all methods in this resource.
58+
5759

5860
<details>
5961
<summary>Optional Parameter Details</summary>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ Creates, updates, deletes, gets or lists a <code>api_integrations</code> resourc
4747
| <CopyableCode code="delete_api_integration" /> | `DELETE` | <CopyableCode code="name, endpoint" /> | <CopyableCode code="ifExists" /> | Delete an API integration |
4848
| <CopyableCode code="create_or_alter_api_integration" /> | `REPLACE` | <CopyableCode code="name, data__api_allowed_prefixes, data__api_hook, data__enabled, data__name, endpoint" /> | - | 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. |
4949

50-
50+
51+
Expand this to view optional parameter details for all methods in this resource.
52+
5153

5254
<details>
5355
<summary>Optional Parameter Details</summary>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ Creates, updates, deletes, gets or lists a <code>catalog_integrations</code> res
4747
| <CopyableCode code="create_catalog_integration" /> | `INSERT` | <CopyableCode code="data__catalog, data__enabled, data__name, data__table_format, endpoint" /> | <CopyableCode code="createMode" /> | Create a catalog integration. |
4848
| <CopyableCode code="delete_catalog_integration" /> | `DELETE` | <CopyableCode code="name, endpoint" /> | <CopyableCode code="ifExists" /> | Delete a catalog integration. |
4949

50-
50+
51+
Expand this to view optional parameter details for all methods in this resource.
52+
5153

5254
<details>
5355
<summary>Optional Parameter Details</summary>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Creates, updates, deletes, gets or lists a <code>compute_pools</code> resource.
6666
| <CopyableCode code="stop_all_services_in_compute_pool_deprecated" /> | `EXEC` | <CopyableCode code="name, endpoint" /> | - | Stops all services in the compute pool. Deprecated - use :stop-all-services instead. |
6767
| <CopyableCode code="suspend_compute_pool" /> | `EXEC` | <CopyableCode code="name, endpoint" /> | - | Suspend a compute pool, if active. If the specified compute pool is already suspended, no action is taken. |
6868

69-
69+
70+
Expand this to view optional parameter details for all methods in this resource.
71+
7072

7173
<details>
7274
<summary>Optional Parameter Details</summary>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ Creates, updates, deletes, gets or lists a <code>databases</code> resource.
7373
| <CopyableCode code="refresh_database_replication" /> | `EXEC` | <CopyableCode code="name, endpoint" /> | - | Refreshes a secondary database from a snapshot of its primary database. A snapshot includes changes to the objects and data. If you call this endpoint while another refresh for the same replica database is running, it fails and returns an error. Snowflake ensures only one refresh is executed at any given time. |
7474
| <CopyableCode code="undrop_database" /> | `EXEC` | <CopyableCode code="name, endpoint" /> | - | Undrops database. |
7575

76-
76+
77+
Expand this to view optional parameter details for all methods in this resource.
78+
7779

7880
<details>
7981
<summary>Optional Parameter Details</summary>

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
@@ -47,7 +47,9 @@ Creates, updates, deletes, gets or lists a <code>database_roles</code> resource.
4747
| <CopyableCode code="delete_database_role" /> | `DELETE` | <CopyableCode code="database_name, name, endpoint" /> | <CopyableCode code="ifExists" /> | Delete a database role |
4848
| <CopyableCode code="clone_database_role" /> | `EXEC` | <CopyableCode code="database_name, name, data__name, endpoint" /> | <CopyableCode code="createMode" />, <CopyableCode code="targetDatabase" /> | Create a new database role by cloning from the specified resource |
4949

50-
50+
51+
Expand this to view optional parameter details for all methods in this resource.
52+
5153

5254
<details>
5355
<summary>Optional Parameter Details</summary>

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
@@ -45,7 +45,9 @@ Creates, updates, deletes, gets or lists a <code>future_grants</code> resource.
4545
| <CopyableCode code="grant_future_privileges" /> | `INSERT` | <CopyableCode code="database_name, name, data__securable_type, endpoint" /> | - | Grant future privileges to the role |
4646
| <CopyableCode code="revoke_future_grants" /> | `DELETE` | <CopyableCode code="database_name, name, data__securable_type, endpoint" /> | <CopyableCode code="mode" /> | Revoke future grants from the role |
4747

48-
48+
49+
Expand this to view optional parameter details for all methods in this resource.
50+
4951

5052
<details>
5153
<summary>Optional Parameter Details</summary>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ Creates, updates, deletes, gets or lists a <code>grants</code> resource.
4545
| <CopyableCode code="grant_privileges" /> | `INSERT` | <CopyableCode code="database_name, name, data__securable_type, endpoint" /> | - | Grant privileges to the role |
4646
| <CopyableCode code="revoke_grants" /> | `DELETE` | <CopyableCode code="database_name, name, data__securable_type, endpoint" /> | <CopyableCode code="mode" /> | Revoke grants from the role |
4747

48-
48+
49+
Expand this to view optional parameter details for all methods in this resource.
50+
4951

5052
<details>
5153
<summary>Optional Parameter Details</summary>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ Creates, updates, deletes, gets or lists a <code>dynamic_tables</code> resource.
6969
| <CopyableCode code="swap_with_dynamic_table" /> | `EXEC` | <CopyableCode code="database_name, name, schema_name, targetName, endpoint" /> | <CopyableCode code="ifExists" />, <CopyableCode code="targetDatabase" />, <CopyableCode code="targetSchema" /> | Swap with another dynamic table |
7070
| <CopyableCode code="undrop_dynamic_table" /> | `EXEC` | <CopyableCode code="database_name, name, schema_name, endpoint" /> | - | Undrop specified dynamic table |
7171

72-
72+
73+
Expand this to view optional parameter details for all methods in this resource.
74+
7375

7476
<details>
7577
<summary>Optional Parameter Details</summary>

0 commit comments

Comments
 (0)