aws.m2.get_data_set_import_task
Example SQL Queries
SELECT * FROMaws.m2.get_data_set_import_taskWHERE"application_id" = 'VALUE'AND "task_id" = 'VALUE';Description
Gets the status of a data set import task initiated with the CreateDataSetImportTask operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The application identifier. | VARCHAR |
| task_id Required Input Column The task identifier. | 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 |
| status The status of the task. | VARCHAR |
| summary A summary of the status of the task. | STRUCT( |
Show child fields
| |