aws.m2.list_data_set_import_history
Example SQL Queries
SELECT * FROMaws.m2.list_data_set_import_historyWHERE"application_id" = 'VALUE';Description
Lists the data set imports for the specified application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier of the application. | 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 data set import task. | VARCHAR |
| status_reason If dataset import failed, the failure reason will show here. | VARCHAR |
| summary A summary of the data set import task. | STRUCT( |
Show child fields
| |
| task_id The identifier of the data set import task. | VARCHAR |