AKAbhishek Kaushikinab-blog.hashnode.dev·Apr 3 · 5 min readI built a CLI data quality tool that goes beyond schema checks - here's what I learnedEvery data engineer has a version of this story. You've got schema checks in place. dbt tests are green. The pipeline ran clean this morning. And then someone from the analytics team pings you — the r10
AKAbhishek Kaushikinabkblog.dev·Jan 19, 2023 · 2 min readWhat is Time and Space complexityIn this blog, we will discuss what these terms mean and how they help us in problem-solving. First of all many of us might think that Time complexity = the time is taken by a machine to execute the program but we must understand that this is a miscon...00