aws.bedrock_agent.get_ingestion_job
Example SQL Queries
SELECT * FROMaws.bedrock_agent.get_ingestion_jobWHERE"data_source_id" = 'VALUE'AND "ingestion_job_id" = 'VALUE'AND "knowledge_base_id" = 'VALUE';Description
Gets information about a ingestion job, in which a data source is added to a knowledge base.
Table Definition
| Column Name | Column Data Type |
|---|---|
| data_source_id Required Input Column The unique identifier of the data source in the ingestion job. | VARCHAR |
| ingestion_job_id Required Input Column The unique identifier of the ingestion job. | VARCHAR |
| knowledge_base_id Required Input Column The unique identifier of the knowledge base for which the ingestion job applies. | 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
| |
| ingestion_job Contains details about the ingestion job. | STRUCT( |
Show child fields
| |