About this episode
Aug 2
Why Multi-Agent Systems Need Shared State, Graph Semantics, and Governance
Summary In this episode Ragnor Comerford talks about OmniGraph, a lakehouse-native graph storage layer designed around the needs of agentic systems. He explores how graphs are primarily a semantic model for representing the world, rather than just a specialized engine for travers ... Show More
1h 2m
Jul 6
Building the Context Flywheel for AI Data Agents
Summary In this episode Prukalpa Sankar, co-founder of Atlan, talks about what it takes to build a “context flywheel” for AI agents in data-intensive organizations. She explained why model intelligence alone isn’t enough to make AI useful in production, and how real performance d ... Show More
1 h
Jun 18
Holding Kafka Right: Product-Friendly Streaming with TypeStream
Summary In this episode Jevin Maltais talks about the practical realities of building reliable, product-focused streaming systems with Kafka. Jevin shares lessons from roles at Zapier, Humi, and Clio, where real-time synchronization, customer data unification, and document sync a ... Show More
49m 51s
Oct 2024
825: Data Contracts: The Key to Data Quality, with Chad Sanderson
Data contracts are redefining data quality and governance, and Chad Sanderson, CEO of Gable.ai, joins host Jon Krohn to explain how they can transform your data strategy. He breaks down what data contracts are, how they shift data quality checks closer to production, and why they ... Show More
1h 2m
Mar 2023
51: How to Solve Any Data Analytics Error You Face...
<p>Let's face it; data analytics can sometimes be a real pain in the spreadsheet.</p>
<p>You spend hours analysing data, writing code, and crafting reports, only to have one mystery bug stop your work from progressing.</p>
<p>I'll show you my 10-step guide for solving ANY ... Show More
18m 58s
Feb 2025
How Can GenAI Make Analytics More Accessible to Product Teams? (with Mario Ciabarra)
<p>Whether you prefer the term data-driven, or data-informed, or data-dazzled, it doesn't matter—today's tech cannot survive without high quality data sets AND the tools to use them effectively. But we also can't afford to think about data as the responsibility of ... Show More
27m 46s
Jun 2023
#593: AWS Glue Data Quality
Hundreds of thousands of customers build data lakes everyday and these data lakes can quickly become data swamps if they dont pay attention to the data quality. Setting up data quality can be a time-consuming, tedious process. Shiv Narayanan, Product Manager for AWS Glue chats wi ... Show More
19m 7s
Sep 2025
My Playbook for Data-Empowered Operations (261)
<p>This week’s podcast is a quick summary of how to use data in operations. </p><p>You can listen to this podcast <a href='https://jefftowson.com/2025/09/my-playbook-for-data-empowered-operations-tech-strategy-podcast-261/'>here</a>, which has the slides and graphics mentioned. A ... Show More
33m 31s
Nov 2021
AI Today Podcast: AI Education Series: Managing Data for AI
This podcast episode provides a snippet of Cognilytica’s AI and ML education from our Cognilytica Education Subscription. Data is at the heart of AI. It should be no surprise then that proper data management is crucial for AI projects. This podcast is an excerpt from our Cognilyt ... Show More
24m 25s
Apr 2023
Data Quality Awareness -- George Corugedo // Redpoint Global
<p>George Corugedo, Chief Technology Officer at Redpoint Global, talks about data quality. Data can be tremendously useful for driving business decisions. But, the business must be confident in the quality of the data or they’ll revert to intuition-driven decisions. Today, George ... Show More
16m 24s
Summary
Data quality is a concern that has been gaining attention alongside the rising importance of analytics for business success. Many solutions rely on hand-coded rules for catching known bugs, or statistical analysis of records to detect anomalies retroactively. While those are useful tools, it is far better to prevent data errors before they become an outsized issue. In this episode Gleb Mezhanskiy shares some strategies for adding quality checks at every stage of your development and deployment workflow to identify and fix problematic changes to your data before they get to production.
Announcements
- Hello and welcome to the Data Engineering Podcast, the show about modern data management
- You listen to this show to learn about all of the latest tools, patterns, and practices that power data engineering projects across every domain. Now there’s a book that captures the foundational lessons and principles that underly everything that you hear about here. I’m happy to announce I collected wisdom from the community to help you in your journey as a data engineer and worked with O’Reilly to publish it as 97 Things Every Data Engineer Should Know. Go to dataengineeringpodcast.com/97things today to get your copy!
- When you’re ready to build your next pipeline, or want to test out the projects you hear about on the show, you’ll need somewhere to deploy it, so check out our friends at Linode. With their managed Kubernetes platform it’s now even easier to deploy and scale your workflows, or try out the latest Helm charts from tools like Pulsar and Pachyderm. With simple pricing, fast networking, object storage, and worldwide data centers, you’ve got everything you need to run a bulletproof data platform. Go to dataengineeringpodcast.com/linode today and get a $100 credit to try out a Kubernetes cluster of your own. And don’t forget to thank them for their continued support of this show!
- RudderStack’s smart customer data pipeline is warehouse-first. It builds your customer data warehouse and your identity graph on your data warehouse, with support for Snowflake, Google BigQuery, Amazon Redshift, and more. Their SDKs and plugins make event streaming easy, and their integrations with cloud applications like Salesforce and ZenDesk help you go beyond event streaming. With RudderStack you can use all of your customer data to answer more difficult questions and then send those insights to your whole customer data stack. Sign up free at dataengineeringpodcast.com/rudder today.
- We’ve all been asked to help with an ad-hoc request for data by the sales and marketing team. Then it becomes a critical report that they need updated every week or every day. Then what do you do? Send a CSV via email? Write some Python scripts to automate it? But what about incremental sync, API quotas, error handling, and all of the other details that eat up your time? Today, there is a better way. With Census, just write SQL or plug in your dbt models and start syncing your cloud warehouse to SaaS applications like Salesforce, Marketo, Hubspot, and many more. Go to dataengineeringpodcast.com/census today to get a free 14-day trial.
- Your host is Tobias Macey and today I’m interviewing Gleb Mezhanskiy about strategies for proactive data quality management and his work at Datafold to help provide tools for implementing them
Interview
- Introduction
- How did you get involved in the area of data management?
- Can you describe what you are building at Datafold and the story behind it?
- What are the biggest factors that you see contributing to data quality issues?
- How are teams identifying and addressing those failures?
- How does the data platform architecture impact the potential for introducing quality problems?
- What are some of the potential risks or consequences of introducing errors in data processing?
- How can organizations shift to being proactive in their data quality management?
- How much of a role does tooling play in addressing the introduction and remediation of data quality problems?
- Can you describe how Datafold is designed and architected to allow for proactive management of data quality?
- What are some of the original goals and assumptions about how to empower teams to improve data quality that have been challenged or changed as you have worked through building Datafold?
- What is the workflow for an individual or team who is using Datafold as part of their data pipeline and platform development?
- What are the organizational patterns that you have found to be most conducive to proactive data quality management?
- Who is responsible for identifying and addressing quality issues?
- What are the most interesting, innovative, or unexpected ways that you have seen Datafold used?
- What are the most interesting, unexpected, or challenging lessons that you have learned while working on Datafold?
- When is Datafold the wrong choice?
- What do you have planned for the future of Datafold?
Contact Info
Parting Question
- From your perspective, what is the biggest gap in the tooling or technology for data management today?
Closing Announcements
- Thank you for listening! Don’t forget to check out our other show, Podcast.__init__ to learn about the Python language, its community, and the innovative ways it is being used.
- Visit the site to subscribe to the show, sign up for the mailing list, and read the show notes.
- If you’ve learned something or tried out a project from the show then tell us about it! Email hosts@dataengineeringpodcast.com) with your story.
- To help other people find the show please leave a review on iTunes and tell your friends and co-workers
- Join the community in the new Zulip chat workspace at dataengineeringpodcast.com/chat
Links
The intro and outro music is from The Hug by The Freak Fandango Orchestra / CC BY-SA
Special Guest: Gleb Mezhanskiy.
Support Data Engineering Podcast