aws.omics.get_run
Example SQL Queries
SELECT * FROMaws.omics.get_runWHERE"id" = 'VALUE';Description
Gets information about a workflow run.
If a workflow is shared with you, you cannot export information about the run.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The run's ID. | VARCHAR |
| export Input Column The run's export format. | VARCHAR[] |
Show child fields
| |
| _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 |
| accelerators The computational accelerator used to run the workflow. | VARCHAR |
| arn The run's ARN. | VARCHAR |
| creation_time When the run was created. | TIMESTAMP_S |
| definition The run's definition. | VARCHAR |
| digest The run's digest. | VARCHAR |
| failure_reason The reason a run has failed. | VARCHAR |
| log_level The run's log level. | VARCHAR |
| log_location The location of the run log. | STRUCT( |
Show child fields
| |
| name The run's name. | VARCHAR |
| output_uri The run's output URI. | VARCHAR |
| parameters The run's parameters. | VARCHAR |
| priority The run's priority. | BIGINT |
| resource_digests The run's resource digests. | MAP(VARCHAR, VARCHAR) |
| retention_mode The run's retention mode. | VARCHAR |
| role_arn The run's service role ARN. | VARCHAR |
| run_group_id The run's group ID. | VARCHAR |
| run_id The run's ID. | VARCHAR |
| run_output_uri The destination for workflow outputs. | VARCHAR |
| start_time When the run started. | TIMESTAMP_S |
| started_by Who started the run. | VARCHAR |
| status The run's status. | VARCHAR |
| status_message The run's status message. | VARCHAR |
| stop_time The run's stop time. | 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 |
| tags The run's tags. | MAP(VARCHAR, VARCHAR) |
| uuid The universally unique identifier for a run. | VARCHAR |
| workflow_id The run's workflow ID. | VARCHAR |
| workflow_owner_id The ID of the workflow owner. | VARCHAR |
| workflow_type The run's workflow type. | VARCHAR |