Skip to content

Commit 883600a

Browse files
authored
Merge pull request #265 from stackql/feature/provider-docs
snowflake updates
2 parents ddc1f86 + 1c017b0 commit 883600a

File tree

44 files changed

+0
-88
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

+0
-88
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ 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
<br />
80-
Expand this to view optional parameter details for all methods in this resource.
81-
8280

8381
<details>
8482
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ 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
<br />
56-
Expand this to view optional parameter details for all methods in this resource.
57-
5856

5957
<details>
6058
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ 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
<br />
50-
Expand this to view optional parameter details for all methods in this resource.
51-
5250

5351
<details>
5452
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ 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
<br />
50-
Expand this to view optional parameter details for all methods in this resource.
51-
5250

5351
<details>
5452
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ 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
<br />
69-
Expand this to view optional parameter details for all methods in this resource.
70-
7169

7270
<details>
7371
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ 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
<br />
76-
Expand this to view optional parameter details for all methods in this resource.
77-
7876

7977
<details>
8078
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ 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
<br />
50-
Expand this to view optional parameter details for all methods in this resource.
51-
5250

5351
<details>
5452
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ 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
<br />
48-
Expand this to view optional parameter details for all methods in this resource.
49-
5048

5149
<details>
5250
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ 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
<br />
48-
Expand this to view optional parameter details for all methods in this resource.
49-
5048

5149
<details>
5250
<summary>Optional Parameter Details</summary>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ 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
<br />
72-
Expand this to view optional parameter details for all methods in this resource.
73-
7472

7573
<details>
7674
<summary>Optional Parameter Details</summary>

0 commit comments

Comments
 (0)