The list that keeps going viral
Every few weeks, some version of this post trends on LinkedIn:
"Getting into data engineering is actually pretty easy — learn SQL, learn Python, learn Databricks, learn data modeling, learn data pipelines with Airflow."
The comments split cleanly into two camps. Juniors bookmark it and set up a study plan. Seniors roll their eyes and mutter about the ten years they spent learning what the list leaves out.
Both camps are right, and that is what makes the list interesting. It is not wrong. It is just the first ten percent of the job, dressed up as the whole job.
What the list gets right
SQL is still the closest thing our industry has to a universal language. If you can write a clean window function, explain the difference between a left and an anti join, and reason about what the query planner is actually going to do, you already have more leverage than most people who call themselves data professionals.
Python is the glue. Not because it is beautiful — it often is not — but because it sits at the seam between data, orchestration, testing, and today, agents. A data engineer without Python is an engineer with one hand tied.
Databricks (or Snowflake, or BigQuery, or Fabric — pick your platform) is where the work actually lives now. Knowing one platform well beats knowing five superficially, and the concepts transfer: files become tables, tables become views, views become products.
Data modeling is the invisible one on the list, and it is the one that separates the people who ship from the people who firefight. Dimensional modeling, slowly changing dimensions, the difference between a fact and a metric — this is the grammar of the whole discipline.
Airflow is a stand-in for orchestration. Whether you use Airflow, Dagster, Prefect, or the workflow engine baked into your platform, the underlying skill is the same: reason about dependencies, retries, idempotency, and failure modes.
So the list is fine. It really is. If a friend asked us tomorrow how to become a data engineer, we would tell them to learn exactly those five things. And then we would tell them what the list quietly leaves out.
What the list leaves out
None of those five skills tell you what an "active customer" is at your company. None of them tell you why the finance team's revenue number is different from the product team's revenue number. None of them tell you which of the three columns called status is the one you should trust.
None of them tell you how to say "no" to a stakeholder who wants a dashboard by Friday when the underlying definition has not been agreed on. None of them tell you how to write a one-page memo that a VP will actually read. None of them tell you how to sit in a meeting with legal, security, and marketing and hold a line about what the data can and cannot say.
None of them tell you what to do when an AI agent is about to email a customer using a number your pipeline produced.
The list is a list of tools. The job is a job of meaning. The gap between those two things is where careers are made — or quietly stall out around year four.
The second list nobody puts on LinkedIn
If we were being honest, the second half of the list would look something like this. Learn to read a business — a P&L, a funnel, a customer lifecycle — well enough that you can predict which numbers your CEO will care about next quarter. Learn to write. Not documentation-writing, real writing: memos, decision docs, root-cause post-mortems. Learn to interview stakeholders like a journalist, not like a ticket-taker.
Learn how definitions get made and how they get broken. Every important number in your company started as a conversation between two people who probably do not work there anymore. Your job, quietly, is to be the person who keeps that conversation alive in code.
Learn what happens when things fail. Not just how to fix them — how to communicate them. Learn to say "the dashboard is wrong and here is why and here is when it will be right" without flinching. That single sentence, delivered calmly, is worth more than any certification.
Learn to work with AI without being replaced by it. The engineers who will thrive in 2026 are the ones who can hand a model the right context and get back something better than either could produce alone. That is not a prompt-engineering skill. It is a business-context skill.
Why context is the actual final boss
Once you have the five tools, every hard problem you hit for the rest of your career is a context problem. The pipeline is fine — the definition is wrong. The model is accurate — on the wrong grain. The dashboard is fast — nobody trusts the number. The agent is capable — it does not know what your company means by "eligible."
This is the argument we have been making for the last year, and it is why we wrote The Context Advantage: the durable edge for a data professional in the agentic era is not another tool on the list. It is the ability to turn what the business means into something a system can act on, safely and repeatably.
SQL, Python, Databricks, modeling, and Airflow will get you hired. Context will get you promoted, trusted, and — increasingly — kept when the rest of the team is automated away.
A more honest starting kit
If you are early in this journey, do not throw out the viral list. Use it. But treat it as a rope, not a summit. When you have the five tools, the second climb starts, and it is the longer one.
We put together a set of free resources at bricksnotes.com to help with that second climb — a short readiness quiz, a career toolkit, and a growing library of essays like this one. The Context Advantage, our book, is the long-form version of the argument above, written for the data + AI professionals doing the actual work.
You do not have to buy anything to start. You just have to accept, honestly, that the list is the beginning of the road, not the map.
"SQL, Python, Databricks, modeling, and Airflow will get you hired. Context will get you promoted, trusted, and kept."
Try this at work
- Take the viral five-item list seriously. Learn all five, deeply, in that order.
- For each tool, add a meaning question: what does this SQL query mean to the business, not just what it returns.
- This week, ask one senior stakeholder how they define a metric your team already reports on. Compare answers.
- Write a one-page memo about your last incident — what broke, why, and what will change. Practise the muscle.
- Bookmark bricksnotes.com/context-advantage/blog and read one essay a week for the next month. Free, no login.
If this resonated, The Context Advantage is the long-form field guide to the second climb — how to turn SQL, Python, and Airflow skills into a durable, business-aware career in the agentic era. Read the first chapters free at bricksnotes.com/context-advantage, or grab the full book at bricksnotes.com/buy.
Explore the book →Which of the five tools on the viral list did you master fastest — and which of the unspoken second-half skills is quietly holding your career back?