Synchronous Task to Run
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- id | character | task id | [optional] name | character | Optional task name | [optional] description | character | Optional task description (Tasks purpose) | [optional] array_metadata | ArrayInfo | | [optional] subarray | DomainArray | | [optional] memory | integer | memory allocated to task in bytes | [optional] cpu | integer | millicpu allocated to task | [optional] namespace | character | namespace task is tied to | [optional] status | ArrayTaskStatus | | [optional] start_time | character | Start time RFC3339 for job | [optional] finish_time | character | Finish time RFC3339 for job | [optional] cost | numeric | Total accumulated for task in USD, example is $0.12 | [optional] egress_cost | numeric | Total accumulated for egress task in USD, example is $0.12 | [optional] access_cost | numeric | Cost accumulated for access task in USD, example is $0.12 | [optional] query_type | Querytype | | [optional] udf_code | character | Optional actual code that is going to be executed | [optional] udf_language | character | Optional actual language used to express udf_code | [optional] sql_query | character | Optional actual sql query that is going to be executed | [optional] type | ArrayTaskType | | [optional] activity | array[ArrayActivityLog] | Array activity logs for task | [optional] logs | character | logs from array task | [optional] duration | numeric | duration in nanoseconds of an array task | [optional] sql_init_commands | array[character] | SQL queries or commands to run before main sql query | [optional] sql_parameters | array[object] | SQL query parameters | [optional] result_format | ResultFormat | | [optional]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.