aws.omics.get_run_group
Example SQL Queries
SELECT * FROMaws.omics.get_run_groupWHERE"id" = 'VALUE';Description
Gets information about a workflow run group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The group's ID. | 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 group's ARN. | VARCHAR |
| creation_time When the group was created. | TIMESTAMP_S |
| max_cpus The group's maximum number of CPUs to use. | BIGINT |
| max_duration The group's maximum run time in minutes. | BIGINT |
| max_gpus The maximum GPUs that can be used by a run group. | BIGINT |
| max_runs The maximum number of concurrent runs for the group. | BIGINT |
| name The group's name. | VARCHAR |
| tags The group's tags. | MAP(VARCHAR, VARCHAR) |