get_instructions
Retrieve step-by-step instructions for common Bauplan tasks, including pipeline creation, data ingestion with WAP, troubleshooting repairs, and testing data quality.
Instructions
Get detailed instructions for specific Bauplan use cases to be used to solve the task, possibly suggesting further tool usage.
Args: use_case: The use case to get instructions for. Must be one of: - 'pipeline': Instructions for creating and managing data pipelines - 'data': Instructions for reading data and metadata, including data lineage information - 'repair': Instructions for repairing failed pipelines - 'wap': Instructions for data ingestion using the Write-Audit-Publish (WAP) pattern - 'test': Instructions for creating and managing data expectations and quality tests - 'sdk': Instructions for explaining Bauplan SDK methods and verifying their syntax and usage
Returns: Prompt: Object containing the detailed instructions for the specified use case, to be used by the caller to further plan which tools to use and how to use them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| use_case | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes |