<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Data Today: Matillion</title>
  <subtitle>Field notes for teams building on the Matillion Data Productivity Cloud.</subtitle>
  <link href="https://data-today.net/matillion/feed.xml" rel="self" />
  <link href="https://data-today.net/" />
  <updated>2026-06-07T00:00:00Z</updated>
  <id>https://data-today.net/</id>
  <author>
    <name>Data Today Newsroom</name>
  </author>
  <entry>
    <title>Matillion&#39;s Data Productivity Cloud, explained for builders</title>
    <link href="https://data-today.net/matillion/matillion-data-productivity-cloud/" />
    <updated>2026-06-07T00:00:00Z</updated>
    <id>https://data-today.net/matillion/matillion-data-productivity-cloud/</id>
    <content type="html">&lt;p&gt;If you have used Matillion before, you probably picture the old ETL tool that ran on a VM you had to size, patch, and babysit. The &lt;strong&gt;Data Productivity Cloud (DPC)&lt;/strong&gt; is the rebuilt, cloud-native successor, and it changes enough about how pipelines run and bill that it is worth a proper walkthrough. This guide is the starting point for our studio: what the platform actually is, how a pipeline executes, and where the money goes.&lt;/p&gt;
&lt;p&gt;Matillion&#39;s pitch is that one platform should let three different kinds of people build the same pipeline: a low-code analyst dragging components in the Designer, an engineer writing dbt, SQL, or Python, and increasingly an AI agent under Matillion&#39;s &lt;strong&gt;Maia&lt;/strong&gt; brand. The interesting question for a builder is not the marketing claim, it is the plumbing underneath: what runs where, what you pay for, and where the platform helps versus gets in the way.&lt;/p&gt;
&lt;h2 id=&quot;what-is-the-data-productivity-cloud-concretely&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/#what-is-the-data-productivity-cloud-concretely&quot;&gt;&lt;span&gt;What is the Data Productivity Cloud, concretely?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The DPC is a fully managed, browser-based environment for data integration. You do not run a Matillion instance anymore. Instead, Matillion hosts the control plane and you connect it to your cloud data warehouse, typically &lt;a href=&quot;https://data-today.net/snowflake/&quot;&gt;Snowflake&lt;/a&gt;, Databricks, Amazon Redshift, Google BigQuery, or Microsoft Fabric.&lt;/p&gt;
&lt;p&gt;Two kinds of work happen in a DPC project:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Ingestion&lt;/strong&gt; pulls data from sources (databases, SaaS APIs, files) into your warehouse using prebuilt connectors and change data capture.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Transformation&lt;/strong&gt; reshapes that data once it lands, and this is the part that matters most for cost.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The key architectural fact is &lt;strong&gt;pushdown&lt;/strong&gt;. When you build a transformation pipeline in the Designer, Matillion does not move rows through its own engine. It compiles your pipeline into SQL and pushes that SQL down to your warehouse, which does the heavy lifting. That single design choice explains most of the platform&#39;s cost behaviour, which we will come back to.&lt;/p&gt;
&lt;h2 id=&quot;how-does-a-pipeline-actually-run&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/#how-does-a-pipeline-actually-run&quot;&gt;&lt;span&gt;How does a pipeline actually run?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A DPC project separates two pipeline types on purpose, and mixing them up is the most common beginner mistake.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Transformation pipelines&lt;/strong&gt; run SQL against your warehouse. They have no orchestration logic; they just transform.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Orchestration pipelines&lt;/strong&gt; are the conductor. They run ingestion jobs, call transformation pipelines, branch on success or failure, loop with iterators, and handle scheduling.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A healthy project keeps a thin orchestration layer that calls many focused transformation pipelines, rather than one giant pipeline that tries to do everything. The same discipline you would apply to functions in code applies here: small, named, reusable units.&lt;/p&gt;
&lt;p&gt;The chart below shows where the run minutes of a typical project go. The bulk of the time, roughly &lt;strong&gt;60 percent&lt;/strong&gt;, is transformation SQL executing inside your warehouse, around &lt;strong&gt;30 percent&lt;/strong&gt; is ingestion, and the remaining &lt;strong&gt;10 percent&lt;/strong&gt; is orchestration overhead. The exact mix varies, but the shape holds: your warehouse, not Matillion, is doing most of the work.&lt;/p&gt;
&lt;figure class=&quot;figure&quot;&gt;&lt;img src=&quot;https://data-today.net/posts/matillion-data-productivity-cloud-fig.png&quot; alt=&quot;Horizontal bars showing transformation pushdown taking about 60 percent of run minutes, ingestion 30 percent, and orchestration overhead 10 percent.&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot;&gt;&lt;figcaption&gt;Illustrative: a typical split of pipeline run minutes across transformation pushdown, ingestion, and orchestration overhead. Data Today.&lt;/figcaption&gt;&lt;/figure&gt;
&lt;h2 id=&quot;where-does-the-cost-actually-go&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/#where-does-the-cost-actually-go&quot;&gt;&lt;span&gt;Where does the cost actually go?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;This is the question that decides whether a DPC project stays affordable, and the answer has two halves that you pay separately.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Cost layer&lt;/th&gt;
&lt;th&gt;What you pay for&lt;/th&gt;
&lt;th&gt;Who bills you&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Matillion credits&lt;/td&gt;
&lt;td&gt;Pipeline runs and platform usage, metered by Matillion&lt;/td&gt;
&lt;td&gt;Matillion&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Warehouse compute&lt;/td&gt;
&lt;td&gt;The SQL pushdown that transformations execute&lt;/td&gt;
&lt;td&gt;Your cloud warehouse&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ingestion&lt;/td&gt;
&lt;td&gt;Rows or connectors moved, depending on plan&lt;/td&gt;
&lt;td&gt;Matillion&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Because transformation runs as pushdown SQL, a badly written pipeline does not just burn Matillion credits, it runs an expensive query on your warehouse and shows up on a second bill. &lt;strong&gt;The most common cost surprise is a transformation that scans far more data than it needs&lt;/strong&gt;, often because someone left a full reload where an incremental load belonged. Optimizing the SQL your pipeline generates is therefore a warehouse-cost exercise as much as a Matillion one, which is exactly why we treat cost as its own section.&lt;/p&gt;
&lt;h2 id=&quot;what-about-the-runners&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/#what-about-the-runners&quot;&gt;&lt;span&gt;What about the runners?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The DPC runs your pipelines on compute called &lt;strong&gt;runners&lt;/strong&gt;. Matillion offers fully hosted runners so you do not manage infrastructure, and self-hosted or cloud-hosted runner options for teams that need pipelines to execute inside their own network, for example to reach a private database without exposing it to the internet.&lt;/p&gt;
&lt;p&gt;The trade-off is the usual managed-versus-self-hosted one:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Hosted runners&lt;/strong&gt; are zero-maintenance and the fastest way to start, but they run in Matillion&#39;s environment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Self-hosted runners&lt;/strong&gt; keep execution and credentials inside your perimeter, at the cost of you owning the compute and its upkeep.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you handle regulated data or sit behind strict network controls, the runner choice is the first architectural decision to get right, well before you build a single pipeline.&lt;/p&gt;
&lt;h2 id=&quot;where-does-maia-the-ai-layer-fit&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/#where-does-maia-the-ai-layer-fit&quot;&gt;&lt;span&gt;Where does Maia, the AI layer, fit?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Maia is Matillion&#39;s name for the AI features layered across the DPC: copilots that help build and explain pipelines, agents that can take actions through API endpoints, and assistance for tasks like root cause analysis when a pipeline fails. The honest read is that this is the fastest-moving and least settled part of the platform, which is precisely why it deserves close, sceptical coverage rather than hype.&lt;/p&gt;
&lt;p&gt;For a builder, the practical stance is to let AI accelerate the boring parts, generating boilerplate transformations, suggesting fixes, explaining an unfamiliar pipeline, while keeping a human reviewing anything that touches production data. We will track each Maia capability as it ships and judge whether it is genuinely production-ready or still a demo.&lt;/p&gt;
&lt;h2 id=&quot;what-should-you-do-with-this&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/#what-should-you-do-with-this&quot;&gt;&lt;span&gt;What should you do with this?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;If you are evaluating or adopting the Data Productivity Cloud, a few principles travel well:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Treat your warehouse as the engine.&lt;/strong&gt; Most of your cost and performance lives in the pushdown SQL, not in Matillion. Profile the queries your pipelines generate.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Keep orchestration thin and transformations small.&lt;/strong&gt; Reusable, well-named pipelines age far better than monoliths.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Decide runners early.&lt;/strong&gt; Network and compliance constraints shape the whole project.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Adopt Maia deliberately.&lt;/strong&gt; Use it where review is cheap; gate it where mistakes are expensive.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This guide is the foundation. From here, the guides go deeper on each piece: ingestion connectors and change data capture, transformation patterns in the Designer, orchestration controls like iterators and scheduling, the FinOps habits that keep credits in check, and the Maia AI features as they land. The platform is moving quickly, and the goal here is the same as everywhere on Data Today: tell you what actually changed and what it means for the thing you are building.&lt;/p&gt;
&lt;h2 id=&quot;sources&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/#sources&quot;&gt;&lt;span&gt;Sources&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.matillion.com/&quot;&gt;Matillion Data Productivity Cloud documentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://roadmap.matillion.com/&quot;&gt;Matillion changelog and new features blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://www.matillion.com/&quot;&gt;Matillion product overview&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
  <entry>
    <title>Matillion Context Engine grounds Maia agent work</title>
    <link href="https://data-today.net/matillion/matillion-context-engine/" />
    <updated>2026-06-07T00:00:00Z</updated>
    <id>https://data-today.net/matillion/matillion-context-engine/</id>
    <content type="html">&lt;p&gt;A data agent that can build pipelines is useful. A data agent that knows which tables matter, which pipelines already touch them, and when to stop and ask you before firing a tool call is the version you can let near production.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Matillion Context Engine is the new public preview layer that gives Maia AI Agents knowledge graphs, crawlers, and task context, with Mission Control adding a 10 task in-progress cap around agent work.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Matillion shipped Context Engine and Mission Control together because the old problem with AI assistants in data engineering is not syntax. It is context. Maia can already build orchestration and transformation pipelines, query warehouse data, sample pipeline data, manage files, and commit or push changes inside the Data Productivity Cloud, according to Matillion&#39;s &lt;a href=&quot;https://docs.maia.ai/docs/guides/maia-ai-agents-overview&quot;&gt;Maia AI Agents overview&lt;/a&gt;. Context Engine gives those agents a living map of your warehouse metadata, pipeline execution history, business language, and project scope. Mission Control gives you a kanban board where that work becomes task shaped instead of chat shaped.&lt;/p&gt;
&lt;p&gt;If you are still getting oriented around the platform, start with our guide to &lt;a href=&quot;https://data-today.net/matillion/matillion-data-productivity-cloud/&quot;&gt;Matillion&#39;s Data Productivity Cloud for builders&lt;/a&gt;. This piece assumes you already build in Maia or Designer and now need to decide where Context Engine belongs in your operating model.&lt;/p&gt;
&lt;h2 id=&quot;what-did-matillion-actually-ship-in-context-engine&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-context-engine/#what-did-matillion-actually-ship-in-context-engine&quot;&gt;&lt;span&gt;What did Matillion actually ship in Context Engine?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Context Engine is in public preview, and the important object is the &lt;strong&gt;knowledge graph&lt;/strong&gt;. Matillion describes it as a way to capture the structure, relationships, and meaning of your data, then let Maia use that graph when it works on a task in Mission Control or chat. In plain builder terms: it is metadata grounding for Maia, scoped to projects and fed by crawlers, not another Markdown rules file with a nicer name.&lt;/p&gt;
&lt;p&gt;The Context Engine dashboard sits under the AI Agents icon in the left navigation. It lists knowledge graphs you can access, lets you filter by project, and supports search by name or description. From there, an Admin or Super Admin can add a knowledge graph, choose whether it is Public or Restricted, and give it a name and description, as Matillion&#39;s &lt;a href=&quot;https://docs.maia.ai/docs/guides/context-engine&quot;&gt;Context Engine documentation&lt;/a&gt; spells out.&lt;/p&gt;
&lt;p&gt;That Public or Restricted choice is not cosmetic. A public knowledge graph is available in all projects. A restricted graph is available only to selected projects. Matillion explicitly warns that public graphs should not ingest sensitive data that should not be available to all projects. That is the kind of sentence you should read twice before turning a sales operations graph into a company wide default.&lt;/p&gt;
&lt;p&gt;Once a graph exists, it has three important tabs:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Crawlers&lt;/strong&gt;, where you add and monitor crawlers that populate the graph.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Projects&lt;/strong&gt;, where you manage which projects can use a restricted graph.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Access&lt;/strong&gt;, where you add users who can manage the graph.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The crawler model is refreshingly concrete. Matillion supports &lt;strong&gt;2 crawler types&lt;/strong&gt;: Warehouse data crawlers and Pipeline execution crawlers. Warehouse data crawlers harvest warehouses and structured sources supported through connectors. Pipeline execution crawlers harvest executions for a chosen project and environment, giving Maia operational context about how work actually flows.&lt;/p&gt;
&lt;figure class=&quot;figure&quot;&gt;&lt;img src=&quot;https://data-today.net/posts/matillion-context-engine-fig-context-engine-controls.png&quot; alt=&quot;Bar chart of Matillion Context Engine and Mission Control controls: 2 crawler types, 2 graph availability modes, 4 Mission Control board columns, and a 10 task in-progress limit.&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot;&gt;&lt;figcaption&gt;Matillion documentation lists 2 Context Engine crawler types, 2 knowledge graph availability modes, 4 Mission Control board columns, and a 10 task in-progress limit.&lt;/figcaption&gt;&lt;/figure&gt;
&lt;p&gt;As the chart shows, the launch is not just a new button. Context Engine and Mission Control introduce &lt;strong&gt;2 crawler types&lt;/strong&gt;, &lt;strong&gt;2 graph availability modes&lt;/strong&gt;, &lt;strong&gt;4 task board columns&lt;/strong&gt;, and a &lt;strong&gt;10 task in-progress limit&lt;/strong&gt;. Those numbers matter because they turn agent context into something you can scope, schedule, and govern.&lt;/p&gt;
&lt;p&gt;Crawler setup has a few warehouse specific details. For Warehouse data crawlers, the data selection step depends on the target: Snowflake uses databases and schemas, Databricks uses catalog and schemas, and Amazon Redshift uses schemas. You can schedule crawler runs with Standard settings or Advanced schedule settings, including a cron expression. You can also run a crawler on demand with Run now.&lt;/p&gt;
&lt;p&gt;The crawler status model gives you the minimum you need to operate it: Successful, Initializing, Extracting, Pending, Paused, and Failed. You can inspect the latest crawl or crawl history, including status, start time, end time, and duration. That is not observability nirvana, but it is enough to answer the first operational question: did the graph refresh before Maia used it?&lt;/p&gt;
&lt;h2 id=&quot;how-does-maia-use-the-graph-when-it-starts-a-task&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-context-engine/#how-does-maia-use-the-graph-when-it-starts-a-task&quot;&gt;&lt;span&gt;How does Maia use the graph when it starts a task?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The graph becomes useful when you attach it to Maia&#39;s work. In Mission Control, the New task dialog includes Project, Branch, Environment, Knowledge Graph, and Prompt fields. The Knowledge Graph drop-down selects the graph Maia will use to inform that task, according to Matillion&#39;s &lt;a href=&quot;https://docs.maia.ai/docs/guides/mission-control&quot;&gt;Mission Control guide&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The same idea appears in the Agent Tasks API as &lt;code&gt;graphId&lt;/code&gt;. That is the cleanest signal that Context Engine is not just a UI feature. You can pass graph context into programmatic agent work.&lt;/p&gt;
&lt;pre class=&quot;language-bash&quot; tabindex=&quot;0&quot;&gt;&lt;code class=&quot;language-bash&quot;&gt;&lt;span class=&quot;token function&quot;&gt;curl&lt;/span&gt; &lt;span class=&quot;token parameter variable&quot;&gt;--request&lt;/span&gt; POST &lt;span class=&quot;token punctuation&quot;&gt;&#92;&lt;/span&gt;
  &lt;span class=&quot;token parameter variable&quot;&gt;--url&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;&lt;span class=&quot;token variable&quot;&gt;$BASE_URL&lt;/span&gt;/v1/ai/agents/tasks&quot;&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;&#92;&lt;/span&gt;
  &lt;span class=&quot;token parameter variable&quot;&gt;--header&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;Authorization: Bearer &lt;span class=&quot;token variable&quot;&gt;$MATILLION_TOKEN&lt;/span&gt;&quot;&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;&#92;&lt;/span&gt;
  &lt;span class=&quot;token parameter variable&quot;&gt;--header&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;Content-Type: application/json&quot;&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;&#92;&lt;/span&gt;
  &lt;span class=&quot;token parameter variable&quot;&gt;--data&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&#39;{
    &quot;message&quot;: &quot;Plan a pipeline for daily net revenue by region using our governed sales model.&quot;,
    &quot;agentConfig&quot;: {
      &quot;name&quot;: &quot;data_engineer_agent&quot;,
      &quot;mode&quot;: &quot;PLAN&quot;,
      &quot;projectId&quot;: &quot;a1b2c3d4-e5f6-7890-abcd-ef1234567890&quot;,
      &quot;sourceBranchName&quot;: &quot;main&quot;,
      &quot;environmentName&quot;: &quot;development&quot;,
      &quot;targetBranchName&quot;: &quot;feature/revenue-region-plan&quot;,
      &quot;graphId&quot;: &quot;finance-analytics-graph&quot;
    }
  }&#39;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Matillion&#39;s &lt;a href=&quot;https://docs.maia.ai/docs/api-reference/using-agent-tasks-api&quot;&gt;Agent Tasks API guide&lt;/a&gt; defines &lt;code&gt;name&lt;/code&gt; as currently always &lt;code&gt;data_engineer_agent&lt;/code&gt;, &lt;code&gt;mode&lt;/code&gt; as either &lt;code&gt;ACT&lt;/code&gt; or &lt;code&gt;PLAN&lt;/code&gt;, and &lt;code&gt;graphId&lt;/code&gt; as the ID of a Knowledge Layer service graph. Use &lt;code&gt;PLAN&lt;/code&gt; when you want the graph to shape a design without letting Maia make changes yet. Use &lt;code&gt;ACT&lt;/code&gt; only when you are comfortable with the branch, environment, and permissions.&lt;/p&gt;
&lt;p&gt;That branch point matters. Each task works in isolation on its own branch when you create work through the API. Matillion also says Agent Tasks API work runs under the identity of the user associated with the API key, and changes are not automatically visible to other project users unless Maia commits and pushes to the target branch. Good. Agent work should leave a diff, not a mystery.&lt;/p&gt;
&lt;p&gt;There is one practical catch: the docs say these endpoints currently work only with Matillion-hosted and GitHub projects. If your team is standardized on another Git provider, test the path before you design a team process around it.&lt;/p&gt;
&lt;h2 id=&quot;how-is-context-engine-different-from-context-files&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-context-engine/#how-is-context-engine-different-from-context-files&quot;&gt;&lt;span&gt;How is Context Engine different from context files?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Context files still matter. They are Markdown files that Maia always reads from &lt;code&gt;.matillion/maia/rules/&lt;/code&gt;, and Matillion enforces a &lt;strong&gt;12,000 character limit&lt;/strong&gt; across all Markdown context files in that directory. They are the right place for rules: naming conventions, design standards, business glossary shortcuts, and team preferences.&lt;/p&gt;
&lt;p&gt;Context Engine is for the map.&lt;/p&gt;
&lt;p&gt;Here is the split that should guide your setup:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Mechanism&lt;/th&gt;
&lt;th&gt;Best use&lt;/th&gt;
&lt;th&gt;Concrete limit or setting&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Context files&lt;/td&gt;
&lt;td&gt;Always applied rules for a project&lt;/td&gt;
&lt;td&gt;Stored under &lt;code&gt;.matillion/maia/rules/&lt;/code&gt; with a 12,000 character total limit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Additional project files&lt;/td&gt;
&lt;td&gt;Detailed standards Maia can reference when instructed&lt;/td&gt;
&lt;td&gt;Stored outside &lt;code&gt;.matillion/...&lt;/code&gt; and referenced from a context file&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Context Engine knowledge graphs&lt;/td&gt;
&lt;td&gt;Warehouse metadata, relationships, semantics, and execution context&lt;/td&gt;
&lt;td&gt;Fed by Warehouse data and Pipeline execution crawlers&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The best setup uses both. Put hard rules in context files: table prefixes, environment constraints, source of truth definitions, and review expectations. Put metadata and process reality in Context Engine: schemas, columns, tags, warehouse structures, and pipeline execution history.&lt;/p&gt;
&lt;p&gt;Do not stuff everything into the graph because it feels newer. If a rule is small, stable, and mandatory, put it in a context file. If the context changes as pipelines run and schemas evolve, put it in the graph.&lt;/p&gt;
&lt;h2 id=&quot;what-does-it-cost-and-where-can-it-surprise-the-bill&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-context-engine/#what-does-it-cost-and-where-can-it-surprise-the-bill&quot;&gt;&lt;span&gt;What does it cost, and where can it surprise the bill?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Matillion&#39;s public docs do not publish a separate Context Engine credit rate in the pages reviewed for this guide. That absence is its own buying signal. You should not treat public preview as free forever, and you should not assume every action has a visible line item until you validate it with your account data.&lt;/p&gt;
&lt;p&gt;There are &lt;strong&gt;3 cost surfaces&lt;/strong&gt; to watch.&lt;/p&gt;
&lt;p&gt;First, crawler frequency. A Warehouse data crawler connects to data warehouse structures such as Snowflake databases and schemas, Databricks catalogs and schemas, or Redshift schemas. Even if Matillion does not show a separate Context Engine meter in the public docs, that crawler is still operating against systems you pay to run. Start with a low frequency schedule, then increase it only for domains where schema drift or metadata freshness affects real delivery.&lt;/p&gt;
&lt;p&gt;Second, agent work. Maia can validate and run pipelines, query the data warehouse, sample component output, commit changes, and push branches. Mission Control lets up to &lt;strong&gt;10 tasks&lt;/strong&gt; sit in the In progress column at once. Ten autonomous tasks pointed at a development warehouse can be a productivity win. Ten autonomous tasks repeatedly sampling, running, and revising pipelines can also turn a quiet sandbox into a noisy bill.&lt;/p&gt;
&lt;p&gt;Third, preapproved tools. The Agent Tasks API supports &lt;code&gt;grantedPermissions&lt;/code&gt;, and the Mission Control UI has Ask permission and Bypass permissions modes. Matillion recommends Ask permission as the default and Bypass permissions only for trusted hands-off runs in scoped environments. That is not conservative vendor boilerplate. It is the right default for anyone who has ever watched a retry loop discover money.&lt;/p&gt;
&lt;p&gt;For cost monitoring, Matillion&#39;s MCP server exposes Consumption tools, including &lt;code&gt;get-consumption&lt;/code&gt; for flat-rated products and &lt;code&gt;get-consumption-etl-users&lt;/code&gt; for ETL users, and it can help analyze credit consumption patterns through an AI assistant via the &lt;a href=&quot;https://docs.maia.ai/docs/api-reference/mcp-server&quot;&gt;MCP server documentation&lt;/a&gt;. Use that for investigation, but do not let an assistant be your only FinOps control. Pull consumption on a schedule, tag task branches clearly, and compare before and after you enable crawler schedules.&lt;/p&gt;
&lt;p&gt;A sane rollout looks like this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create one restricted knowledge graph for a single analytics domain.&lt;/li&gt;
&lt;li&gt;Add one Warehouse data crawler and one Pipeline execution crawler.&lt;/li&gt;
&lt;li&gt;Schedule crawls outside peak warehouse windows.&lt;/li&gt;
&lt;li&gt;Run Maia tasks in &lt;code&gt;PLAN&lt;/code&gt; mode first.&lt;/li&gt;
&lt;li&gt;Keep Ask permission on until you know which tools Maia calls repeatedly.&lt;/li&gt;
&lt;li&gt;Review consumption and warehouse activity after one week.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The boring version wins.&lt;/p&gt;
&lt;h2 id=&quot;when-should-you-use-mission-control-with-context-engine&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-context-engine/#when-should-you-use-mission-control-with-context-engine&quot;&gt;&lt;span&gt;When should you use Mission Control with Context Engine?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Use Mission Control when the work has a deliverable. A chat is fine for asking Maia to explain a Table Input component or suggest a naming convention. A Mission Control task is better when you want Maia to design a pipeline, modify project files, create a connector, analyze a failure, or work from a PDF spec.&lt;/p&gt;
&lt;p&gt;The task board has &lt;strong&gt;4 columns&lt;/strong&gt;: Backlog, In progress, Needs attention, and Completed. That sounds simple because it is. The useful part is that each task has its own chat interface, and you can switch between tasks without losing context. For a data team, that maps better to real work than one endless assistant thread.&lt;/p&gt;
&lt;p&gt;Mission Control also adds attachments. You can attach images and PDFs to a task prompt, then reference them with &lt;code&gt;@filename&lt;/code&gt;. Matillion says images can include diagrams, screenshots, mockups, and whiteboard photos, while PDFs can include specs, requirements documents, and reports. Text files are not supported as attachments because Maia can already read project text files.&lt;/p&gt;
&lt;p&gt;Use that for pipeline triage. A screenshot of a broken canvas plus a pipeline execution crawler is exactly the kind of mixed context that a human engineer would ask for. The difference is Maia can now carry that context into a branch and produce work you can review.&lt;/p&gt;
&lt;p&gt;Do not use Mission Control as a merge gate. Matillion says completing a task does not make changes visible on other branches. You still need to commit, push, and merge. Maia cannot merge changes, which is a good boundary. Keep code review, pipeline tests, and environment promotion in your normal process.&lt;/p&gt;
&lt;h2 id=&quot;what-would-i-do-first-in-a-real-matillion-team&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-context-engine/#what-would-i-do-first-in-a-real-matillion-team&quot;&gt;&lt;span&gt;What would I do first in a real Matillion team?&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Start with one graph per domain, not one graph per company. Finance, customer, product, and operations usually have different semantics and different blast radiuses. A public all-company graph sounds convenient until it contains restricted HR tables or ambiguous definitions that poison every prompt.&lt;/p&gt;
&lt;p&gt;Then tune freshness by risk. Operational pipeline execution context can go stale quickly if you are actively refactoring. Warehouse schema metadata may not need hourly crawls if your governed marts change weekly. Context Engine supports any number of Warehouse data and Pipeline execution crawlers on a graph, so separate them by source and schedule rather than creating one giant crawler that nobody wants to touch.&lt;/p&gt;
&lt;p&gt;Use &lt;code&gt;PLAN&lt;/code&gt; mode as your default for the first few tasks. Ask Maia to propose pipeline structure, sources, joins, variable usage, and tests while grounded in the selected graph. Once the plans look sane, let a narrow &lt;code&gt;ACT&lt;/code&gt; task implement on a feature branch.&lt;/p&gt;
&lt;p&gt;Most of all, measure whether Context Engine reduces clarification loops. The win is not that Maia can produce more pipeline files. The win is fewer wrong assumptions about &lt;code&gt;customer_id&lt;/code&gt;, fewer duplicated staging models, fewer prompts that repeat your business glossary, and fewer reviews that start with: who told the agent to use that table?&lt;/p&gt;
&lt;p&gt;If Context Engine does that, it earns a place in the stack. If it becomes another metadata garden that nobody prunes, Maia will learn your mess at machine speed.&lt;/p&gt;
&lt;h2 id=&quot;sources&quot; tabindex=&quot;-1&quot;&gt;&lt;a class=&quot;header-anchor&quot; href=&quot;https://data-today.net/matillion/matillion-context-engine/#sources&quot;&gt;&lt;span&gt;Sources&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.maia.ai/docs/guides/context-engine&quot;&gt;Matillion Maia docs: Context Engine&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.maia.ai/docs/guides/mission-control&quot;&gt;Matillion Maia docs: Mission Control&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.maia.ai/docs/api-reference/using-agent-tasks-api&quot;&gt;Matillion Maia docs: Using the Agent Tasks API&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.maia.ai/docs/guides/maia-ai-agents-overview&quot;&gt;Matillion Maia docs: Maia AI Agents overview&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.maia.ai/docs/guides/maia-context-files&quot;&gt;Matillion Maia docs: Context files&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.maia.ai/docs/api-reference/mcp-server&quot;&gt;Matillion Maia docs: Matillion MCP server&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://docs.maia.ai/docs/changelog/2026-changelog&quot;&gt;Matillion Maia changelog: 2026 changelog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</content>
  </entry>
</feed>