aws.glue.get_workflow_run_properties
Example SQL Queries
SELECT * FROMaws.glue.get_workflow_run_propertiesWHERE"name" = 'VALUE'AND "run_id" = 'VALUE';Description
Retrieves the workflow run properties which were set during the run.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column Name of the workflow which was run. | VARCHAR |
| run_id Required Input Column The ID of the workflow run whose run properties should be 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 |
| run_properties The workflow run properties which were set during the specified run. | MAP(VARCHAR, VARCHAR) |