validate_manifest
Validates manifest CSV files from S3 by checking required fields, data format, value constraints, and file existence before optionally posting samples to the API.
Instructions
Validate a manifest CSV file from S3.
Checks required fields, data format, value constraints, and file existence.
Args: manifest_uri: S3/GS path to the manifest CSV file files_uri: S3/GS path where files in manifest are located manifest_version: Manifest version to validate against (e.g., 'DTS12.1') post_to_api: If true, post samples to API after successful validation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files_uri | No | ||
| post_to_api | No | ||
| manifest_uri | Yes | ||
| manifest_version | No |