Tag view

#data-quality

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with data-quality

3 cards

ETL / Data Engineering Medium Theory

What are data quality checks?

Data quality checks validate assumptions like null rates, uniqueness, schema shape, and accepted value ranges.

  • Catch bad data early
  • Automate checks in pipelines
  • Alert instead of silently passing errors

What are data quality checks?

ETL / Data Engineering Medium Theory

What is late arriving data?

Late arriving data shows up after the expected processing window and can break simple incremental assumptions.

  • Common in event systems
  • Needs watermark or backfill strategy
  • Affects correctness of incremental models

What is late arriving data?