aws.omics.get_variant_import_job
Example SQL Queries
SELECT * FROMaws.omics.get_variant_import_jobWHERE"job_id" = 'VALUE';Description
Gets information about a variant import job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The job'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 |
| 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 |
| items The job's items. | STRUCT( |
Show child fields
| |
| 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 |
| status_message The job's status message. | VARCHAR |
| update_time When the job was updated. | TIMESTAMP_S |