aws.omics.list_runs
Example SQL Queries
SELECT * FROMaws.omics.list_runs;Description
Retrieves a list of runs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Input Column The run's name. | VARCHAR |
| run_group_id Input Column Filter the list by run group ID. | VARCHAR |
| status Input Column The run's status. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The run's ARN. | VARCHAR |
| creation_time When the run was created. | TIMESTAMP_S |
| id The run's ID. | VARCHAR |
| priority The run's priority. | BIGINT |
| start_time When the run started. | TIMESTAMP_S |
| stop_time When the run stopped. | TIMESTAMP_S |
| storage_capacity The run's storage capacity in gibibytes. For dynamic storage, after the run has completed, this value is the maximum amount of storage used during the run. | BIGINT |
| storage_type The run's storage type. | VARCHAR |
| workflow_id The run's workflow ID. | VARCHAR |