aws.athena.get_calculation_execution_status
Example SQL Queries
SELECT * FROMaws.athena.get_calculation_execution_statusWHERE"calculation_execution_id" = 'VALUE';Description
Gets the status of a current calculation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| calculation_execution_id Required Input Column The calculation execution UUID. | 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 |
| statistics Contains information about the DPU execution time and progress. | STRUCT( |
Show child fields
| |
| status Contains information about the calculation execution status. | STRUCT( |
Show child fields
| |