aws.glue.get_blueprint_run
Example SQL Queries
SELECT * FROMaws.glue.get_blueprint_runWHERE"blueprint_name" = 'VALUE'AND "run_id" = 'VALUE';Description
Retrieves the details of a blueprint run.
Table Definition
| Column Name | Column Data Type |
|---|---|
| blueprint_name Required Input Column The name of the blueprint. | VARCHAR |
| run_id Required Input Column The run ID for the blueprint run you want to retrieve. | 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 |
| blueprint_run Returns a BlueprintRun object. | STRUCT( |
Show child fields
| |