Snowflake v1.1.3 published on Saturday, Mar 8, 2025 by Pulumi
snowflake.getTasks
Explore with Pulumi AI
Data source used to get details of filtered tasks. Filtering is aligned with the current possibilities for SHOW TASKS query. The results of SHOW and SHOW PARAMETERS IN are encapsulated in one output collection tasks
.
Using getTasks
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTasks(args: GetTasksArgs, opts?: InvokeOptions): Promise<GetTasksResult>
function getTasksOutput(args: GetTasksOutputArgs, opts?: InvokeOptions): Output<GetTasksResult>
def get_tasks(in_: Optional[GetTasksIn] = None,
like: Optional[str] = None,
limit: Optional[GetTasksLimit] = None,
root_only: Optional[bool] = None,
starts_with: Optional[str] = None,
with_parameters: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetTasksResult
def get_tasks_output(in_: Optional[pulumi.Input[GetTasksInArgs]] = None,
like: Optional[pulumi.Input[str]] = None,
limit: Optional[pulumi.Input[GetTasksLimitArgs]] = None,
root_only: Optional[pulumi.Input[bool]] = None,
starts_with: Optional[pulumi.Input[str]] = None,
with_parameters: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTasksResult]
func GetTasks(ctx *Context, args *GetTasksArgs, opts ...InvokeOption) (*GetTasksResult, error)
func GetTasksOutput(ctx *Context, args *GetTasksOutputArgs, opts ...InvokeOption) GetTasksResultOutput
> Note: This function is named GetTasks
in the Go SDK.
public static class GetTasks
{
public static Task<GetTasksResult> InvokeAsync(GetTasksArgs args, InvokeOptions? opts = null)
public static Output<GetTasksResult> Invoke(GetTasksInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTasksResult> getTasks(GetTasksArgs args, InvokeOptions options)
public static Output<GetTasksResult> getTasks(GetTasksArgs args, InvokeOptions options)
fn::invoke:
function: snowflake:index/getTasks:getTasks
arguments:
# arguments dictionary
The following arguments are supported:
- In
Get
Tasks In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - Root
Only bool - Filters the command output to return only root tasks (tasks with no predecessors).
- Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Parameters bool - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- In
Get
Tasks In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - Root
Only bool - Filters the command output to return only root tasks (tasks with no predecessors).
- Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Parameters bool - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- in
Get
Tasks In - IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root
Only Boolean - Filters the command output to return only root tasks (tasks with no predecessors).
- starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- in
Get
Tasks In - IN clause to filter the list of objects
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root
Only boolean - Filters the command output to return only root tasks (tasks with no predecessors).
- starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Parameters boolean - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- in_
Get
Tasks In - IN clause to filter the list of objects
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root_
only bool - Filters the command output to return only root tasks (tasks with no predecessors).
- starts_
with str - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
parameters bool - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- in Property Map
- IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit Property Map
- Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root
Only Boolean - Filters the command output to return only root tasks (tasks with no predecessors).
- starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
getTasks Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Tasks
List<Get
Tasks Task> - Holds the aggregated output of all task details queries.
- In
Get
Tasks In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - Root
Only bool - Filters the command output to return only root tasks (tasks with no predecessors).
- Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Parameters bool - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- Id string
- The provider-assigned unique ID for this managed resource.
- Tasks
[]Get
Tasks Task - Holds the aggregated output of all task details queries.
- In
Get
Tasks In - IN clause to filter the list of objects
- Like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - Limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - Root
Only bool - Filters the command output to return only root tasks (tasks with no predecessors).
- Starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- With
Parameters bool - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- tasks
List<Get
Tasks Task> - Holds the aggregated output of all task details queries.
- in
Get
Tasks In - IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root
Only Boolean - Filters the command output to return only root tasks (tasks with no predecessors).
- starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- id string
- The provider-assigned unique ID for this managed resource.
- tasks
Get
Tasks Task[] - Holds the aggregated output of all task details queries.
- in
Get
Tasks In - IN clause to filter the list of objects
- like string
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root
Only boolean - Filters the command output to return only root tasks (tasks with no predecessors).
- starts
With string - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Parameters boolean - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- id str
- The provider-assigned unique ID for this managed resource.
- tasks
Sequence[Get
Tasks Task] - Holds the aggregated output of all task details queries.
- in_
Get
Tasks In - IN clause to filter the list of objects
- like str
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit
Get
Tasks Limit - Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root_
only bool - Filters the command output to return only root tasks (tasks with no predecessors).
- starts_
with str - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with_
parameters bool - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
- id String
- The provider-assigned unique ID for this managed resource.
- tasks List<Property Map>
- Holds the aggregated output of all task details queries.
- in Property Map
- IN clause to filter the list of objects
- like String
- Filters the output with case-insensitive pattern, with support for SQL wildcard characters (
%
and_
). - limit Property Map
- Limits the number of rows returned. If the
limit.from
is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern withstarts_with
orlike
. - root
Only Boolean - Filters the command output to return only root tasks (tasks with no predecessors).
- starts
With String - Filters the output with case-sensitive characters indicating the beginning of the object name.
- with
Parameters Boolean - Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
Supporting Types
GetTasksIn
- Account bool
- Returns records for the entire account.
- Application string
- Returns records for the specified application.
- Application
Package string - Returns records for the specified application package.
- Database string
- Returns records for the current database in use or for a specified database.
- Schema string
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- Account bool
- Returns records for the entire account.
- Application string
- Returns records for the specified application.
- Application
Package string - Returns records for the specified application package.
- Database string
- Returns records for the current database in use or for a specified database.
- Schema string
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account Boolean
- Returns records for the entire account.
- application String
- Returns records for the specified application.
- application
Package String - Returns records for the specified application package.
- database String
- Returns records for the current database in use or for a specified database.
- schema String
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account boolean
- Returns records for the entire account.
- application string
- Returns records for the specified application.
- application
Package string - Returns records for the specified application package.
- database string
- Returns records for the current database in use or for a specified database.
- schema string
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account bool
- Returns records for the entire account.
- application str
- Returns records for the specified application.
- application_
package str - Returns records for the specified application package.
- database str
- Returns records for the current database in use or for a specified database.
- schema str
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
- account Boolean
- Returns records for the entire account.
- application String
- Returns records for the specified application.
- application
Package String - Returns records for the specified application package.
- database String
- Returns records for the current database in use or for a specified database.
- schema String
- Returns records for the current schema in use or a specified schema. Use fully qualified name.
GetTasksLimit
GetTasksTask
- Parameters
List<Get
Tasks Task Parameter> - Holds the output of SHOW PARAMETERS FOR TASK.
- Show
Outputs List<GetTasks Task Show Output> - Holds the output of SHOW TASKS.
- Parameters
[]Get
Tasks Task Parameter - Holds the output of SHOW PARAMETERS FOR TASK.
- Show
Outputs []GetTasks Task Show Output - Holds the output of SHOW TASKS.
- parameters
List<Get
Tasks Task Parameter> - Holds the output of SHOW PARAMETERS FOR TASK.
- show
Outputs List<GetTasks Task Show Output> - Holds the output of SHOW TASKS.
- parameters
Get
Tasks Task Parameter[] - Holds the output of SHOW PARAMETERS FOR TASK.
- show
Outputs GetTasks Task Show Output[] - Holds the output of SHOW TASKS.
- parameters
Sequence[Get
Tasks Task Parameter] - Holds the output of SHOW PARAMETERS FOR TASK.
- show_
outputs Sequence[GetTasks Task Show Output] - Holds the output of SHOW TASKS.
- parameters List<Property Map>
- Holds the output of SHOW PARAMETERS FOR TASK.
- show
Outputs List<Property Map> - Holds the output of SHOW TASKS.
GetTasksTaskParameter
- Abort
Detached List<GetQueries Tasks Task Parameter Abort Detached Query> - Autocommits
List<Get
Tasks Task Parameter Autocommit> - Binary
Input List<GetFormats Tasks Task Parameter Binary Input Format> - Binary
Output List<GetFormats Tasks Task Parameter Binary Output Format> - Client
Memory List<GetLimits Tasks Task Parameter Client Memory Limit> - Client
Metadata List<GetRequest Use Connection Ctxes Tasks Task Parameter Client Metadata Request Use Connection Ctx> - Client
Prefetch List<GetThreads Tasks Task Parameter Client Prefetch Thread> - Client
Result List<GetChunk Sizes Tasks Task Parameter Client Result Chunk Size> - Client
Result List<GetColumn Case Insensitives Tasks Task Parameter Client Result Column Case Insensitive> - Client
Session List<GetKeep Alive Heartbeat Frequencies Tasks Task Parameter Client Session Keep Alive Heartbeat Frequency> - Client
Session List<GetKeep Alives Tasks Task Parameter Client Session Keep Alife> - Client
Timestamp List<GetType Mappings Tasks Task Parameter Client Timestamp Type Mapping> - Date
Input List<GetFormats Tasks Task Parameter Date Input Format> - Date
Output List<GetFormats Tasks Task Parameter Date Output Format> - Enable
Unload List<GetPhysical Type Optimizations Tasks Task Parameter Enable Unload Physical Type Optimization> - Error
On List<GetNondeterministic Merges Tasks Task Parameter Error On Nondeterministic Merge> - Error
On List<GetNondeterministic Updates Tasks Task Parameter Error On Nondeterministic Update> - Geography
Output List<GetFormats Tasks Task Parameter Geography Output Format> - Geometry
Output List<GetFormats Tasks Task Parameter Geometry Output Format> - Jdbc
Treat List<GetTimestamp Ntz As Utcs Tasks Task Parameter Jdbc Treat Timestamp Ntz As Utc> - Jdbc
Use List<GetSession Timezones Tasks Task Parameter Jdbc Use Session Timezone> - Json
Indents List<GetTasks Task Parameter Json Indent> - Lock
Timeouts List<GetTasks Task Parameter Lock Timeout> - Log
Levels List<GetTasks Task Parameter Log Level> - Multi
Statement List<GetCounts Tasks Task Parameter Multi Statement Count> - Noorder
Sequence List<GetAs Defaults Tasks Task Parameter Noorder Sequence As Default> - Odbc
Treat List<GetDecimal As Ints Tasks Task Parameter Odbc Treat Decimal As Int> - List<Get
Tasks Task Parameter Query Tag> - Quoted
Identifiers List<GetIgnore Cases Tasks Task Parameter Quoted Identifiers Ignore Case> - Rows
Per List<GetResultsets Tasks Task Parameter Rows Per Resultset> - S3Stage
Vpce List<GetDns Names Tasks Task Parameter S3Stage Vpce Dns Name> - Search
Paths List<GetTasks Task Parameter Search Path> - Statement
Queued List<GetTimeout In Seconds Tasks Task Parameter Statement Queued Timeout In Second> - Statement
Timeout List<GetIn Seconds Tasks Task Parameter Statement Timeout In Second> - Strict
Json List<GetOutputs Tasks Task Parameter Strict Json Output> - Suspend
Task List<GetAfter Num Failures Tasks Task Parameter Suspend Task After Num Failure> - Task
Auto List<GetRetry Attempts Tasks Task Parameter Task Auto Retry Attempt> - Time
Input List<GetFormats Tasks Task Parameter Time Input Format> - Time
Output List<GetFormats Tasks Task Parameter Time Output Format> - Timestamp
Day List<GetIs Always24hs Tasks Task Parameter Timestamp Day Is Always24h> - Timestamp
Input List<GetFormats Tasks Task Parameter Timestamp Input Format> - Timestamp
Ltz List<GetOutput Formats Tasks Task Parameter Timestamp Ltz Output Format> - Timestamp
Ntz List<GetOutput Formats Tasks Task Parameter Timestamp Ntz Output Format> - Timestamp
Output List<GetFormats Tasks Task Parameter Timestamp Output Format> - Timestamp
Type List<GetMappings Tasks Task Parameter Timestamp Type Mapping> - Timestamp
Tz List<GetOutput Formats Tasks Task Parameter Timestamp Tz Output Format> - Timezones
List<Get
Tasks Task Parameter Timezone> - Trace
Levels List<GetTasks Task Parameter Trace Level> - Transaction
Abort List<GetOn Errors Tasks Task Parameter Transaction Abort On Error> - Transaction
Default List<GetIsolation Levels Tasks Task Parameter Transaction Default Isolation Level> - Two
Digit List<GetCentury Starts Tasks Task Parameter Two Digit Century Start> - Unsupported
Ddl List<GetActions Tasks Task Parameter Unsupported Ddl Action> - Use
Cached List<GetResults Tasks Task Parameter Use Cached Result> - User
Task List<GetManaged Initial Warehouse Sizes Tasks Task Parameter User Task Managed Initial Warehouse Size> - User
Task List<GetMinimum Trigger Interval In Seconds Tasks Task Parameter User Task Minimum Trigger Interval In Second> - User
Task List<GetTimeout Ms Tasks Task Parameter User Task Timeout M> - Week
Of List<GetYear Policies Tasks Task Parameter Week Of Year Policy> - Week
Starts List<GetTasks Task Parameter Week Start>
- Abort
Detached []GetQueries Tasks Task Parameter Abort Detached Query - Autocommits
[]Get
Tasks Task Parameter Autocommit - Binary
Input []GetFormats Tasks Task Parameter Binary Input Format - Binary
Output []GetFormats Tasks Task Parameter Binary Output Format - Client
Memory []GetLimits Tasks Task Parameter Client Memory Limit - Client
Metadata []GetRequest Use Connection Ctxes Tasks Task Parameter Client Metadata Request Use Connection Ctx - Client
Prefetch []GetThreads Tasks Task Parameter Client Prefetch Thread - Client
Result []GetChunk Sizes Tasks Task Parameter Client Result Chunk Size - Client
Result []GetColumn Case Insensitives Tasks Task Parameter Client Result Column Case Insensitive - Client
Session []GetKeep Alive Heartbeat Frequencies Tasks Task Parameter Client Session Keep Alive Heartbeat Frequency - Client
Session []GetKeep Alives Tasks Task Parameter Client Session Keep Alife - Client
Timestamp []GetType Mappings Tasks Task Parameter Client Timestamp Type Mapping - Date
Input []GetFormats Tasks Task Parameter Date Input Format - Date
Output []GetFormats Tasks Task Parameter Date Output Format - Enable
Unload []GetPhysical Type Optimizations Tasks Task Parameter Enable Unload Physical Type Optimization - Error
On []GetNondeterministic Merges Tasks Task Parameter Error On Nondeterministic Merge - Error
On []GetNondeterministic Updates Tasks Task Parameter Error On Nondeterministic Update - Geography
Output []GetFormats Tasks Task Parameter Geography Output Format - Geometry
Output []GetFormats Tasks Task Parameter Geometry Output Format - Jdbc
Treat []GetTimestamp Ntz As Utcs Tasks Task Parameter Jdbc Treat Timestamp Ntz As Utc - Jdbc
Use []GetSession Timezones Tasks Task Parameter Jdbc Use Session Timezone - Json
Indents []GetTasks Task Parameter Json Indent - Lock
Timeouts []GetTasks Task Parameter Lock Timeout - Log
Levels []GetTasks Task Parameter Log Level - Multi
Statement []GetCounts Tasks Task Parameter Multi Statement Count - Noorder
Sequence []GetAs Defaults Tasks Task Parameter Noorder Sequence As Default - Odbc
Treat []GetDecimal As Ints Tasks Task Parameter Odbc Treat Decimal As Int - []Get
Tasks Task Parameter Query Tag - Quoted
Identifiers []GetIgnore Cases Tasks Task Parameter Quoted Identifiers Ignore Case - Rows
Per []GetResultsets Tasks Task Parameter Rows Per Resultset - S3Stage
Vpce []GetDns Names Tasks Task Parameter S3Stage Vpce Dns Name - Search
Paths []GetTasks Task Parameter Search Path - Statement
Queued []GetTimeout In Seconds Tasks Task Parameter Statement Queued Timeout In Second - Statement
Timeout []GetIn Seconds Tasks Task Parameter Statement Timeout In Second - Strict
Json []GetOutputs Tasks Task Parameter Strict Json Output - Suspend
Task []GetAfter Num Failures Tasks Task Parameter Suspend Task After Num Failure - Task
Auto []GetRetry Attempts Tasks Task Parameter Task Auto Retry Attempt - Time
Input []GetFormats Tasks Task Parameter Time Input Format - Time
Output []GetFormats Tasks Task Parameter Time Output Format - Timestamp
Day []GetIs Always24hs Tasks Task Parameter Timestamp Day Is Always24h - Timestamp
Input []GetFormats Tasks Task Parameter Timestamp Input Format - Timestamp
Ltz []GetOutput Formats Tasks Task Parameter Timestamp Ltz Output Format - Timestamp
Ntz []GetOutput Formats Tasks Task Parameter Timestamp Ntz Output Format - Timestamp
Output []GetFormats Tasks Task Parameter Timestamp Output Format - Timestamp
Type []GetMappings Tasks Task Parameter Timestamp Type Mapping - Timestamp
Tz []GetOutput Formats Tasks Task Parameter Timestamp Tz Output Format - Timezones
[]Get
Tasks Task Parameter Timezone - Trace
Levels []GetTasks Task Parameter Trace Level - Transaction
Abort []GetOn Errors Tasks Task Parameter Transaction Abort On Error - Transaction
Default []GetIsolation Levels Tasks Task Parameter Transaction Default Isolation Level - Two
Digit []GetCentury Starts Tasks Task Parameter Two Digit Century Start - Unsupported
Ddl []GetActions Tasks Task Parameter Unsupported Ddl Action - Use
Cached []GetResults Tasks Task Parameter Use Cached Result - User
Task []GetManaged Initial Warehouse Sizes Tasks Task Parameter User Task Managed Initial Warehouse Size - User
Task []GetMinimum Trigger Interval In Seconds Tasks Task Parameter User Task Minimum Trigger Interval In Second - User
Task []GetTimeout Ms Tasks Task Parameter User Task Timeout M - Week
Of []GetYear Policies Tasks Task Parameter Week Of Year Policy - Week
Starts []GetTasks Task Parameter Week Start
- abort
Detached List<GetQueries Tasks Task Parameter Abort Detached Query> - autocommits
List<Get
Tasks Task Parameter Autocommit> - binary
Input List<GetFormats Tasks Task Parameter Binary Input Format> - binary
Output List<GetFormats Tasks Task Parameter Binary Output Format> - client
Memory List<GetLimits Tasks Task Parameter Client Memory Limit> - client
Metadata List<GetRequest Use Connection Ctxes Tasks Task Parameter Client Metadata Request Use Connection Ctx> - client
Prefetch List<GetThreads Tasks Task Parameter Client Prefetch Thread> - client
Result List<GetChunk Sizes Tasks Task Parameter Client Result Chunk Size> - client
Result List<GetColumn Case Insensitives Tasks Task Parameter Client Result Column Case Insensitive> - client
Session List<GetKeep Alive Heartbeat Frequencies Tasks Task Parameter Client Session Keep Alive Heartbeat Frequency> - client
Session List<GetKeep Alives Tasks Task Parameter Client Session Keep Alife> - client
Timestamp List<GetType Mappings Tasks Task Parameter Client Timestamp Type Mapping> - date
Input List<GetFormats Tasks Task Parameter Date Input Format> - date
Output List<GetFormats Tasks Task Parameter Date Output Format> - enable
Unload List<GetPhysical Type Optimizations Tasks Task Parameter Enable Unload Physical Type Optimization> - error
On List<GetNondeterministic Merges Tasks Task Parameter Error On Nondeterministic Merge> - error
On List<GetNondeterministic Updates Tasks Task Parameter Error On Nondeterministic Update> - geography
Output List<GetFormats Tasks Task Parameter Geography Output Format> - geometry
Output List<GetFormats Tasks Task Parameter Geometry Output Format> - jdbc
Treat List<GetTimestamp Ntz As Utcs Tasks Task Parameter Jdbc Treat Timestamp Ntz As Utc> - jdbc
Use List<GetSession Timezones Tasks Task Parameter Jdbc Use Session Timezone> - json
Indents List<GetTasks Task Parameter Json Indent> - lock
Timeouts List<GetTasks Task Parameter Lock Timeout> - log
Levels List<GetTasks Task Parameter Log Level> - multi
Statement List<GetCounts Tasks Task Parameter Multi Statement Count> - noorder
Sequence List<GetAs Defaults Tasks Task Parameter Noorder Sequence As Default> - odbc
Treat List<GetDecimal As Ints Tasks Task Parameter Odbc Treat Decimal As Int> - List<Get
Tasks Task Parameter Query Tag> - quoted
Identifiers List<GetIgnore Cases Tasks Task Parameter Quoted Identifiers Ignore Case> - rows
Per List<GetResultsets Tasks Task Parameter Rows Per Resultset> - s3Stage
Vpce List<GetDns Names Tasks Task Parameter S3Stage Vpce Dns Name> - search
Paths List<GetTasks Task Parameter Search Path> - statement
Queued List<GetTimeout In Seconds Tasks Task Parameter Statement Queued Timeout In Second> - statement
Timeout List<GetIn Seconds Tasks Task Parameter Statement Timeout In Second> - strict
Json List<GetOutputs Tasks Task Parameter Strict Json Output> - suspend
Task List<GetAfter Num Failures Tasks Task Parameter Suspend Task After Num Failure> - task
Auto List<GetRetry Attempts Tasks Task Parameter Task Auto Retry Attempt> - time
Input List<GetFormats Tasks Task Parameter Time Input Format> - time
Output List<GetFormats Tasks Task Parameter Time Output Format> - timestamp
Day List<GetIs Always24hs Tasks Task Parameter Timestamp Day Is Always24h> - timestamp
Input List<GetFormats Tasks Task Parameter Timestamp Input Format> - timestamp
Ltz List<GetOutput Formats Tasks Task Parameter Timestamp Ltz Output Format> - timestamp
Ntz List<GetOutput Formats Tasks Task Parameter Timestamp Ntz Output Format> - timestamp
Output List<GetFormats Tasks Task Parameter Timestamp Output Format> - timestamp
Type List<GetMappings Tasks Task Parameter Timestamp Type Mapping> - timestamp
Tz List<GetOutput Formats Tasks Task Parameter Timestamp Tz Output Format> - timezones
List<Get
Tasks Task Parameter Timezone> - trace
Levels List<GetTasks Task Parameter Trace Level> - transaction
Abort List<GetOn Errors Tasks Task Parameter Transaction Abort On Error> - transaction
Default List<GetIsolation Levels Tasks Task Parameter Transaction Default Isolation Level> - two
Digit List<GetCentury Starts Tasks Task Parameter Two Digit Century Start> - unsupported
Ddl List<GetActions Tasks Task Parameter Unsupported Ddl Action> - use
Cached List<GetResults Tasks Task Parameter Use Cached Result> - user
Task List<GetManaged Initial Warehouse Sizes Tasks Task Parameter User Task Managed Initial Warehouse Size> - user
Task List<GetMinimum Trigger Interval In Seconds Tasks Task Parameter User Task Minimum Trigger Interval In Second> - user
Task List<GetTimeout Ms Tasks Task Parameter User Task Timeout M> - week
Of List<GetYear Policies Tasks Task Parameter Week Of Year Policy> - week
Starts List<GetTasks Task Parameter Week Start>
- abort
Detached GetQueries Tasks Task Parameter Abort Detached Query[] - autocommits
Get
Tasks Task Parameter Autocommit[] - binary
Input GetFormats Tasks Task Parameter Binary Input Format[] - binary
Output GetFormats Tasks Task Parameter Binary Output Format[] - client
Memory GetLimits Tasks Task Parameter Client Memory Limit[] - client
Metadata GetRequest Use Connection Ctxes Tasks Task Parameter Client Metadata Request Use Connection Ctx[] - client
Prefetch GetThreads Tasks Task Parameter Client Prefetch Thread[] - client
Result GetChunk Sizes Tasks Task Parameter Client Result Chunk Size[] - client
Result GetColumn Case Insensitives Tasks Task Parameter Client Result Column Case Insensitive[] - client
Session GetKeep Alive Heartbeat Frequencies Tasks Task Parameter Client Session Keep Alive Heartbeat Frequency[] - client
Session GetKeep Alives Tasks Task Parameter Client Session Keep Alife[] - client
Timestamp GetType Mappings Tasks Task Parameter Client Timestamp Type Mapping[] - date
Input GetFormats Tasks Task Parameter Date Input Format[] - date
Output GetFormats Tasks Task Parameter Date Output Format[] - enable
Unload GetPhysical Type Optimizations Tasks Task Parameter Enable Unload Physical Type Optimization[] - error
On GetNondeterministic Merges Tasks Task Parameter Error On Nondeterministic Merge[] - error
On GetNondeterministic Updates Tasks Task Parameter Error On Nondeterministic Update[] - geography
Output GetFormats Tasks Task Parameter Geography Output Format[] - geometry
Output GetFormats Tasks Task Parameter Geometry Output Format[] - jdbc
Treat GetTimestamp Ntz As Utcs Tasks Task Parameter Jdbc Treat Timestamp Ntz As Utc[] - jdbc
Use GetSession Timezones Tasks Task Parameter Jdbc Use Session Timezone[] - json
Indents GetTasks Task Parameter Json Indent[] - lock
Timeouts GetTasks Task Parameter Lock Timeout[] - log
Levels GetTasks Task Parameter Log Level[] - multi
Statement GetCounts Tasks Task Parameter Multi Statement Count[] - noorder
Sequence GetAs Defaults Tasks Task Parameter Noorder Sequence As Default[] - odbc
Treat GetDecimal As Ints Tasks Task Parameter Odbc Treat Decimal As Int[] - Get
Tasks Task Parameter Query Tag[] - quoted
Identifiers GetIgnore Cases Tasks Task Parameter Quoted Identifiers Ignore Case[] - rows
Per GetResultsets Tasks Task Parameter Rows Per Resultset[] - s3Stage
Vpce GetDns Names Tasks Task Parameter S3Stage Vpce Dns Name[] - search
Paths GetTasks Task Parameter Search Path[] - statement
Queued GetTimeout In Seconds Tasks Task Parameter Statement Queued Timeout In Second[] - statement
Timeout GetIn Seconds Tasks Task Parameter Statement Timeout In Second[] - strict
Json GetOutputs Tasks Task Parameter Strict Json Output[] - suspend
Task GetAfter Num Failures Tasks Task Parameter Suspend Task After Num Failure[] - task
Auto GetRetry Attempts Tasks Task Parameter Task Auto Retry Attempt[] - time
Input GetFormats Tasks Task Parameter Time Input Format[] - time
Output GetFormats Tasks Task Parameter Time Output Format[] - timestamp
Day GetIs Always24hs Tasks Task Parameter Timestamp Day Is Always24h[] - timestamp
Input GetFormats Tasks Task Parameter Timestamp Input Format[] - timestamp
Ltz GetOutput Formats Tasks Task Parameter Timestamp Ltz Output Format[] - timestamp
Ntz GetOutput Formats Tasks Task Parameter Timestamp Ntz Output Format[] - timestamp
Output GetFormats Tasks Task Parameter Timestamp Output Format[] - timestamp
Type GetMappings Tasks Task Parameter Timestamp Type Mapping[] - timestamp
Tz GetOutput Formats Tasks Task Parameter Timestamp Tz Output Format[] - timezones
Get
Tasks Task Parameter Timezone[] - trace
Levels GetTasks Task Parameter Trace Level[] - transaction
Abort GetOn Errors Tasks Task Parameter Transaction Abort On Error[] - transaction
Default GetIsolation Levels Tasks Task Parameter Transaction Default Isolation Level[] - two
Digit GetCentury Starts Tasks Task Parameter Two Digit Century Start[] - unsupported
Ddl GetActions Tasks Task Parameter Unsupported Ddl Action[] - use
Cached GetResults Tasks Task Parameter Use Cached Result[] - user
Task GetManaged Initial Warehouse Sizes Tasks Task Parameter User Task Managed Initial Warehouse Size[] - user
Task GetMinimum Trigger Interval In Seconds Tasks Task Parameter User Task Minimum Trigger Interval In Second[] - user
Task GetTimeout Ms Tasks Task Parameter User Task Timeout M[] - week
Of GetYear Policies Tasks Task Parameter Week Of Year Policy[] - week
Starts GetTasks Task Parameter Week Start[]
- abort_
detached_ Sequence[Getqueries Tasks Task Parameter Abort Detached Query] - autocommits
Sequence[Get
Tasks Task Parameter Autocommit] - binary_
input_ Sequence[Getformats Tasks Task Parameter Binary Input Format] - binary_
output_ Sequence[Getformats Tasks Task Parameter Binary Output Format] - client_
memory_ Sequence[Getlimits Tasks Task Parameter Client Memory Limit] - client_
metadata_ Sequence[Getrequest_ use_ connection_ ctxes Tasks Task Parameter Client Metadata Request Use Connection Ctx] - client_
prefetch_ Sequence[Getthreads Tasks Task Parameter Client Prefetch Thread] - client_
result_ Sequence[Getchunk_ sizes Tasks Task Parameter Client Result Chunk Size] - client_
result_ Sequence[Getcolumn_ case_ insensitives Tasks Task Parameter Client Result Column Case Insensitive] - client_
session_ Sequence[Getkeep_ alive_ heartbeat_ frequencies Tasks Task Parameter Client Session Keep Alive Heartbeat Frequency] - client_
session_ Sequence[Getkeep_ alives Tasks Task Parameter Client Session Keep Alife] - client_
timestamp_ Sequence[Gettype_ mappings Tasks Task Parameter Client Timestamp Type Mapping] - date_
input_ Sequence[Getformats Tasks Task Parameter Date Input Format] - date_
output_ Sequence[Getformats Tasks Task Parameter Date Output Format] - enable_
unload_ Sequence[Getphysical_ type_ optimizations Tasks Task Parameter Enable Unload Physical Type Optimization] - error_
on_ Sequence[Getnondeterministic_ merges Tasks Task Parameter Error On Nondeterministic Merge] - error_
on_ Sequence[Getnondeterministic_ updates Tasks Task Parameter Error On Nondeterministic Update] - geography_
output_ Sequence[Getformats Tasks Task Parameter Geography Output Format] - geometry_
output_ Sequence[Getformats Tasks Task Parameter Geometry Output Format] - jdbc_
treat_ Sequence[Gettimestamp_ ntz_ as_ utcs Tasks Task Parameter Jdbc Treat Timestamp Ntz As Utc] - jdbc_
use_ Sequence[Getsession_ timezones Tasks Task Parameter Jdbc Use Session Timezone] - json_
indents Sequence[GetTasks Task Parameter Json Indent] - lock_
timeouts Sequence[GetTasks Task Parameter Lock Timeout] - log_
levels Sequence[GetTasks Task Parameter Log Level] - multi_
statement_ Sequence[Getcounts Tasks Task Parameter Multi Statement Count] - noorder_
sequence_ Sequence[Getas_ defaults Tasks Task Parameter Noorder Sequence As Default] - odbc_
treat_ Sequence[Getdecimal_ as_ ints Tasks Task Parameter Odbc Treat Decimal As Int] - Sequence[Get
Tasks Task Parameter Query Tag] - quoted_
identifiers_ Sequence[Getignore_ cases Tasks Task Parameter Quoted Identifiers Ignore Case] - rows_
per_ Sequence[Getresultsets Tasks Task Parameter Rows Per Resultset] - s3_
stage_ Sequence[Getvpce_ dns_ names Tasks Task Parameter S3Stage Vpce Dns Name] - search_
paths Sequence[GetTasks Task Parameter Search Path] - statement_
queued_ Sequence[Gettimeout_ in_ seconds Tasks Task Parameter Statement Queued Timeout In Second] - statement_
timeout_ Sequence[Getin_ seconds Tasks Task Parameter Statement Timeout In Second] - strict_
json_ Sequence[Getoutputs Tasks Task Parameter Strict Json Output] - suspend_
task_ Sequence[Getafter_ num_ failures Tasks Task Parameter Suspend Task After Num Failure] - task_
auto_ Sequence[Getretry_ attempts Tasks Task Parameter Task Auto Retry Attempt] - time_
input_ Sequence[Getformats Tasks Task Parameter Time Input Format] - time_
output_ Sequence[Getformats Tasks Task Parameter Time Output Format] - timestamp_
day_ Sequence[Getis_ always24hs Tasks Task Parameter Timestamp Day Is Always24h] - timestamp_
input_ Sequence[Getformats Tasks Task Parameter Timestamp Input Format] - timestamp_
ltz_ Sequence[Getoutput_ formats Tasks Task Parameter Timestamp Ltz Output Format] - timestamp_
ntz_ Sequence[Getoutput_ formats Tasks Task Parameter Timestamp Ntz Output Format] - timestamp_
output_ Sequence[Getformats Tasks Task Parameter Timestamp Output Format] - timestamp_
type_ Sequence[Getmappings Tasks Task Parameter Timestamp Type Mapping] - timestamp_
tz_ Sequence[Getoutput_ formats Tasks Task Parameter Timestamp Tz Output Format] - timezones
Sequence[Get
Tasks Task Parameter Timezone] - trace_
levels Sequence[GetTasks Task Parameter Trace Level] - transaction_
abort_ Sequence[Geton_ errors Tasks Task Parameter Transaction Abort On Error] - transaction_
default_ Sequence[Getisolation_ levels Tasks Task Parameter Transaction Default Isolation Level] - two_
digit_ Sequence[Getcentury_ starts Tasks Task Parameter Two Digit Century Start] - unsupported_
ddl_ Sequence[Getactions Tasks Task Parameter Unsupported Ddl Action] - use_
cached_ Sequence[Getresults Tasks Task Parameter Use Cached Result] - user_
task_ Sequence[Getmanaged_ initial_ warehouse_ sizes Tasks Task Parameter User Task Managed Initial Warehouse Size] - user_
task_ Sequence[Getminimum_ trigger_ interval_ in_ seconds Tasks Task Parameter User Task Minimum Trigger Interval In Second] - user_
task_ Sequence[Gettimeout_ ms Tasks Task Parameter User Task Timeout M] - week_
of_ Sequence[Getyear_ policies Tasks Task Parameter Week Of Year Policy] - week_
starts Sequence[GetTasks Task Parameter Week Start]
- abort
Detached List<Property Map>Queries - autocommits List<Property Map>
- binary
Input List<Property Map>Formats - binary
Output List<Property Map>Formats - client
Memory List<Property Map>Limits - client
Metadata List<Property Map>Request Use Connection Ctxes - client
Prefetch List<Property Map>Threads - client
Result List<Property Map>Chunk Sizes - client
Result List<Property Map>Column Case Insensitives - client
Session List<Property Map>Keep Alive Heartbeat Frequencies - client
Session List<Property Map>Keep Alives - client
Timestamp List<Property Map>Type Mappings - date
Input List<Property Map>Formats - date
Output List<Property Map>Formats - enable
Unload List<Property Map>Physical Type Optimizations - error
On List<Property Map>Nondeterministic Merges - error
On List<Property Map>Nondeterministic Updates - geography
Output List<Property Map>Formats - geometry
Output List<Property Map>Formats - jdbc
Treat List<Property Map>Timestamp Ntz As Utcs - jdbc
Use List<Property Map>Session Timezones - json
Indents List<Property Map> - lock
Timeouts List<Property Map> - log
Levels List<Property Map> - multi
Statement List<Property Map>Counts - noorder
Sequence List<Property Map>As Defaults - odbc
Treat List<Property Map>Decimal As Ints - List<Property Map>
- quoted
Identifiers List<Property Map>Ignore Cases - rows
Per List<Property Map>Resultsets - s3Stage
Vpce List<Property Map>Dns Names - search
Paths List<Property Map> - statement
Queued List<Property Map>Timeout In Seconds - statement
Timeout List<Property Map>In Seconds - strict
Json List<Property Map>Outputs - suspend
Task List<Property Map>After Num Failures - task
Auto List<Property Map>Retry Attempts - time
Input List<Property Map>Formats - time
Output List<Property Map>Formats - timestamp
Day List<Property Map>Is Always24hs - timestamp
Input List<Property Map>Formats - timestamp
Ltz List<Property Map>Output Formats - timestamp
Ntz List<Property Map>Output Formats - timestamp
Output List<Property Map>Formats - timestamp
Type List<Property Map>Mappings - timestamp
Tz List<Property Map>Output Formats - timezones List<Property Map>
- trace
Levels List<Property Map> - transaction
Abort List<Property Map>On Errors - transaction
Default List<Property Map>Isolation Levels - two
Digit List<Property Map>Century Starts - unsupported
Ddl List<Property Map>Actions - use
Cached List<Property Map>Results - user
Task List<Property Map>Managed Initial Warehouse Sizes - user
Task List<Property Map>Minimum Trigger Interval In Seconds - user
Task List<Property Map>Timeout Ms - week
Of List<Property Map>Year Policies - week
Starts List<Property Map>
GetTasksTaskParameterAbortDetachedQuery
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterAutocommit
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterBinaryInputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterBinaryOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientMemoryLimit
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientMetadataRequestUseConnectionCtx
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientPrefetchThread
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientResultChunkSize
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientResultColumnCaseInsensitive
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientSessionKeepAlife
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientSessionKeepAliveHeartbeatFrequency
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterClientTimestampTypeMapping
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterDateInputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterDateOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterEnableUnloadPhysicalTypeOptimization
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterErrorOnNondeterministicMerge
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterErrorOnNondeterministicUpdate
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterGeographyOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterGeometryOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterJdbcTreatTimestampNtzAsUtc
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterJdbcUseSessionTimezone
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterJsonIndent
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterLockTimeout
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterLogLevel
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterMultiStatementCount
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterNoorderSequenceAsDefault
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterOdbcTreatDecimalAsInt
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterQueryTag
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterQuotedIdentifiersIgnoreCase
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterRowsPerResultset
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterS3StageVpceDnsName
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterSearchPath
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterStatementQueuedTimeoutInSecond
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterStatementTimeoutInSecond
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterStrictJsonOutput
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterSuspendTaskAfterNumFailure
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTaskAutoRetryAttempt
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimeInputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimeOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimestampDayIsAlways24h
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimestampInputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimestampLtzOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimestampNtzOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimestampOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimestampTypeMapping
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimestampTzOutputFormat
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTimezone
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTraceLevel
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTransactionAbortOnError
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTransactionDefaultIsolationLevel
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterTwoDigitCenturyStart
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterUnsupportedDdlAction
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterUseCachedResult
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterUserTaskManagedInitialWarehouseSize
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterUserTaskMinimumTriggerIntervalInSecond
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterUserTaskTimeoutM
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterWeekOfYearPolicy
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskParameterWeekStart
- Default string
- Description string
- Key string
- Level string
- Value string
- Default string
- Description string
- Key string
- Level string
- Value string
- default_ String
- description String
- key String
- level String
- value String
- default string
- description string
- key string
- level string
- value string
- default str
- description str
- key str
- level str
- value str
- default String
- description String
- key String
- level String
- value String
GetTasksTaskShowOutput
- Allow
Overlapping boolExecution - Budget string
- Comment string
- Condition string
- Config string
- Created
On string - Database
Name string - Definition string
- Error
Integration string - Id string
- Last
Committed stringOn - Last
Suspended stringOn - Last
Suspended stringReason - Name string
- Owner string
- Owner
Role stringType - Predecessors List<string>
- Schedule string
- Schema
Name string - State string
- Task
Relations List<GetTasks Task Show Output Task Relation> - Warehouse string
- Allow
Overlapping boolExecution - Budget string
- Comment string
- Condition string
- Config string
- Created
On string - Database
Name string - Definition string
- Error
Integration string - Id string
- Last
Committed stringOn - Last
Suspended stringOn - Last
Suspended stringReason - Name string
- Owner string
- Owner
Role stringType - Predecessors []string
- Schedule string
- Schema
Name string - State string
- Task
Relations []GetTasks Task Show Output Task Relation - Warehouse string
- allow
Overlapping BooleanExecution - budget String
- comment String
- condition String
- config String
- created
On String - database
Name String - definition String
- error
Integration String - id String
- last
Committed StringOn - last
Suspended StringOn - last
Suspended StringReason - name String
- owner String
- owner
Role StringType - predecessors List<String>
- schedule String
- schema
Name String - state String
- task
Relations List<GetTasks Task Show Output Task Relation> - warehouse String
- allow
Overlapping booleanExecution - budget string
- comment string
- condition string
- config string
- created
On string - database
Name string - definition string
- error
Integration string - id string
- last
Committed stringOn - last
Suspended stringOn - last
Suspended stringReason - name string
- owner string
- owner
Role stringType - predecessors string[]
- schedule string
- schema
Name string - state string
- task
Relations GetTasks Task Show Output Task Relation[] - warehouse string
- allow_
overlapping_ boolexecution - budget str
- comment str
- condition str
- config str
- created_
on str - database_
name str - definition str
- error_
integration str - id str
- last_
committed_ stron - last_
suspended_ stron - last_
suspended_ strreason - name str
- owner str
- owner_
role_ strtype - predecessors Sequence[str]
- schedule str
- schema_
name str - state str
- task_
relations Sequence[GetTasks Task Show Output Task Relation] - warehouse str
- allow
Overlapping BooleanExecution - budget String
- comment String
- condition String
- config String
- created
On String - database
Name String - definition String
- error
Integration String - id String
- last
Committed StringOn - last
Suspended StringOn - last
Suspended StringReason - name String
- owner String
- owner
Role StringType - predecessors List<String>
- schedule String
- schema
Name String - state String
- task
Relations List<Property Map> - warehouse String
GetTasksTaskShowOutputTaskRelation
- Finalized
Root stringTask - Finalizer string
- Predecessors List<string>
- Finalized
Root stringTask - Finalizer string
- Predecessors []string
- finalized
Root StringTask - finalizer String
- predecessors List<String>
- finalized
Root stringTask - finalizer string
- predecessors string[]
- finalized_
root_ strtask - finalizer str
- predecessors Sequence[str]
- finalized
Root StringTask - finalizer String
- predecessors List<String>
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.