aws.glue.get_blueprint_runs
Example SQL Queries
SELECT * FROMaws.glue.get_blueprint_runsWHERE"blueprint_name" = 'VALUE';Description
Retrieves the details of blueprint runs for a specified blueprint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| blueprint_name Required Input Column The name of the blueprint. | VARCHAR |
| max_results Input Column The maximum size of a list to return. | BIGINT |
| next_token Input Column A continuation token, if not all blueprint runs have been returned. | 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_runs Returns a list of BlueprintRun objects. | STRUCT( |
Show child fields
| |