aws.omics.list_variant_import_jobs
Example SQL Queries
SELECT * FROMaws.omics.list_variant_import_jobs;Description
Retrieves a list of variant import jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter Input Column A filter to apply to the list. | STRUCT( |
Show child fields
| |
| ids Input Column A list of job IDs. | 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 |
| annotation_fields The annotation schema generated by the parsed annotation data. | MAP(VARCHAR, VARCHAR) |
| completion_time When the job completed. | TIMESTAMP_S |
| creation_time When the job was created. | TIMESTAMP_S |
| destination_name The job's destination variant store. | VARCHAR |
| id The job's ID. | VARCHAR |
| role_arn The job's service role ARN. | VARCHAR |
| run_left_normalization The job's left normalization setting. | BOOLEAN |
| status The job's status. | VARCHAR |
| update_time When the job was updated. | TIMESTAMP_S |