Classifying a Million Snowflake Columns in 9 Days, Solo, with Dagster
data governance. I built a tiered AI classification system, human review workflow, and the Dagster orchestration that ties it all together in production in nine days.
Oops! Something went wrong while submitting the form.
March 11, 2024
New Dagster Integration: Include OpenAI Calls Into Your Data Pipelines
The new dagster-openai integration lets you tap into the power of LLMs in a cost-efficient way.
Yuhan Luo
Engineering
February 27, 2024
Breaking Packages in Python
An exposé of the nooks and crannies of Python’s modules and packages.
Pedram Navid
Engineering
February 23, 2024
Balancing the Data Scales: Centralization vs. Decentralization
Learn how organizations can harness the strengths of both approaches to optimize their data operations.
TéJaun RiChard
Engineering
February 8, 2024
Standardize Pipelines with Domain-Specific Languages
By implementing DSLs, data teams can open their data platform to many more users without compromising on standards.
Elliot Gunn
Engineering
February 5, 2024
Thinking in Assets When Building Data Pipelines
How to develop data pipelines using Software-defined Assets.
Tim Castillo
Engineering
December 4, 2023
How Dagster Labs runs Dagster: Open-Sourcing our Own Pipelines
A technical deep dive into the patterns and implementations of the Dagster Open Platform using our open-sourced code and dbt models.
Tim Castillo
Engineering
November 29, 2023
Scaling Dagster’s DAG Visualization to Handle Tens of Thousands of Assets
How the Dagster frontend team rapidly scaled Dagster’s DAG visualization for enterprise-sized data asset graphs.
Jordan Sanders
Engineering
November 20, 2023
High-performance Python for Data Engineering
Learn how to optimize your Python data pipeline code to run faster with our high-performance Python guide for data engineers.
Elliot Gunn
Engineering
October 20, 2023
CI/CD and Data Pipeline Automation (with Git)
Learn how to automate data pipelines and deployments by integrating Git and CI/CD in our Python for data engineering series.
Elliot Gunn
Engineering
October 13, 2023
Introducing Dagster External Assets
Use Dagster’s External Assets feature for data observability, lineage, data quality, and cataloging while bringing your own orchestration and scheduling.
Nick Schrock
Engineering
October 13, 2023
Introducing Dagster Pipes
A new protocol and toolkit for integrating and launching compute into remote execution environments from Dagster.
Nick Schrock
Engineering
October 12, 2023
Stop Reinventing Orchestration: Embedded ELT in the Orchestrator
Solve data ingestion issues with Dagster's Embedded ELT feature, a lightweight embedded library.