Pipeline Performance & Efficiency Analysis
This cookbook demonstrates how to integrate Chicory AI with your data stack to proactively catch inefficient code and keep pipelines fast and stable.
The agent is triggered on pull requests or when a pipeline slows down, scanning code changes and suggesting fixes before merge.
Quick Start
Copy the GitHub Action into your repo.
Add your Chicory API secrets:
CHICORY_API_TOKEN
CHICORY_AGENT_ID
Open a pull request with changes to your models or SQL code.
Chicory AI will analyze the changes and post a performance review comment.
Contents
Introduction – Introduction to setup and tools
Agent Creation – Create/Deploy your Chicory Pipeline Analysis Agent
Github Action – GitHub Action template explained
Sample Comments – Example PR reviews
Troubleshooting – Common issues & fixes
Last updated