From 2bb5814f2ccb4f3ba7f1bf2f1cdbefab60f9f01f Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Fri, 23 May 2025 10:15:43 +1000 Subject: [PATCH] snowflake updates --- .../snowflake/account/accounts/index.md | 12 ++--- .../providers/snowflake/alert/alerts/index.md | 20 +++---- .../api_integration/api_integrations/index.md | 12 ++--- .../catalog_integrations/index.md | 12 ++--- .../compute_pool/compute_pools/index.md | 18 +++---- .../snowflake/database/databases/index.md | 36 ++++++------- .../database_role/database_roles/index.md | 18 +++---- .../database_role/future_grants/index.md | 8 +-- .../snowflake/database_role/grants/index.md | 8 +-- .../dynamic_table/dynamic_tables/index.md | 40 +++++++------- .../event_table/event_tables/index.md | 22 ++++---- .../external_volume/external_volumes/index.md | 12 ++--- .../snowflake/function/functions/index.md | 12 ++--- .../snowflake/grant/grant_options/index.md | 6 +-- .../snowflake/grant/grants_to/index.md | 4 +- .../snowflake/grant/privileges/index.md | 6 +-- .../iceberg_table/iceberg_tables/index.md | 50 ++++++++--------- .../image_repositories/index.md | 12 ++--- .../managed_account/managed_accounts/index.md | 4 +- .../network_policy/network_policies/index.md | 8 +-- .../snowflake/notebook/notebooks/index.md | 38 ++++++------- .../notification_integrations/index.md | 12 ++--- .../providers/snowflake/pipe/pipes/index.md | 18 +++---- .../snowflake/procedure/procedures/index.md | 14 ++--- .../snowflake/result/results/index.md | 4 +- .../snowflake/role/future_grants/index.md | 8 +-- .../providers/snowflake/role/grants/index.md | 8 +-- .../snowflake/role/grants_of/index.md | 4 +- .../snowflake/role/grants_on/index.md | 4 +- .../providers/snowflake/role/roles/index.md | 18 +++---- .../snowflake/schema/schemas/index.md | 30 +++++------ .../providers/snowflake/stage/files/index.md | 4 +- .../providers/snowflake/stage/stages/index.md | 12 ++--- .../snowflake/streams/streams/index.md | 22 ++++---- .../providers/snowflake/table/tables/index.md | 54 +++++++++---------- .../snowflake/task/complete_graphs/index.md | 8 +-- .../snowflake/task/current_graphs/index.md | 6 +-- .../snowflake/task/dependents/index.md | 4 +- .../providers/snowflake/task/tasks/index.md | 26 ++++----- .../providers/snowflake/user/grants/index.md | 4 +- .../providers/snowflake/user/users/index.md | 18 +++---- .../user_defined_functions/index.md | 16 +++--- .../providers/snowflake/view/views/index.md | 22 ++++---- .../snowflake/warehouse/warehouses/index.md | 24 ++++----- 44 files changed, 349 insertions(+), 349 deletions(-) diff --git a/docs/snowflake-docs/providers/snowflake/account/accounts/index.md b/docs/snowflake-docs/providers/snowflake/account/accounts/index.md index dea3e2db1..c77d33833 100644 --- a/docs/snowflake-docs/providers/snowflake/account/accounts/index.md +++ b/docs/snowflake-docs/providers/snowflake/account/accounts/index.md @@ -72,9 +72,9 @@ Creates, updates, deletes, gets or lists a accounts resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | , , | Lists the accessible accounts. | +| | `SELECT` | | [`like`](#like), [`showLimit`](#showLimit), [`history`](#history) | Lists the accessible accounts. | | | `INSERT` | | - | Creates a account. You must provide the full account definition when creating a account. | -| | `DELETE` | | | 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. | +| | `DELETE` | | [`ifExists`](#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. | | | `EXEC` | | - | Restores a dropped account that has not yet been permanently deleted (a dropped account that is within its grace period). |
@@ -85,10 +85,10 @@ Creates, updates, deletes, gets or lists a accounts resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Optionally includes dropped accounts that have not yet been purged. | `boolean` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Optionally includes dropped accounts that have not yet been purged. | `boolean` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/alert/alerts/index.md b/docs/snowflake-docs/providers/snowflake/alert/alerts/index.md index b6da03312..ec9a06114 100644 --- a/docs/snowflake-docs/providers/snowflake/alert/alerts/index.md +++ b/docs/snowflake-docs/providers/snowflake/alert/alerts/index.md @@ -47,10 +47,10 @@ Creates, updates, deletes, gets or lists a alerts resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch an alert | -| | `SELECT` | | , , , | List alerts | -| | `INSERT` | | | Create an alert | -| | `DELETE` | | | Delete an alert | -| | `EXEC` | | | Create a new alert by cloning from the specified resource | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName) | List alerts | +| | `INSERT` | | [`createMode`](#createMode) | Create an alert | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete an alert | +| | `EXEC` | | [`createMode`](#createMode) | Create a new alert by cloning from the specified resource | | | `EXEC` | | - | Execute an alert |
@@ -61,12 +61,12 @@ Creates, updates, deletes, gets or lists a alerts resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/api_integration/api_integrations/index.md b/docs/snowflake-docs/providers/snowflake/api_integration/api_integrations/index.md index d8bde9764..6869f8224 100644 --- a/docs/snowflake-docs/providers/snowflake/api_integration/api_integrations/index.md +++ b/docs/snowflake-docs/providers/snowflake/api_integration/api_integrations/index.md @@ -42,9 +42,9 @@ Creates, updates, deletes, gets or lists a api_integrations resourc | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch an API integration | -| | `SELECT` | | | List API integrations | -| | `INSERT` | | | Create an API integration | -| | `DELETE` | | | Delete an API integration | +| | `SELECT` | | [`like`](#like) | List API integrations | +| | `INSERT` | | [`createMode`](#createMode) | Create an API integration | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete an API integration | | | `REPLACE` | | - | 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. |
@@ -55,9 +55,9 @@ Creates, updates, deletes, gets or lists a api_integrations resourc | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/catalog_integration/catalog_integrations/index.md b/docs/snowflake-docs/providers/snowflake/catalog_integration/catalog_integrations/index.md index 80b65bc39..4955d27d7 100644 --- a/docs/snowflake-docs/providers/snowflake/catalog_integration/catalog_integrations/index.md +++ b/docs/snowflake-docs/providers/snowflake/catalog_integration/catalog_integrations/index.md @@ -43,9 +43,9 @@ Creates, updates, deletes, gets or lists a catalog_integrations res | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a catalog integration. | -| | `SELECT` | | | List catalog integrations. | -| | `INSERT` | | | Create a catalog integration. | -| | `DELETE` | | | Delete a catalog integration. | +| | `SELECT` | | [`like`](#like) | List catalog integrations. | +| | `INSERT` | | [`createMode`](#createMode) | Create a catalog integration. | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a catalog integration. |
@@ -55,9 +55,9 @@ Creates, updates, deletes, gets or lists a catalog_integrations res | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/compute_pool/compute_pools/index.md b/docs/snowflake-docs/providers/snowflake/compute_pool/compute_pools/index.md index f803d035f..b5df9aab1 100644 --- a/docs/snowflake-docs/providers/snowflake/compute_pool/compute_pools/index.md +++ b/docs/snowflake-docs/providers/snowflake/compute_pool/compute_pools/index.md @@ -57,9 +57,9 @@ Creates, updates, deletes, gets or lists a compute_pools resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetches a named compute pool. You can get the name of the compute pool from the `/api/v2/compute-pools` GET request. | -| | `SELECT` | | , , | Lists the compute pools under the account. | -| | `INSERT` | | , | Creates a compute pool, with standard create modifiers as query parameters. See the Compute Pool component definition for what is required to be provided in the request body. | -| | `DELETE` | | | Deletes a compute pool with the given name. If you enable the `ifExists` parameter, the operation succeeds even if the object does not exist. Otherwise, a 404 failure is returned if the object does not exist. | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit) | Lists the compute pools under the account. | +| | `INSERT` | | [`createMode`](#createMode), [`initiallySuspended`](#initiallySuspended) | Creates a compute pool, with standard create modifiers as query parameters. See the Compute Pool component definition for what is required to be provided in the request body. | +| | `DELETE` | | [`ifExists`](#ifExists) | Deletes a compute pool with the given name. If you enable the `ifExists` parameter, the operation succeeds even if the object does not exist. Otherwise, a 404 failure is returned if the object does not exist. | | | `REPLACE` | | - | Create a (or alter an existing) compute pool. Even if the operation is just an alter, the full property set must be provided. | | | `EXEC` | | - | Resume a compute pool, if suspended. If the specified compute pool is already running, no action is taken. | | | `EXEC` | | - | Stops all services in the compute pool. | @@ -74,12 +74,12 @@ Creates, updates, deletes, gets or lists a compute_pools resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Specifies whether the compute pool is created initially in the suspended state. | `boolean` | `-` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Specifies whether the compute pool is created initially in the suspended state. | `boolean` | `-` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/database/databases/index.md b/docs/snowflake-docs/providers/snowflake/database/databases/index.md index 7461165d8..55db4a5a3 100644 --- a/docs/snowflake-docs/providers/snowflake/database/databases/index.md +++ b/docs/snowflake-docs/providers/snowflake/database/databases/index.md @@ -58,17 +58,17 @@ Creates, updates, deletes, gets or lists a databases resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetches a database. | -| | `SELECT` | | , , , , | Lists the accessible databases. | -| | `INSERT` | | , | Creates a database, with modifiers as query parameters. You must provide the full database definition when creating a database. | -| | `DELETE` | | , | Deletes the specified database. If you enable the `ifExists` parameter, the operation succeeds even if the database does not exist. Otherwise, a 404 failure is returned if the database does not exist. if the drop is unsuccessful. | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName), [`history`](#history) | Lists the accessible databases. | +| | `INSERT` | | [`createMode`](#createMode), [`kind`](#kind) | Creates a database, with modifiers as query parameters. You must provide the full database definition when creating a database. | +| | `DELETE` | | [`ifExists`](#ifExists), [`restrict`](#restrict) | Deletes the specified database. If you enable the `ifExists` parameter, the operation succeeds even if the database does not exist. Otherwise, a 404 failure is returned if the database does not exist. if the drop is unsuccessful. | | | `REPLACE` | | - | Creates a new, or alters an existing, database. You must provide the full database definition even when altering an existing database. | -| | `EXEC` | | , | Clones an existing database, with modifiers as query parameters. You must provide the full database definition when cloning an existing database. | -| | `EXEC` | | , | Creates a database from a given share. | -| | `EXEC` | | , | Creates a database from a given share. | +| | `EXEC` | | [`createMode`](#createMode), [`kind`](#kind) | Clones an existing database, with modifiers as query parameters. You must provide the full database definition when cloning an existing database. | +| | `EXEC` | | [`createMode`](#createMode), [`share`](#share) | Creates a database from a given share. | +| | `EXEC` | | [`createMode`](#createMode), [`share`](#share) | Creates a database from a given share. | | | `EXEC` | | - | Disables failover for this primary database, meaning no replica of this database (i.e. secondary database) can be promoted to serve as the primary database. | | | `EXEC` | | - | Disables replication for this primary database, meaning no replica of this database (i.e. secondary database) in another account can be refreshed. Any secondary databases remain linked to the primary database, but requests to refresh a secondary database are denied. | | | `EXEC` | | - | Specifies a comma-separated list of accounts in your organization where a replica of this primary database can be promoted to serve as the primary database. | -| | `EXEC` | | | Promotes a local database to serve as a primary database for replication. A primary database can be replicated in one or more accounts, allowing users in those accounts to query objects in each secondary (i.e. replica) database. | +| | `EXEC` | | [`ignore_edition_check`](#ignore_edition_check) | Promotes a local database to serve as a primary database for replication. A primary database can be replicated in one or more accounts, allowing users in those accounts to query objects in each secondary (i.e. replica) database. | | | `EXEC` | | - | 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. | | | `EXEC` | | - | 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. | | | `EXEC` | | - | Undrops database. | @@ -81,17 +81,17 @@ Creates, updates, deletes, gets or lists a databases resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Optionally includes dropped databases that have not yet been purged. | `boolean` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Whether to allow replicating data to accounts on lower editions. Default: `true`. For more information, see the {a href=https://docs.snowflake.com/en/sql-reference/sql/alter-database} ALTER DATABASE{/a} reference. | `boolean` | `-` | -| | Type of database to create. Currently, Snowflake supports only `transient` and `permanent` (also represented by the empty string). | `string` | `-` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Whether to drop the database if foreign keys exist that reference any tables in the database. - `true`: Return a warning about existing foreign key references and don't drop the database. - `false`: Drop the database and all objects in the database, including tables with primary or unique keys that are referenced by foreign keys in other tables. | `boolean` | `false` | -| | ID of the share from which to create the database, in the form "{provider_account}.{share_name}". | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Optionally includes dropped databases that have not yet been purged. | `boolean` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Whether to allow replicating data to accounts on lower editions. Default: `true`. For more information, see the {a href=https://docs.snowflake.com/en/sql-reference/sql/alter-database} ALTER DATABASE{/a} reference. | `boolean` | `-` | +| | Type of database to create. Currently, Snowflake supports only `transient` and `permanent` (also represented by the empty string). | `string` | `-` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Whether to drop the database if foreign keys exist that reference any tables in the database. - `true`: Return a warning about existing foreign key references and don't drop the database. - `false`: Drop the database and all objects in the database, including tables with primary or unique keys that are referenced by foreign keys in other tables. | `boolean` | `false` | +| | ID of the share from which to create the database, in the form "{provider_account}.{share_name}". | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/database_role/database_roles/index.md b/docs/snowflake-docs/providers/snowflake/database_role/database_roles/index.md index 433e97e57..c7e517553 100644 --- a/docs/snowflake-docs/providers/snowflake/database_role/database_roles/index.md +++ b/docs/snowflake-docs/providers/snowflake/database_role/database_roles/index.md @@ -42,10 +42,10 @@ Creates, updates, deletes, gets or lists a database_roles resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | , | List database roles | -| | `INSERT` | | | Create a database role | -| | `DELETE` | | | Delete a database role | -| | `EXEC` | | , | Create a new database role by cloning from the specified resource | +| | `SELECT` | | [`showLimit`](#showLimit), [`fromName`](#fromName) | List database roles | +| | `INSERT` | | [`createMode`](#createMode) | Create a database role | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a database role | +| | `EXEC` | | [`createMode`](#createMode), [`targetDatabase`](#targetDatabase) | Create a new database role by cloning from the specified resource |
@@ -55,11 +55,11 @@ Creates, updates, deletes, gets or lists a database_roles resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Database of the target resource. Defaults to the source's database | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Database of the target resource. Defaults to the source's database | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/database_role/future_grants/index.md b/docs/snowflake-docs/providers/snowflake/database_role/future_grants/index.md index c2a5d33cb..bf61007ac 100644 --- a/docs/snowflake-docs/providers/snowflake/database_role/future_grants/index.md +++ b/docs/snowflake-docs/providers/snowflake/database_role/future_grants/index.md @@ -41,9 +41,9 @@ Creates, updates, deletes, gets or lists a future_grants resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List all future grants to the role | +| | `SELECT` | | [`showLimit`](#showLimit) | List all future grants to the role | | | `INSERT` | | - | Grant future privileges to the role | -| | `DELETE` | | | Revoke future grants from the role | +| | `DELETE` | | [`mode`](#mode) | Revoke future grants from the role |
@@ -53,8 +53,8 @@ Creates, updates, deletes, gets or lists a future_grants resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/database_role/grants/index.md b/docs/snowflake-docs/providers/snowflake/database_role/grants/index.md index e13575675..a50e8abdc 100644 --- a/docs/snowflake-docs/providers/snowflake/database_role/grants/index.md +++ b/docs/snowflake-docs/providers/snowflake/database_role/grants/index.md @@ -41,9 +41,9 @@ Creates, updates, deletes, gets or lists a grants resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List all grants to the role | +| | `SELECT` | | [`showLimit`](#showLimit) | List all grants to the role | | | `INSERT` | | - | Grant privileges to the role | -| | `DELETE` | | | Revoke grants from the role | +| | `DELETE` | | [`mode`](#mode) | Revoke grants from the role |
@@ -53,8 +53,8 @@ Creates, updates, deletes, gets or lists a grants resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/dynamic_table/dynamic_tables/index.md b/docs/snowflake-docs/providers/snowflake/dynamic_table/dynamic_tables/index.md index 26f3083a6..719f2932c 100644 --- a/docs/snowflake-docs/providers/snowflake/dynamic_table/dynamic_tables/index.md +++ b/docs/snowflake-docs/providers/snowflake/dynamic_table/dynamic_tables/index.md @@ -57,16 +57,16 @@ Creates, updates, deletes, gets or lists a dynamic_tables resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a Dynamic Table. | -| | `SELECT` | | , , , , | Lists the dynamic tables under the database and schema. | -| | `INSERT` | | | Create a dynamic table, with standard create modifiers as query parameters. See the Dynamic Table component definition for what is required to be provided in the request body. | -| | `DELETE` | | | Delete a dynamic table with the given name. If ifExists is used, the operation will succeed even if the object does not exist. Otherwise, there will be a failure if the drop is unsuccessful. | -| | `EXEC` | | , , , | Create a new dynamic table by cloning from the specified resource | -| | `EXEC` | | | Specifies that the dynamic table should be manually refreshed | -| | `EXEC` | | | Resume refreshes on the dynamic table | -| | `EXEC` | | | Resume recluster of a dynamic table | -| | `EXEC` | | | Suspend refreshes on the dynamic table | -| | `EXEC` | | | Suspend recluster of a dynamic table | -| | `EXEC` | | , , | Swap with another dynamic table | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName), [`deep`](#deep) | Lists the dynamic tables under the database and schema. | +| | `INSERT` | | [`createMode`](#createMode) | Create a dynamic table, with standard create modifiers as query parameters. See the Dynamic Table component definition for what is required to be provided in the request body. | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a dynamic table with the given name. If ifExists is used, the operation will succeed even if the object does not exist. Otherwise, there will be a failure if the drop is unsuccessful. | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants), [`targetDatabase`](#targetDatabase), [`targetSchema`](#targetSchema) | Create a new dynamic table by cloning from the specified resource | +| | `EXEC` | | [`ifExists`](#ifExists) | Specifies that the dynamic table should be manually refreshed | +| | `EXEC` | | [`ifExists`](#ifExists) | Resume refreshes on the dynamic table | +| | `EXEC` | | [`ifExists`](#ifExists) | Resume recluster of a dynamic table | +| | `EXEC` | | [`ifExists`](#ifExists) | Suspend refreshes on the dynamic table | +| | `EXEC` | | [`ifExists`](#ifExists) | Suspend recluster of a dynamic table | +| | `EXEC` | | [`ifExists`](#ifExists), [`targetDatabase`](#targetDatabase), [`targetSchema`](#targetSchema) | Swap with another dynamic table | | | `EXEC` | | - | Undrop specified dynamic table |
@@ -77,16 +77,16 @@ Creates, updates, deletes, gets or lists a dynamic_tables resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Optionally includes dependency information of the dynamic table. | `boolean` | `-` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | -| | Database of the newly created dynamic table. Defaults to the source table's database. | `string` | `-` | -| | Schema of the newly created dynamic table. Defaults to the source table's schema. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Optionally includes dependency information of the dynamic table. | `boolean` | `-` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Database of the newly created dynamic table. Defaults to the source table's database. | `string` | `-` | +| | Schema of the newly created dynamic table. Defaults to the source table's schema. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/event_table/event_tables/index.md b/docs/snowflake-docs/providers/snowflake/event_table/event_tables/index.md index 9f3170ec6..7a4c7ac61 100644 --- a/docs/snowflake-docs/providers/snowflake/event_table/event_tables/index.md +++ b/docs/snowflake-docs/providers/snowflake/event_table/event_tables/index.md @@ -54,10 +54,10 @@ Creates, updates, deletes, gets or lists a event_tables resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch an event table | -| | `SELECT` | | , , , | List event tables | -| | `INSERT` | | , | Create an event table | -| | `DELETE` | | | Delete an event table | -| | `EXEC` | | | Rename the event table | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName) | List event tables | +| | `INSERT` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create an event table | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete an event table | +| | `EXEC` | | [`ifExists`](#ifExists) | Rename the event table |
@@ -67,13 +67,13 @@ Creates, updates, deletes, gets or lists a event_tables resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/external_volume/external_volumes/index.md b/docs/snowflake-docs/providers/snowflake/external_volume/external_volumes/index.md index fa1f6392b..c2b5fe82d 100644 --- a/docs/snowflake-docs/providers/snowflake/external_volume/external_volumes/index.md +++ b/docs/snowflake-docs/providers/snowflake/external_volume/external_volumes/index.md @@ -42,9 +42,9 @@ Creates, updates, deletes, gets or lists a external_volumes resourc | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch an external volume | -| | `SELECT` | | | List external volumes | -| | `INSERT` | | | Create an external volume | -| | `DELETE` | | | Delete an external volume | +| | `SELECT` | | [`like`](#like) | List external volumes | +| | `INSERT` | | [`createMode`](#createMode) | Create an external volume | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete an external volume | | | `EXEC` | | - | Undrop an external volume |
@@ -55,9 +55,9 @@ Creates, updates, deletes, gets or lists a external_volumes resourc | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/function/functions/index.md b/docs/snowflake-docs/providers/snowflake/function/functions/index.md index 693e2a9aa..d91628ba7 100644 --- a/docs/snowflake-docs/providers/snowflake/function/functions/index.md +++ b/docs/snowflake-docs/providers/snowflake/function/functions/index.md @@ -44,9 +44,9 @@ Creates, updates, deletes, gets or lists a functions resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a Function using the describe command output. | -| | `SELECT` | | | Lists the user functions under the database and schema. | -| | `INSERT` | | | Create a function. | -| | `DELETE` | | | Delete a function with the given name and args. | +| | `SELECT` | | [`like`](#like) | Lists the user functions under the database and schema. | +| | `INSERT` | | [`createMode`](#createMode) | Create a function. | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a function with the given name and args. | | | `EXEC` | | - | Execute a Function. |
@@ -57,9 +57,9 @@ Creates, updates, deletes, gets or lists a functions resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/grant/grant_options/index.md b/docs/snowflake-docs/providers/snowflake/grant/grant_options/index.md index dc7cae268..70d2cdeeb 100644 --- a/docs/snowflake-docs/providers/snowflake/grant/grant_options/index.md +++ b/docs/snowflake-docs/providers/snowflake/grant/grant_options/index.md @@ -34,8 +34,8 @@ Creates, updates, deletes, gets or lists a grant_options resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `DELETE` | | | Endpoint to indicate that the grant option for the privilege listed on the group securable in the given scope should be revoked. | -| | `DELETE` | | | Endpoint to indicate that the grant option for the privilege listed in the path should be revoked. | +| | `DELETE` | | [`deleteMode`](#deleteMode) | Endpoint to indicate that the grant option for the privilege listed on the group securable in the given scope should be revoked. | +| | `DELETE` | | [`deleteMode`](#deleteMode) | Endpoint to indicate that the grant option for the privilege listed in the path should be revoked. |
@@ -45,7 +45,7 @@ Creates, updates, deletes, gets or lists a grant_options resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | If "cascade", recursively revoke the grant from sub-grantees to which this privilege was re-granted. Acceptable values are "restrict" or "cascade". | `string` | `-` | +| | If "cascade", recursively revoke the grant from sub-grantees to which this privilege was re-granted. Acceptable values are "restrict" or "cascade". | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/grant/grants_to/index.md b/docs/snowflake-docs/providers/snowflake/grant/grants_to/index.md index 02161fbe4..9250f4b81 100644 --- a/docs/snowflake-docs/providers/snowflake/grant/grants_to/index.md +++ b/docs/snowflake-docs/providers/snowflake/grant/grants_to/index.md @@ -43,7 +43,7 @@ Creates, updates, deletes, gets or lists a grants_to resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List the roles and privileges granted to the specified grantee using the output of SHOW GRANTS TO | +| | `SELECT` | | [`showLimit`](#showLimit) | List the roles and privileges granted to the specified grantee using the output of SHOW GRANTS TO |
@@ -53,7 +53,7 @@ Creates, updates, deletes, gets or lists a grants_to resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/grant/privileges/index.md b/docs/snowflake-docs/providers/snowflake/grant/privileges/index.md index 069cc5237..7bcf95cf3 100644 --- a/docs/snowflake-docs/providers/snowflake/grant/privileges/index.md +++ b/docs/snowflake-docs/providers/snowflake/grant/privileges/index.md @@ -36,8 +36,8 @@ Creates, updates, deletes, gets or lists a privileges resource. |:-----|:--------------|:----------------|:----------------|:------------| | | `INSERT` | | - | Endpoint to indicate that the privileges listed in the request body should be granted to all securables of this type in the given scope. | | | `INSERT` | | - | Endpoint to indicate that the privileges listed in the request body should be granted. | -| | `DELETE` | | | Endpoint to indicate that the privilege listed on the group securable in the given scope should be revoked. | -| | `DELETE` | | | Endpoint to indicate that the privilege listed in the path should be revoked. | +| | `DELETE` | | [`deleteMode`](#deleteMode) | Endpoint to indicate that the privilege listed on the group securable in the given scope should be revoked. | +| | `DELETE` | | [`deleteMode`](#deleteMode) | Endpoint to indicate that the privilege listed in the path should be revoked. |
@@ -47,7 +47,7 @@ Creates, updates, deletes, gets or lists a privileges resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | If "cascade", recursively revoke the grant from sub-grantees to which this privilege was re-granted. Acceptable values are "restrict" or "cascade". | `string` | `-` | +| | If "cascade", recursively revoke the grant from sub-grantees to which this privilege was re-granted. Acceptable values are "restrict" or "cascade". | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/iceberg_table/iceberg_tables/index.md b/docs/snowflake-docs/providers/snowflake/iceberg_table/iceberg_tables/index.md index b19d783d0..da27df9ec 100644 --- a/docs/snowflake-docs/providers/snowflake/iceberg_table/iceberg_tables/index.md +++ b/docs/snowflake-docs/providers/snowflake/iceberg_table/iceberg_tables/index.md @@ -60,20 +60,20 @@ Creates, updates, deletes, gets or lists a iceberg_tables resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Describe an iceberg table | -| | `SELECT` | | , , , , | Lists the Apache Iceberg™ tables for which you have access privileges. | -| | `INSERT` | | , | Create a snowflake managed iceberg table (clone and undrop are separate subresources) | -| | `DELETE` | | , | Drop an iceberg table | -| | `EXEC` | | , , , | Clone a snowflake managed iceberg table | -| | `EXEC` | | | Convert unmanaged iceberg table to managed iceberg table | -| | `EXEC` | | , | Create a snowflake managed iceberg table as select | -| | `EXEC` | | , , , | Creates a new table with the same column definitions as an existing table, but without copying data from the existing table. | -| | `EXEC` | | | Create an unmanaged iceberg table from AWS Glue catalog | -| | `EXEC` | | | Create an unmanaged iceberg table from Delta | -| | `EXEC` | | | Create an unmanaged iceberg table from Iceberg files | -| | `EXEC` | | | Create an unmanaged iceberg table from Iceberg REST | -| | `EXEC` | | | Refreshes the metadata for an Apache Iceberg table that uses an external Iceberg catalog | -| | `EXEC` | | | Resume recluster of an iceberg table (iceberg tables managed by an external catalog do not allow clustering) | -| | `EXEC` | | | Suspend recluster of an iceberg table (iceberg tables managed by an external catalog do not allow clustering) | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName), [`deep`](#deep) | Lists the Apache Iceberg™ tables for which you have access privileges. | +| | `INSERT` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a snowflake managed iceberg table (clone and undrop are separate subresources) | +| | `DELETE` | | [`ifExists`](#ifExists), [`type`](#type) | Drop an iceberg table | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants), [`targetDatabase`](#targetDatabase), [`targetSchema`](#targetSchema) | Clone a snowflake managed iceberg table | +| | `EXEC` | | [`ifExists`](#ifExists) | Convert unmanaged iceberg table to managed iceberg table | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a snowflake managed iceberg table as select | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants), [`targetDatabase`](#targetDatabase), [`targetSchema`](#targetSchema) | Creates a new table with the same column definitions as an existing table, but without copying data from the existing table. | +| | `EXEC` | | [`createMode`](#createMode) | Create an unmanaged iceberg table from AWS Glue catalog | +| | `EXEC` | | [`createMode`](#createMode) | Create an unmanaged iceberg table from Delta | +| | `EXEC` | | [`createMode`](#createMode) | Create an unmanaged iceberg table from Iceberg files | +| | `EXEC` | | [`createMode`](#createMode) | Create an unmanaged iceberg table from Iceberg REST | +| | `EXEC` | | [`ifExists`](#ifExists) | Refreshes the metadata for an Apache Iceberg table that uses an external Iceberg catalog | +| | `EXEC` | | [`ifExists`](#ifExists) | Resume recluster of an iceberg table (iceberg tables managed by an external catalog do not allow clustering) | +| | `EXEC` | | [`ifExists`](#ifExists) | Suspend recluster of an iceberg table (iceberg tables managed by an external catalog do not allow clustering) | | | `EXEC` | | - | Undrop an iceberg table |
@@ -84,17 +84,17 @@ Creates, updates, deletes, gets or lists a iceberg_tables resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Optionally includes dependency information of the table. | `boolean` | `-` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | -| | Database of the newly created table. Defaults to the source table's database. | `string` | `-` | -| | Schema of the newly created table. Defaults to the source table's schema. | `string` | `-` | -| | Specifies whether the table can be dropped if foreign keys exist that reference the table. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Optionally includes dependency information of the table. | `boolean` | `-` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Database of the newly created table. Defaults to the source table's database. | `string` | `-` | +| | Schema of the newly created table. Defaults to the source table's schema. | `string` | `-` | +| | Specifies whether the table can be dropped if foreign keys exist that reference the table. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/image_repository/image_repositories/index.md b/docs/snowflake-docs/providers/snowflake/image_repository/image_repositories/index.md index 0f355f770..e5ba35c7c 100644 --- a/docs/snowflake-docs/providers/snowflake/image_repository/image_repositories/index.md +++ b/docs/snowflake-docs/providers/snowflake/image_repository/image_repositories/index.md @@ -42,9 +42,9 @@ Creates, updates, deletes, gets or lists a image_repositories resou | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetches a named image repository in a specified database and schema. | -| | `SELECT` | | | Lists the image repositories under a specified database and schema. | -| | `INSERT` | | | Creates an image repository in the specified database, schema, and create mode. The `createMode` query parameter specifies what action to take based on whether the repository already exists. See the ImageRepository component definition for what is required to be provided in the request body. | -| | `DELETE` | | | Deletes an image repository with the given name. If you enable the `ifExists` query parameter, the operation succeeds even if the object does not exist. Otherwise, a 404 failure is returned if the object does not exist. | +| | `SELECT` | | [`like`](#like) | Lists the image repositories under a specified database and schema. | +| | `INSERT` | | [`createMode`](#createMode) | Creates an image repository in the specified database, schema, and create mode. The `createMode` query parameter specifies what action to take based on whether the repository already exists. See the ImageRepository component definition for what is required to be provided in the request body. | +| | `DELETE` | | [`ifExists`](#ifExists) | Deletes an image repository with the given name. If you enable the `ifExists` query parameter, the operation succeeds even if the object does not exist. Otherwise, a 404 failure is returned if the object does not exist. |
@@ -54,9 +54,9 @@ Creates, updates, deletes, gets or lists a image_repositories resou | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/managed_account/managed_accounts/index.md b/docs/snowflake-docs/providers/snowflake/managed_account/managed_accounts/index.md index c25ce9c37..6f798b480 100644 --- a/docs/snowflake-docs/providers/snowflake/managed_account/managed_accounts/index.md +++ b/docs/snowflake-docs/providers/snowflake/managed_account/managed_accounts/index.md @@ -45,7 +45,7 @@ Creates, updates, deletes, gets or lists a managed_accounts resourc ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | Lists the accessible managed accounts. | +| | `SELECT` | | [`like`](#like) | Lists the accessible managed accounts. | | | `INSERT` | | - | Creates a managed account. You must provide the full managed account definition when creating a managed account. | | | `DELETE` | | - | Removes a managed account, including all objects created in the account, and immediately restricts access to the account. Currently used by data providers to create reader accounts for their consumers. For more details, see Manage reader accounts. | @@ -57,7 +57,7 @@ Creates, updates, deletes, gets or lists a managed_accounts resourc | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/network_policy/network_policies/index.md b/docs/snowflake-docs/providers/snowflake/network_policy/network_policies/index.md index 489b343ff..3e7cedbf0 100644 --- a/docs/snowflake-docs/providers/snowflake/network_policy/network_policies/index.md +++ b/docs/snowflake-docs/providers/snowflake/network_policy/network_policies/index.md @@ -45,8 +45,8 @@ Creates, updates, deletes, gets or lists a network_policies resourc |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a network policy | | | `SELECT` | | - | List network policies | -| | `INSERT` | | | Create a network policy | -| | `DELETE` | | | Delete a network policy | +| | `INSERT` | | [`createMode`](#createMode) | Create a network policy | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a network policy |
@@ -56,8 +56,8 @@ Creates, updates, deletes, gets or lists a network_policies resourc | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | diff --git a/docs/snowflake-docs/providers/snowflake/notebook/notebooks/index.md b/docs/snowflake-docs/providers/snowflake/notebook/notebooks/index.md index 9cdde0bdb..767ec1b36 100644 --- a/docs/snowflake-docs/providers/snowflake/notebook/notebooks/index.md +++ b/docs/snowflake-docs/providers/snowflake/notebook/notebooks/index.md @@ -61,13 +61,13 @@ Creates, updates, deletes, gets or lists a notebooks resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a notebook | -| | `SELECT` | | , , , | List notebooks | -| | `INSERT` | | | Create a notebook | -| | `DELETE` | | | Delete a notebook | -| | `EXEC` | | , | Adds a LIVE version to the notebook | -| | `EXEC` | | , | If a Git connection is set up for the notebook, commits the LIVE version of the notebook to the Git repository | -| | `EXEC` | | | Execute a Notebook | -| | `EXEC` | | , , | Changes the name of the notebook to new name. The new identifier must be unique for the schema. | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName) | List notebooks | +| | `INSERT` | | [`createMode`](#createMode) | Create a notebook | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a notebook | +| | `EXEC` | | [`fromLast`](#fromLast), [`comment`](#comment) | Adds a LIVE version to the notebook | +| | `EXEC` | | [`version`](#version), [`comment`](#comment) | If a Git connection is set up for the notebook, commits the LIVE version of the notebook to the Git repository | +| | `EXEC` | | [`asyncExec`](#asyncExec) | Execute a Notebook | +| | `EXEC` | | [`ifExists`](#ifExists), [`targetDatabase`](#targetDatabase), [`targetSchema`](#targetSchema) | Changes the name of the notebook to new name. The new identifier must be unique for the schema. |
@@ -77,18 +77,18 @@ Creates, updates, deletes, gets or lists a notebooks resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Asynchronous execution enable/disable. Default is disable. | `boolean` | `false` | -| | Sets a comment for the notebook or version of the notebook | `string` | `-` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Sets the LIVE version to the LAST version of the notebook | `boolean` | `-` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | -| | Database of the target resource. Defaults to the source's database | `string` | `-` | -| | Schema of the target resource. Defaults to the source's schema | `string` | `-` | -| | live version of the alias | `string` | `-` | +| | Asynchronous execution enable/disable. Default is disable. | `boolean` | `false` | +| | Sets a comment for the notebook or version of the notebook | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Sets the LIVE version to the LAST version of the notebook | `boolean` | `-` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Database of the target resource. Defaults to the source's database | `string` | `-` | +| | Schema of the target resource. Defaults to the source's schema | `string` | `-` | +| | live version of the alias | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/notification_integration/notification_integrations/index.md b/docs/snowflake-docs/providers/snowflake/notification_integration/notification_integrations/index.md index 657716229..fd86effec 100644 --- a/docs/snowflake-docs/providers/snowflake/notification_integration/notification_integrations/index.md +++ b/docs/snowflake-docs/providers/snowflake/notification_integration/notification_integrations/index.md @@ -40,9 +40,9 @@ Creates, updates, deletes, gets or lists a notification_integrations | `SELECT` | | - | Fetch a notification integration | -| | `SELECT` | | | List notification integrations | -| | `INSERT` | | | Create a notification integration | -| | `DELETE` | | | Delete a notification integration | +| | `SELECT` | | [`like`](#like) | List notification integrations | +| | `INSERT` | | [`createMode`](#createMode) | Create a notification integration | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a notification integration |
@@ -52,9 +52,9 @@ Creates, updates, deletes, gets or lists a notification_integrations | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/pipe/pipes/index.md b/docs/snowflake-docs/providers/snowflake/pipe/pipes/index.md index fc530bca2..5138416b0 100644 --- a/docs/snowflake-docs/providers/snowflake/pipe/pipes/index.md +++ b/docs/snowflake-docs/providers/snowflake/pipe/pipes/index.md @@ -50,10 +50,10 @@ Creates, updates, deletes, gets or lists a pipes resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a pipe | -| | `SELECT` | | | List pipes | -| | `INSERT` | | | Create a pipe | -| | `DELETE` | | | Delete a pipe | -| | `EXEC` | | , , | Refresh the pipe | +| | `SELECT` | | [`like`](#like) | List pipes | +| | `INSERT` | | [`createMode`](#createMode) | Create a pipe | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a pipe | +| | `EXEC` | | [`ifExists`](#ifExists), [`prefix`](#prefix), [`modified_after`](#modified_after) | Refresh the pipe |
@@ -63,11 +63,11 @@ Creates, updates, deletes, gets or lists a pipes resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Timestamp (in ISO-8601 format) of the oldest data files to copy into the Snowpipe ingest queue based on the LAST_MODIFIED date (i.e. date when a file was staged) | `string` | `-` | -| | Path (or prefix) appended to the stage reference in the pipe definition. The path limits the set of files to load. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Timestamp (in ISO-8601 format) of the oldest data files to copy into the Snowpipe ingest queue based on the LAST_MODIFIED date (i.e. date when a file was staged) | `string` | `-` | +| | Path (or prefix) appended to the stage reference in the pipe definition. The path limits the set of files to load. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/procedure/procedures/index.md b/docs/snowflake-docs/providers/snowflake/procedure/procedures/index.md index 4c2394330..88cf97320 100644 --- a/docs/snowflake-docs/providers/snowflake/procedure/procedures/index.md +++ b/docs/snowflake-docs/providers/snowflake/procedure/procedures/index.md @@ -51,9 +51,9 @@ Creates, updates, deletes, gets or lists a procedures resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a procedure | -| | `SELECT` | | | List procedures | -| | `INSERT` | | , | Create a procedure | -| | `DELETE` | | | Delete a procedure | +| | `SELECT` | | [`like`](#like) | List procedures | +| | `INSERT` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a procedure | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a procedure | | | `EXEC` | | - | Call a procedure |
@@ -64,10 +64,10 @@ Creates, updates, deletes, gets or lists a procedures resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/result/results/index.md b/docs/snowflake-docs/providers/snowflake/result/results/index.md index a67b973f6..703e16484 100644 --- a/docs/snowflake-docs/providers/snowflake/result/results/index.md +++ b/docs/snowflake-docs/providers/snowflake/result/results/index.md @@ -34,7 +34,7 @@ Creates, updates, deletes, gets or lists a results resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `EXEC` | | | Get result status or the result when it is ready. | +| | `EXEC` | | [`page`](#page) | Get result status or the result when it is ready. |
@@ -44,6 +44,6 @@ Creates, updates, deletes, gets or lists a results resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Number of the page of results to return. The number can range from 0 to the total number of pages minus 1. | `integer` | `0` | +| | Number of the page of results to return. The number can range from 0 to the total number of pages minus 1. | `integer` | `0` | diff --git a/docs/snowflake-docs/providers/snowflake/role/future_grants/index.md b/docs/snowflake-docs/providers/snowflake/role/future_grants/index.md index 62328c3ca..3340bdd20 100644 --- a/docs/snowflake-docs/providers/snowflake/role/future_grants/index.md +++ b/docs/snowflake-docs/providers/snowflake/role/future_grants/index.md @@ -41,9 +41,9 @@ Creates, updates, deletes, gets or lists a future_grants resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List all future grants to the role | +| | `SELECT` | | [`showLimit`](#showLimit) | List all future grants to the role | | | `INSERT` | | - | Grant future privileges to the role | -| | `DELETE` | | | Revoke future grants from the role | +| | `DELETE` | | [`mode`](#mode) | Revoke future grants from the role |
@@ -53,8 +53,8 @@ Creates, updates, deletes, gets or lists a future_grants resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/role/grants/index.md b/docs/snowflake-docs/providers/snowflake/role/grants/index.md index 73a86f1b2..b3aa671bd 100644 --- a/docs/snowflake-docs/providers/snowflake/role/grants/index.md +++ b/docs/snowflake-docs/providers/snowflake/role/grants/index.md @@ -41,9 +41,9 @@ Creates, updates, deletes, gets or lists a grants resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List all grants to the role | +| | `SELECT` | | [`showLimit`](#showLimit) | List all grants to the role | | | `INSERT` | | - | Grant privileges to the role | -| | `DELETE` | | | Revoke grants from the role | +| | `DELETE` | | [`mode`](#mode) | Revoke grants from the role |
@@ -53,8 +53,8 @@ Creates, updates, deletes, gets or lists a grants resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter determines whether the revoke operation succeeds or fails for the privileges, based on the whether the privileges had been re-granted to another role. - restrict: If the privilege being revoked has been re-granted to another role, the REVOKE command fails. - cascade: If the privilege being revoked has been re-granted, the REVOKE command recursively revokes these dependent grants. If the same privilege on an object has been granted to the target role by a different grantor (parallel grant), that grant is not affected and the target role retains the privilege. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/role/grants_of/index.md b/docs/snowflake-docs/providers/snowflake/role/grants_of/index.md index 2a1ed5962..a5f23e49e 100644 --- a/docs/snowflake-docs/providers/snowflake/role/grants_of/index.md +++ b/docs/snowflake-docs/providers/snowflake/role/grants_of/index.md @@ -39,7 +39,7 @@ Creates, updates, deletes, gets or lists a grants_of resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List all grants of the role | +| | `SELECT` | | [`showLimit`](#showLimit) | List all grants of the role |
@@ -49,7 +49,7 @@ Creates, updates, deletes, gets or lists a grants_of resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/role/grants_on/index.md b/docs/snowflake-docs/providers/snowflake/role/grants_on/index.md index ff71a0322..21f9a9ff2 100644 --- a/docs/snowflake-docs/providers/snowflake/role/grants_on/index.md +++ b/docs/snowflake-docs/providers/snowflake/role/grants_on/index.md @@ -43,7 +43,7 @@ Creates, updates, deletes, gets or lists a grants_on resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List all grants on the role | +| | `SELECT` | | [`showLimit`](#showLimit) | List all grants on the role |
@@ -53,7 +53,7 @@ Creates, updates, deletes, gets or lists a grants_on resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/role/roles/index.md b/docs/snowflake-docs/providers/snowflake/role/roles/index.md index bedda6dec..472e1327e 100644 --- a/docs/snowflake-docs/providers/snowflake/role/roles/index.md +++ b/docs/snowflake-docs/providers/snowflake/role/roles/index.md @@ -44,9 +44,9 @@ Creates, updates, deletes, gets or lists a roles resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | , , , | List roles | -| | `INSERT` | | | Create a role | -| | `DELETE` | | | Delete a role | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName) | List roles | +| | `INSERT` | | [`createMode`](#createMode) | Create a role | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a role |
@@ -56,12 +56,12 @@ Creates, updates, deletes, gets or lists a roles resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/schema/schemas/index.md b/docs/snowflake-docs/providers/snowflake/schema/schemas/index.md index 26fc7721d..53669fe7d 100644 --- a/docs/snowflake-docs/providers/snowflake/schema/schemas/index.md +++ b/docs/snowflake-docs/providers/snowflake/schema/schemas/index.md @@ -60,11 +60,11 @@ Creates, updates, deletes, gets or lists a schemas resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetches a schema. | -| | `SELECT` | | , , , , | Lists the accessible schemas. | -| | `INSERT` | | , | Creates a schema, with modifiers as query parameters. You must provide the full schema definition when creating a schema. | -| | `DELETE` | | , | Deletes the specified schema. If you enable the `ifExists` parameter, the operation succeeds even if the schema does not exist. Otherwise, a 404 failure is returned if the schema does not exist. if the drop is unsuccessful. | -| | `REPLACE` | | | Creates a new, or alters an existing, schema. You must provide the full schema definition even when altering an existing schema. | -| | `EXEC` | | , , | Clones an existing schema, with modifiers as query parameters. You must provide the full schema definition when cloning an existing schema. | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName), [`history`](#history) | Lists the accessible schemas. | +| | `INSERT` | | [`createMode`](#createMode), [`kind`](#kind) | Creates a schema, with modifiers as query parameters. You must provide the full schema definition when creating a schema. | +| | `DELETE` | | [`ifExists`](#ifExists), [`restrict`](#restrict) | Deletes the specified schema. If you enable the `ifExists` parameter, the operation succeeds even if the schema does not exist. Otherwise, a 404 failure is returned if the schema does not exist. if the drop is unsuccessful. | +| | `REPLACE` | | [`kind`](#kind) | Creates a new, or alters an existing, schema. You must provide the full schema definition even when altering an existing schema. | +| | `EXEC` | | [`createMode`](#createMode), [`kind`](#kind), [`targetDatabase`](#targetDatabase) | Clones an existing schema, with modifiers as query parameters. You must provide the full schema definition when cloning an existing schema. | | | `EXEC` | | - | Undrops schema. |
@@ -75,16 +75,16 @@ Creates, updates, deletes, gets or lists a schemas resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Whether to include dropped schemas that have not yet been purged. Default: `false`. | `boolean` | `false` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Type of schema to create. Currently, Snowflake supports only `transient` and `permanent` (also represented by the empty string). | `string` | `` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Whether to drop the schema if foreign keys exist that reference any tables in the schema. - `true`: Return a warning about existing foreign key references and don't drop the schema. - `false`: Drop the schema and all objects in the database, including tables with primary or unique keys that are referenced by foreign keys in other tables. Default: `false`. | `boolean` | `false` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | -| | Database of the newly created schema. Defaults to the source schema's database. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Whether to include dropped schemas that have not yet been purged. Default: `false`. | `boolean` | `false` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Type of schema to create. Currently, Snowflake supports only `transient` and `permanent` (also represented by the empty string). | `string` | `` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Whether to drop the schema if foreign keys exist that reference any tables in the schema. - `true`: Return a warning about existing foreign key references and don't drop the schema. - `false`: Drop the schema and all objects in the database, including tables with primary or unique keys that are referenced by foreign keys in other tables. Default: `false`. | `boolean` | `false` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Database of the newly created schema. Defaults to the source schema's database. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/stage/files/index.md b/docs/snowflake-docs/providers/snowflake/stage/files/index.md index 4c0a1410c..d0a731c54 100644 --- a/docs/snowflake-docs/providers/snowflake/stage/files/index.md +++ b/docs/snowflake-docs/providers/snowflake/stage/files/index.md @@ -38,7 +38,7 @@ Creates, updates, deletes, gets or lists a files resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List files in the stage -- this is equivalent to LIST @stage. | +| | `SELECT` | | [`pattern`](#pattern) | List files in the stage -- this is equivalent to LIST @stage. |
@@ -48,7 +48,7 @@ Creates, updates, deletes, gets or lists a files resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | A query parameter that filters the command output by a regular expression pattern. | `string` | `-` | +| | A query parameter that filters the command output by a regular expression pattern. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/stage/stages/index.md b/docs/snowflake-docs/providers/snowflake/stage/stages/index.md index 4b4d4941c..655bbb8ce 100644 --- a/docs/snowflake-docs/providers/snowflake/stage/stages/index.md +++ b/docs/snowflake-docs/providers/snowflake/stage/stages/index.md @@ -51,9 +51,9 @@ Creates, updates, deletes, gets or lists a stages resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a stage using the describe command output. | -| | `SELECT` | | | Lists stages under the database and schema, with show options as query parameters. | -| | `INSERT` | | | Create a stage, with standard create modifiers as query parameters. See the Stage component definition for what is required to be provided in the request body. | -| | `DELETE` | | | Delete a stage with the stage name. If ifExists is used, the operation will succeed even if the object does not exist. Otherwise, there will be a failure if the drop is unsuccessful. | +| | `SELECT` | | [`like`](#like) | Lists stages under the database and schema, with show options as query parameters. | +| | `INSERT` | | [`createMode`](#createMode) | Create a stage, with standard create modifiers as query parameters. See the Stage component definition for what is required to be provided in the request body. | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a stage with the stage name. If ifExists is used, the operation will succeed even if the object does not exist. Otherwise, there will be a failure if the drop is unsuccessful. |
@@ -63,9 +63,9 @@ Creates, updates, deletes, gets or lists a stages resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/streams/streams/index.md b/docs/snowflake-docs/providers/snowflake/streams/streams/index.md index 5c862d8cf..4b53206a1 100644 --- a/docs/snowflake-docs/providers/snowflake/streams/streams/index.md +++ b/docs/snowflake-docs/providers/snowflake/streams/streams/index.md @@ -49,10 +49,10 @@ Creates, updates, deletes, gets or lists a streams resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a stream | -| | `SELECT` | | , , , | List streams | -| | `INSERT` | | , | Create a stream | -| | `DELETE` | | | Delete a stream | -| | `EXEC` | | , | Clone a stream | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName) | List streams | +| | `INSERT` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a stream | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a stream | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Clone a stream |
@@ -62,13 +62,13 @@ Creates, updates, deletes, gets or lists a streams resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/table/tables/index.md b/docs/snowflake-docs/providers/snowflake/table/tables/index.md index 43012f4ee..29cffb106 100644 --- a/docs/snowflake-docs/providers/snowflake/table/tables/index.md +++ b/docs/snowflake-docs/providers/snowflake/table/tables/index.md @@ -60,23 +60,23 @@ Creates, updates, deletes, gets or lists a tables resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a Table using the describe command output. | -| | `SELECT` | | , , , , , | Lists the tables under the database and schema. | -| | `INSERT` | | , | Create a table. | -| | `DELETE` | | | Delete a table with the given name. | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName), [`history`](#history), [`deep`](#deep) | Lists the tables under the database and schema. | +| | `INSERT` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a table. | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a table with the given name. | | | `REPLACE` | | - | Create a (or alter an existing) table. Even if the operation is just an alter, the full property set must be provided. | -| | `EXEC` | | , , , | Create a new table by cloning from the specified resource | -| | `EXEC` | | , | Create a table as select. | -| | `EXEC` | | , | Create a table as select. | -| | `EXEC` | | , | Create a new table like the specified resource, but empty | -| | `EXEC` | | , | Create a new table like the specified resource, but empty | -| | `EXEC` | | , | Create a table using template. | -| | `EXEC` | | , | Create a table using template. | -| | `EXEC` | | | Resume recluster of a table | -| | `EXEC` | | | Resume recluster of a table | -| | `EXEC` | | | Suspend recluster of a table | -| | `EXEC` | | | Suspend recluster of a table | -| | `EXEC` | | , , | Swap with another table | -| | `EXEC` | | | Swap with another table | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants), [`targetDatabase`](#targetDatabase), [`targetSchema`](#targetSchema) | Create a new table by cloning from the specified resource | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a table as select. | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a table as select. | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a new table like the specified resource, but empty | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a new table like the specified resource, but empty | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a table using template. | +| | `EXEC` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a table using template. | +| | `EXEC` | | [`ifExists`](#ifExists) | Resume recluster of a table | +| | `EXEC` | | [`ifExists`](#ifExists) | Resume recluster of a table | +| | `EXEC` | | [`ifExists`](#ifExists) | Suspend recluster of a table | +| | `EXEC` | | [`ifExists`](#ifExists) | Suspend recluster of a table | +| | `EXEC` | | [`ifExists`](#ifExists), [`targetDatabase`](#targetDatabase), [`targetSchema`](#targetSchema) | Swap with another table | +| | `EXEC` | | [`ifExists`](#ifExists) | Swap with another table | | | `EXEC` | | - | Undrop specified table |
@@ -87,17 +87,17 @@ Creates, updates, deletes, gets or lists a tables resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Optionally includes dependency information of the table. | `boolean` | `-` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Optionally includes dropped tables that have not yet been purged. | `boolean` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | -| | Database of the newly created table. Defaults to the source table's database. | `string` | `-` | -| | Schema of the newly created table. Defaults to the source table's schema. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Optionally includes dependency information of the table. | `boolean` | `-` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Optionally includes dropped tables that have not yet been purged. | `boolean` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Database of the newly created table. Defaults to the source table's database. | `string` | `-` | +| | Schema of the newly created table. Defaults to the source table's schema. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/task/complete_graphs/index.md b/docs/snowflake-docs/providers/snowflake/task/complete_graphs/index.md index 4c561d01e..498b2e7d5 100644 --- a/docs/snowflake-docs/providers/snowflake/task/complete_graphs/index.md +++ b/docs/snowflake-docs/providers/snowflake/task/complete_graphs/index.md @@ -48,8 +48,8 @@ Creates, updates, deletes, gets or lists a complete_graphs resource ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | , | This function returns details for graph runs that are completed. | -| | `SELECT` | | , | This function returns details for graph runs that are completed. | +| | `SELECT` | | [`resultLimit`](#resultLimit), [`errorOnly`](#errorOnly) | This function returns details for graph runs that are completed. | +| | `SELECT` | | [`resultLimit`](#resultLimit), [`errorOnly`](#errorOnly) | This function returns details for graph runs that are completed. |
@@ -59,8 +59,8 @@ Creates, updates, deletes, gets or lists a complete_graphs resource | Name | Description | Type | Default | |------|-------------|------|---------| -| | Whether to only return results for tasks runs that have failed. Default is false. | `boolean` | `-` | -| | Number of results to return, at most. Default is 1000, valid range is 1 to 10000. | `integer` | `-` | +| | Whether to only return results for tasks runs that have failed. Default is false. | `boolean` | `-` | +| | Number of results to return, at most. Default is 1000, valid range is 1 to 10000. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/task/current_graphs/index.md b/docs/snowflake-docs/providers/snowflake/task/current_graphs/index.md index 9109f00eb..f845344bc 100644 --- a/docs/snowflake-docs/providers/snowflake/task/current_graphs/index.md +++ b/docs/snowflake-docs/providers/snowflake/task/current_graphs/index.md @@ -48,8 +48,8 @@ Creates, updates, deletes, gets or lists a current_graphs resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | This function returns details for graph runs that are currently executing or are next scheduled to run within the next 8 days. | -| | `SELECT` | | | This function returns details for graph runs that are currently executing or are next scheduled to run within the next 8 days. | +| | `SELECT` | | [`resultLimit`](#resultLimit) | This function returns details for graph runs that are currently executing or are next scheduled to run within the next 8 days. | +| | `SELECT` | | [`resultLimit`](#resultLimit) | This function returns details for graph runs that are currently executing or are next scheduled to run within the next 8 days. |
@@ -59,7 +59,7 @@ Creates, updates, deletes, gets or lists a current_graphs resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | - | `integer` | `-` | +| | - | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/task/dependents/index.md b/docs/snowflake-docs/providers/snowflake/task/dependents/index.md index eca80d98c..b24da8550 100644 --- a/docs/snowflake-docs/providers/snowflake/task/dependents/index.md +++ b/docs/snowflake-docs/providers/snowflake/task/dependents/index.md @@ -63,7 +63,7 @@ Creates, updates, deletes, gets or lists a dependents resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | This operation returns a list of the dependent tasks of the task with identifier {name}. | +| | `SELECT` | | [`recursive`](#recursive) | This operation returns a list of the dependent tasks of the task with identifier {name}. |
@@ -73,7 +73,7 @@ Creates, updates, deletes, gets or lists a dependents resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Specifies whether to limit the output to include only direct child tasks or to include all recursive child tasks. | `boolean` | `true` | +| | Specifies whether to limit the output to include only direct child tasks or to include all recursive child tasks. | `boolean` | `true` | diff --git a/docs/snowflake-docs/providers/snowflake/task/tasks/index.md b/docs/snowflake-docs/providers/snowflake/task/tasks/index.md index 1a6fb36e7..441e4b8dd 100644 --- a/docs/snowflake-docs/providers/snowflake/task/tasks/index.md +++ b/docs/snowflake-docs/providers/snowflake/task/tasks/index.md @@ -64,11 +64,11 @@ Creates, updates, deletes, gets or lists a tasks resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a task using the describe command output. | -| | `SELECT` | | , , , , | Lists tasks under the database and schema, with show options as query parameters. | -| | `INSERT` | | | Create a task, with standard create modifiers as query parameters. See the Task component definition for what is required to be provided in the request body. | -| | `DELETE` | | | Delete a task with the task name. If ifExists is used, the operation will succeed even if the object does not exist. Otherwise, there will be a failure if the drop is unsuccessful. | +| | `SELECT` | | [`rootOnly`](#rootOnly), [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName) | Lists tasks under the database and schema, with show options as query parameters. | +| | `INSERT` | | [`createMode`](#createMode) | Create a task, with standard create modifiers as query parameters. See the Task component definition for what is required to be provided in the request body. | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a task with the task name. If ifExists is used, the operation will succeed even if the object does not exist. Otherwise, there will be a failure if the drop is unsuccessful. | | | `REPLACE` | | - | Create a (or alter an existing) task. Even if the operation is just an alter, the full property set must be provided. | -| | `EXEC` | | , | Execute a task -- this is equivalent to EXECUTE IMMEDIATE. | +| | `EXEC` | | [`asyncExec`](#asyncExec), [`retryLast`](#retryLast) | Execute a task -- this is equivalent to EXECUTE IMMEDIATE. | | | `EXEC` | | - | Resumes a suspended task object. This is equivalento an ALTER TASK ... RESUME. | | | `EXEC` | | - | Suspends a running task. This is equivalent to an ALTER TASK ... SUSPEND. | @@ -80,15 +80,15 @@ Creates, updates, deletes, gets or lists a tasks resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Asynchronous execution enable/disable. Default is disable. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Retry the last failed run of the DAG. | `boolean` | `false` | -| | Query parameter to filter the command output to return only root resources (resources with no predecessors). | `boolean` | `false` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Asynchronous execution enable/disable. Default is disable. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Retry the last failed run of the DAG. | `boolean` | `false` | +| | Query parameter to filter the command output to return only root resources (resources with no predecessors). | `boolean` | `false` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/user/grants/index.md b/docs/snowflake-docs/providers/snowflake/user/grants/index.md index 64d57713d..3bc955079 100644 --- a/docs/snowflake-docs/providers/snowflake/user/grants/index.md +++ b/docs/snowflake-docs/providers/snowflake/user/grants/index.md @@ -40,7 +40,7 @@ Creates, updates, deletes, gets or lists a grants resource. ## Methods | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| -| | `SELECT` | | | List all grants to the user | +| | `SELECT` | | [`showLimit`](#showLimit) | List all grants to the user | | | `INSERT` | | - | Grant a role to the user | | | `DELETE` | | - | Revoke grants from the user | @@ -52,7 +52,7 @@ Creates, updates, deletes, gets or lists a grants resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/user/users/index.md b/docs/snowflake-docs/providers/snowflake/user/users/index.md index b011668df..8be1d1f3d 100644 --- a/docs/snowflake-docs/providers/snowflake/user/users/index.md +++ b/docs/snowflake-docs/providers/snowflake/user/users/index.md @@ -75,9 +75,9 @@ Creates, updates, deletes, gets or lists a users resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch user information using the result of the DESCRIBE command | -| | `SELECT` | | , , , | Lists the users in the system. | -| | `INSERT` | | | Create a user according to the parameters given | -| | `DELETE` | | | Delete a user with the given name. | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName) | Lists the users in the system. | +| | `INSERT` | | [`createMode`](#createMode) | Create a user according to the parameters given | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a user with the given name. | | | `REPLACE` | | - | 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. |
@@ -88,12 +88,12 @@ Creates, updates, deletes, gets or lists a users resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/user_defined_function/user_defined_functions/index.md b/docs/snowflake-docs/providers/snowflake/user_defined_function/user_defined_functions/index.md index 521e137a7..335297a2b 100644 --- a/docs/snowflake-docs/providers/snowflake/user_defined_function/user_defined_functions/index.md +++ b/docs/snowflake-docs/providers/snowflake/user_defined_function/user_defined_functions/index.md @@ -55,10 +55,10 @@ Creates, updates, deletes, gets or lists a user_defined_functions r | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a UDF | -| | `SELECT` | | | List UDFs | -| | `INSERT` | | , | Create a UDF | -| | `DELETE` | | | Delete a UDF | -| | `EXEC` | | | Rename a UDF | +| | `SELECT` | | [`like`](#like) | List UDFs | +| | `INSERT` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a UDF | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a UDF | +| | `EXEC` | | [`ifExists`](#ifExists) | Rename a UDF |
@@ -68,10 +68,10 @@ Creates, updates, deletes, gets or lists a user_defined_functions r | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/view/views/index.md b/docs/snowflake-docs/providers/snowflake/view/views/index.md index 8f86cb4fd..ce32b9f0d 100644 --- a/docs/snowflake-docs/providers/snowflake/view/views/index.md +++ b/docs/snowflake-docs/providers/snowflake/view/views/index.md @@ -47,9 +47,9 @@ Creates, updates, deletes, gets or lists a views resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Fetch a view | -| | `SELECT` | | , , , , | List views | -| | `INSERT` | | , | Create a view | -| | `DELETE` | | | Delete a view | +| | `SELECT` | | [`like`](#like), [`startsWith`](#startsWith), [`showLimit`](#showLimit), [`fromName`](#fromName), [`deep`](#deep) | List views | +| | `INSERT` | | [`createMode`](#createMode), [`copyGrants`](#copyGrants) | Create a view | +| | `DELETE` | | [`ifExists`](#ifExists) | Delete a view |
@@ -59,14 +59,14 @@ Creates, updates, deletes, gets or lists a views resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Optionally includes dependency information of the view. | `boolean` | `-` | -| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | -| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | -| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | +| | Query parameter to enable copy grants when creating the object. | `boolean` | `false` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Optionally includes dependency information of the view. | `boolean` | `-` | +| | Query parameter to enable fetching rows only following the first row whose object name matches the specified string. Case-sensitive and does not have to be the full name. | `string` | `-` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter to limit the maximum number of rows returned by a command. | `integer` | `-` | +| | Query parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching. | `string` | `-` | diff --git a/docs/snowflake-docs/providers/snowflake/warehouse/warehouses/index.md b/docs/snowflake-docs/providers/snowflake/warehouse/warehouses/index.md index 02f86a384..e24435719 100644 --- a/docs/snowflake-docs/providers/snowflake/warehouse/warehouses/index.md +++ b/docs/snowflake-docs/providers/snowflake/warehouse/warehouses/index.md @@ -73,16 +73,16 @@ Creates, updates, deletes, gets or lists a warehouses resource. | Name | Accessible by | Required Params | Optional Params | Description | |:-----|:--------------|:----------------|:----------------|:------------| | | `SELECT` | | - | Describes the warehouse, show information of the chosen warehouse. Equivalent to DESCRIBE WAREHOUSE in SQL. | -| | `SELECT` | | | Show a list of warehouse filtered by pattern. Equivalent to SHOW WAREHOUSE in SQL. | -| | `INSERT` | | | Create a virtual warehouse. Equivalent to CREATE WAREHOUSE in SQL. | -| | `DELETE` | | | Removes the specified virtual warehouse from the system. Equivalent to DROP WAREHOUSE in SQL. | +| | `SELECT` | | [`like`](#like) | Show a list of warehouse filtered by pattern. Equivalent to SHOW WAREHOUSE in SQL. | +| | `INSERT` | | [`createMode`](#createMode) | Create a virtual warehouse. Equivalent to CREATE WAREHOUSE in SQL. | +| | `DELETE` | | [`ifExists`](#ifExists) | Removes the specified virtual warehouse from the system. Equivalent to DROP WAREHOUSE in SQL. | | | `REPLACE` | | - | Create a (or alter an existing) warehouse. Even if the operation is just an alter, the full property set must be provided. | -| | `EXEC` | | | Aborts all the queries currently running or queued on the warehouse. | -| | `EXEC` | | | Disable an adaptive warehouse and put the warehouse into a ‘disabled’ state, if the warehouse is not disabled. | -| | `EXEC` | | | Enable an adaptive warehouse and put the warehouse into a ‘enabled’ state, if the warehouse is not enabled. | -| | `EXEC` | | | Specifies a new identifier for the warehouse; must be unique for current account. | -| | `EXEC` | | | Bring current warehouse to a usable ‘Running’ state by provisioning compute resources if current warehouse is suspended. | -| | `EXEC` | | | Remove all compute nodes from a warehouse and put the warehouse into a ‘Suspended’ state if current warehouse is not suspended. | +| | `EXEC` | | [`ifExists`](#ifExists) | Aborts all the queries currently running or queued on the warehouse. | +| | `EXEC` | | [`ifExists`](#ifExists) | Disable an adaptive warehouse and put the warehouse into a ‘disabled’ state, if the warehouse is not disabled. | +| | `EXEC` | | [`ifExists`](#ifExists) | Enable an adaptive warehouse and put the warehouse into a ‘enabled’ state, if the warehouse is not enabled. | +| | `EXEC` | | [`ifExists`](#ifExists) | Specifies a new identifier for the warehouse; must be unique for current account. | +| | `EXEC` | | [`ifExists`](#ifExists) | Bring current warehouse to a usable ‘Running’ state by provisioning compute resources if current warehouse is suspended. | +| | `EXEC` | | [`ifExists`](#ifExists) | Remove all compute nodes from a warehouse and put the warehouse into a ‘Suspended’ state if current warehouse is not suspended. | | | `EXEC` | | - | [Deprecated] Specifies the active/current warehouse for the session. |
@@ -93,9 +93,9 @@ Creates, updates, deletes, gets or lists a warehouses resource. | Name | Description | Type | Default | |------|-------------|------|---------| -| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | -| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | -| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` | +| | Query parameter allowing support for different modes of resource creation. Possible values include: - `errorIfExists`: Throws an error if you try to create a resource that already exists. - `orReplace`: Automatically replaces the existing resource with the current one. - `ifNotExists`: Creates a new resource when an alter is requested for a non-existent resource. | `string` | `errorIfExists` | +| | Query parameter that specifies how to handle the request for a resource that does not exist: - `true`: The endpoint does not throw an error if the resource does not exist. It returns a 200 success response, but does not take any action on the resource. - `false`: The endpoint throws an error if the resource doesn't exist. | `boolean` | `false` | +| | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | `string` | `-` |