aws.osis.get_pipeline_change_progress
Example SQL Queries
SELECT * FROMaws.osis.get_pipeline_change_progressWHERE"pipeline_name" = 'VALUE';Description
Returns progress information for the current change happening on an OpenSearch Ingestion pipeline. Currently, this operation only returns information when a pipeline is being created.
For more information, see Tracking the status of pipeline creation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pipeline_name Required Input Column The name of the pipeline. | 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 |
| change_progress_statuses The current status of the change happening on the pipeline. | STRUCT( |
Show child fields
| |