Let AI scaffold the models so you can obsess over the tests that make data trustworthy.
Get the Analytics Engineer briefIn 2026, AI copilots scaffold dbt models, write SQL transformations, and draft tests and documentation faster than any Analytics Engineer could by hand. That makes the role more valuable, not less: value concentrates in modeling data so downstream teams can trust it, designing tests that catch silent breakage, and shaping the semantic layer the whole company reasons on.
Paste these into Claude or ChatGPT and replace the bracketed parts with your own details.
I need a dbt model for [purpose] from source tables [describe]. Write the SQL following [conventions], set the right grain, and suggest the schema tests I should add.Here's a dbt model: [paste]. What silent failures could slip through — null spikes, grain changes, broken joins, duplicates? Write dbt tests to catch each.A downstream metric jumped [describe]. Here are the relevant models [paste]. Walk through the likely causes upstream and how to isolate which transformation introduced it.This model is expensive [paste SQL and describe run frequency]. Suggest incremental strategies, materialization changes, or refactors to cut cost without hurting freshness.We want a governed definition of [metric] in the semantic layer. Propose the definition, the dimensions it should be sliceable by, and the tests that keep it honest.Your full AI playbook for your role — updated every week. Tap any card for a step-by-step walkthrough and examples.
| Data Playbook | Writing and debugging SQL |
A query runs clean but returns zero rows. The bug is in your join or filter, not your syntax.
Claude FREE reads your SQL and spots the logic error
The old way You re-read the same 40 lines six times and start commenting out WHERE clauses at random. |
The AI way You paste the query, the schema, and what you expected. You get the likely cause in one read. |
Why it works: Most zero-row bugs are an inner join that should be left, or a filter that drops NULLs. A second reader catches those fast. You keep control of the fix.
Your role, all in one place
|
You’re subscribed as Analytics Engineer. · Update your roles · Manage preferences · Unsubscribe
The Morning Current · Powered by Atomic Media Group, LLC
One AI play, built for your role, every weekday morning. Free.