aws.athena.get_calculation_execution_code
Example SQL Queries
SELECT * FROMaws.athena.get_calculation_execution_codeWHERE"calculation_execution_id" = 'VALUE';Description
Retrieves the unencrypted code that was executed for the 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 |
| code_block The unencrypted code that was executed for the calculation. | VARCHAR |