For the complete documentation index, see llms.txt. This page is also available as Markdown.

Contract Copilot

Learn more about Contract Copilot, a Soda AI-powered feature to edit data contracts.

Contract Copilot is an AI assistant that helps teams understand, edit and evolve existing data contracts using natural language. It acts as an intelligent guide throughout the contract lifecycle, making it easier to define expectations, detect gaps, and keep contracts aligned with real-world data behavior, without ever accessing or processing your raw data.

It allows users to:

  • Add, modify, or remove checks

  • Update contracts faster without manually writing checks

  • Understand how a contract was changed


{% if (visitor.claims.plan === 'datasetStandard') %}

{% if (visitor.claims.plan === 'enterprise') %}

{% if (visitor.claims.plan === 'enterpriseUserBased') %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard') %}

You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.

If you do have a Soda license, make sure to log in to Soda Cloud in this same browser.

Last updated

Was this helpful?