When a pipeline job fails, the AI automatically analyzes the error and provides a plain-English explanation of the root cause and suggested fix. This appears as a separate status entry after the error, making it easy to diagnose issues without reading stack traces.Documentation Index
Fetch the complete documentation index at: https://docs.datris.ai/llms.txt
Use this file to discover all available pages before exploring further.
How it works
When any pipeline stage (data quality, transformation, destination loading) throws an exception:- The error is logged to status as usual
- The error message and pipeline configuration are sent to the AI model
- The AI returns a concise explanation of what went wrong and how to fix it
- The explanation is written as a separate status entry (
AI Explanation: ...) and logged to the pipeline logs
Example
Error status:Configuration
No additional configuration is needed. AI error explanation is automatically enabled since an AI provider is required to run the platform.Requirements
- A configured AI provider (see AI Configuration)
