Contract Copilot
Learn more about Contract Copilot, a Soda AI-powered feature to edit data contracts.
Do this with Soda AI. Describe the change you want in plain English and Soda AI will update your contract from schema and metadata. You approve the diff.
Read more about Soda AI's capabilities.
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') %}
You are logged in to Soda and seeing the Dataset Standard license documentation. Learn more about Documentation access & licensing.
{% if (visitor.claims.plan === 'enterprise') %}
You are logged in to Soda and seeing the Team license documentation. Learn more about Documentation access & licensing.
{% if (visitor.claims.plan === 'enterpriseUserBased') %}
You are logged in to Soda and seeing the Enterprise license documentation. Learn more about Documentation access & licensing.
{% 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?
