get_latest_manifest
Retrieve the path of the most recent manifest CSV file from an S3 bucket by recursively searching for filenames containing 'manifest'.
Instructions
Get the latest manifest file path from an S3 bucket.
Searches recursively for CSV files containing 'manifest' in their name.
Args: s3_path: S3 path to search (e.g., s3://bucket-name/path/to/manifests)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s3_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |