Introduction
This cookbook shows how to use Chicory AI agents to improve pipeline efficiency.
Tools & Integrations
BigQuery – SQL execution and runtime insights
dbt – Models and transformations
Airflow – DAG orchestration and pipeline lineage
DataHub / Redash – Metadata and dashboards
GitHub – Source control & pull request workflow
REST API – Deployment mechanism for Chicory agents
Problem: Cloud data warehouse queries and models often create inefficiencies. Without a comprehensive review of the entire data lakehouse environment, it becomes difficult to understand the broader impact that a proposed change may have on the system.
Quick Start
Copy the GitHub Action into your repo.
Add your Chicory API secrets:
CHICORY_API_TOKENCHICORY_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.
Last updated