Skip to content

Commit ddc1f86

Browse files
authored
Merge pull request #264 from stackql/feature/provider-docs
snowflake updates
2 parents 327b948 + d7450b3 commit ddc1f86

File tree

47 files changed

+47
-91
lines changed

Some content is hidden

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

47 files changed

+47
-91
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ Creates, updates, deletes, gets or lists a <code>accounts</code> resource.
7676
| <CopyableCode code="create_account" /> | `INSERT` | <CopyableCode code="data__admin_name, data__edition, data__email, data__name, endpoint" /> | - | Creates a account. You must provide the full account definition when creating a account. |
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). |
79-
80-
79+
<br />
8180
Expand this to view optional parameter details for all methods in this resource.
8281

8382

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ Creates, updates, deletes, gets or lists a <code>alerts</code> resource.
5252
| <CopyableCode code="delete_alert" /> | `DELETE` | <CopyableCode code="database_name, name, schema_name, endpoint" /> | <CopyableCode code="ifExists" /> | Delete an alert |
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 |
55-
56-
55+
<br />
5756
Expand this to view optional parameter details for all methods in this resource.
5857

5958

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ Creates, updates, deletes, gets or lists a <code>api_integrations</code> resourc
4646
| <CopyableCode code="create_api_integration" /> | `INSERT` | <CopyableCode code="data__api_allowed_prefixes, data__api_hook, data__enabled, data__name, endpoint" /> | <CopyableCode code="createMode" /> | Create an API integration |
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. |
49-
50-
49+
<br />
5150
Expand this to view optional parameter details for all methods in this resource.
5251

5352

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ Creates, updates, deletes, gets or lists a <code>catalog_integrations</code> res
4646
| <CopyableCode code="list_catalog_integrations" /> | `SELECT` | <CopyableCode code="endpoint" /> | <CopyableCode code="like" /> | List catalog integrations. |
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. |
49-
50-
49+
<br />
5150
Expand this to view optional parameter details for all methods in this resource.
5251

5352

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ Creates, updates, deletes, gets or lists a <code>compute_pools</code> resource.
6565
| <CopyableCode code="stop_all_services_in_compute_pool" /> | `EXEC` | <CopyableCode code="name, endpoint" /> | - | Stops all services in the compute pool. |
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. |
68-
69-
68+
<br />
7069
Expand this to view optional parameter details for all methods in this resource.
7170

7271

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ Creates, updates, deletes, gets or lists a <code>databases</code> resource.
7272
| <CopyableCode code="primary_database_failover" /> | `EXEC` | <CopyableCode code="name, endpoint" /> | - | Promotes the specified secondary (replica) database to serve as the primary database. When promoted, the database becomes writeable. At the same time, the previous primary database becomes a read-only secondary database. |
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. |
75-
76-
75+
<br />
7776
Expand this to view optional parameter details for all methods in this resource.
7877

7978

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ Creates, updates, deletes, gets or lists a <code>database_roles</code> resource.
4646
| <CopyableCode code="create_database_role" /> | `INSERT` | <CopyableCode code="database_name, data__name, endpoint" /> | <CopyableCode code="createMode" /> | Create a database role |
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 |
49-
50-
49+
<br />
5150
Expand this to view optional parameter details for all methods in this resource.
5251

5352

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Creates, updates, deletes, gets or lists a <code>future_grants</code> resource.
4444
| <CopyableCode code="list_future_grants" /> | `SELECT` | <CopyableCode code="database_name, name, endpoint" /> | <CopyableCode code="showLimit" /> | List all future grants to the role |
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 |
47-
48-
47+
<br />
4948
Expand this to view optional parameter details for all methods in this resource.
5049

5150

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Creates, updates, deletes, gets or lists a <code>grants</code> resource.
4444
| <CopyableCode code="list_grants" /> | `SELECT` | <CopyableCode code="database_name, name, endpoint" /> | <CopyableCode code="showLimit" /> | List all grants to the role |
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 |
47-
48-
47+
<br />
4948
Expand this to view optional parameter details for all methods in this resource.
5049

5150

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Creates, updates, deletes, gets or lists a <code>dynamic_tables</code> resource.
6868
| <CopyableCode code="suspend_recluster_dynamic_table" /> | `EXEC` | <CopyableCode code="database_name, name, schema_name, endpoint" /> | <CopyableCode code="ifExists" /> | Suspend recluster of a dynamic table |
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 |
71-
72-
71+
<br />
7372
Expand this to view optional parameter details for all methods in this resource.
7473

7574

0 commit comments

Comments
 (0)