17 free courses — no signup wall
Architect-led enterprise cloud, security & AI
320+ downloadable toolkits — instant delivery
Skip to content
Data engineer

AI Data Engineering

The retrieval corpus is the product. Pipelines, vector stores, and the lineage behind them.

Who this is for

Data engineers feeding AI systems, who own freshness, quality, and provenance.

What you should be able to do

Run an ingestion pipeline with lineage, quality gates, and a reproducible embedding step.

Career ladder

The titles this track maps onto. Levels differ between companies — the useful part is the direction, and what each step adds to the one before it.

  1. Data Engineer
  2. AI Data Engineer
  3. Senior Data Engineer
  4. Staff Data Engineer
  5. Principal Data Architect

Tech stack

What the work is actually done with. Grouped by the job each tool does, so the list reads as a system rather than a pile of names.

Ingestion
AirflowDagsterdbt
Storage
PostgreSQLS3Delta LakeBigQuery
Vectors
pgvectorPineconeWeaviateMilvus
Graph
Neo4jKnowledge graphs
Quality
Great ExpectationsLineagePII detection

The delivery flow

The order the work actually happens in. Each step is where a decision gets made and written down, not a chapter heading.

  1. Source inventory
  2. Ingestion
  3. PII classification
  4. Transformation
  5. Quality gate
  6. Chunk + embed
  7. Index
  8. Freshness monitor

Reference repository structure

A starting layout for this track. The directories are the ones that get added late and hurt — decisions, evals, policy, lineage — promoted to the top level where they are visible.

data-platform/
├── sources/               # one connector per system of record
├── pipelines/
│   ├── ingest/
│   ├── transform/         # dbt models
│   └── embed/             # chunking + embedding, versioned
├── contracts/             # schema contracts, breaking-change gate
├── quality/               # expectations, run per pipeline
├── lineage/               # source -> chunk -> answer, traceable
├── pii/                   # classification rules and redaction
└── warehouse/

Primary sources

The standards, framework documents, and vendor references this track is built against. Go here when you need the authoritative wording rather than a summary — in a security review or an audit, the source is what counts.