November 2025 Summaries
3 posts from Dagster
Filter
Month:
Year:
Post Summaries
Back to Blog
In data engineering, premature optimization often leads engineers to focus on the wrong issues, typically optimizing Python code rather than addressing more impactful bottlenecks like I/O and database query inefficiencies. This profiling-first framework advocates identifying real performance bottlenecks by measuring and classifying issues before applying optimizations. It emphasizes fixing I/O and query inefficiencies, such as avoiding full table scans and employing clustering in databases, over micro-optimizations in Python. The approach includes using profiling tools to measure execution time and resource usage, leveraging orchestration platforms like Dagster for built-in observability, and employing exponential backoff for handling transient failures in I/O operations. The framework advises against optimizing infrequently run code or adding complexity without significant runtime benefits, encouraging engineers to focus on architecture improvements, such as data partitioning and incremental processing. The goal is to deliver reliable data on time, often achieved by recognizing when performance is already sufficient and prioritizing optimizations that provide clear returns on investment.
Nov 17, 2025
3,317 words in the original blog post.
Compass is an AI-powered data analysis tool designed to integrate seamlessly with existing data warehouses like Snowflake, BigQuery, Redshift, and others, providing users with direct, AI-generated insights through Slack without the need for dashboards or waiting for data team responses. By enabling users to ask questions in plain English and receive immediate answers with charts and context, Compass aims to transform data analysis from a bottleneck into a collaborative process, allowing data teams to engage directly in the analysis and offer contextual expertise. It maintains data governance by keeping data within existing infrastructure and uses advanced encryption and workspace isolation for security. The tool accelerates exploratory analysis and supports multi-step queries, enabling teams to engage in data-driven conversations without leaving Slack, enhancing productivity and collaboration. It is currently available for public use, with ongoing development to integrate more features and support more platforms.
Nov 13, 2025
1,282 words in the original blog post.
Scaling Data Teams is a practical eBook released by Dagster, designed to help data teams of varying sizes—from solo practitioners to enterprise-scale organizations—navigate the challenges of building and scaling data platforms with clarity and confidence. The book offers a roadmap for growth, addressing specific challenges faced by teams at different stages: from balancing requests and scalable tool selection for solo practitioners, to building credibility through quality testing and collaboration in small teams, ensuring reliability in growing teams, and establishing governance and cross-team collaboration for enterprise teams. It includes real-world case studies from companies like Erewhon, StashAway, Vanta, and Otto, illustrating how these teams successfully scaled their platforms. Emphasizing practical decision-making over chasing trends, the eBook provides mental models, practical examples, and guiding principles to empower teams to deliver current value while preparing for future scalability. The guide is available for free download, and readers are encouraged to engage with Dagster through various channels for feedback, discussions, and potential collaboration.
Nov 05, 2025
343 words in the original blog post.