Sean Lopp @ Dagster Labs
Sean Lopp @ Dagster Labs
  • 28
  • 6 247
30 Days of Orchestration - Day 18
tinyurl.com/30daysdagster
Day 18 discloses a confession!
It also covers how to think about deploying Dagster code into production.
มุมมอง: 83

วีดีโอ

30 Days of Orchestration - Day 1730 Days of Orchestration - Day 17
30 Days of Orchestration - Day 17
มุมมอง 3815 วันที่ผ่านมา
tinyurl.com/30daysdagster Day 17 looks at how to implement conditional pipelines in Dagster.
30 Days of Orchestration - Day 1630 Days of Orchestration - Day 16
30 Days of Orchestration - Day 16
มุมมอง 6816 วันที่ผ่านมา
tinyurl.com/30daysdagster Day 16 talks about multi-assets, the case where one function call should create more than one asset; or in other words, when running one thing should lead to more record keeping / metadata / lineage updates on the dagster side.
30 Days of Orchestration - Day 1430 Days of Orchestration - Day 14
30 Days of Orchestration - Day 14
มุมมอง 12621 วันที่ผ่านมา
tinyurl.com/30daysdagster Day 14 is all about parallelization and concurrency. What should you do in an orchestrator vs in Python code? How can you dynamically create a bunch of (parallel) assets using an asset factory? This video covers these topics and more!
30 Days of Orchestration - Day 1330 Days of Orchestration - Day 13
30 Days of Orchestration - Day 13
มุมมอง 7021 วันที่ผ่านมา
tinyurl.com/30daysdagster Day 13 discusses how to move towards incremental data processing, with an example using daily partitions in Dagster. We also discuss how partitions allow you to easily backfill historic data.
30 Days of Orchestration - Day 1230 Days of Orchestration - Day 12
30 Days of Orchestration - Day 12
มุมมอง 5622 วันที่ผ่านมา
tinyurl.com/30daysdagster This video looks at how Dagster can be used to invoke pre-existing data processing code using Dagster pipes, similar to Airflow Operators.
30 Days of Orchestration - Day 1130 Days of Orchestration - Day 11
30 Days of Orchestration - Day 11
มุมมอง 7223 วันที่ผ่านมา
tinyurl.com/30daysdagster This video looks at adding data quality checks to data pipelines.
30 Days of Orchestration - Day1030 Days of Orchestration - Day10
30 Days of Orchestration - Day10
มุมมอง 11424 วันที่ผ่านมา
tinyurl.com/30daysdagster Today's challenge discusses how to make pipelines more "DRY" (less repetitive, easier to refactor) by encapsulating system interactions with resources.
30 Days of Orchestration - Day 930 Days of Orchestration - Day 9
30 Days of Orchestration - Day 9
มุมมอง 7425 วันที่ผ่านมา
tinyurl.com/30daysdagster This video shows how to parameterize pipelines with asset config.
30 Days of Orchestration - Day 830 Days of Orchestration - Day 8
30 Days of Orchestration - Day 8
มุมมอง 107หลายเดือนก่อน
tinyurl.com/30daysdagster This video shows one way to implement an event driven pipeline in Dagster using a sensor. SPOILER: I ended this video and the code had a bug! I fixed the bug in the solution, but watch the video and see if you can guess what the error was.
30 Days of Orchestration - Day 730 Days of Orchestration - Day 7
30 Days of Orchestration - Day 7
มุมมอง 79หลายเดือนก่อน
tinyurl.com/30daysdagster This video discusses various ways to pass data between Dagster assets.
30 Days of Orchestration - Day 630 Days of Orchestration - Day 6
30 Days of Orchestration - Day 6
มุมมอง 85หลายเดือนก่อน
tinyurl.com/30daysdagster This video shows how to add metadata and logs to Dagster. Along the way, enjoy some very hilarious real-time Python debugging.
30 Days of Orchestration - Day 530 Days of Orchestration - Day 5
30 Days of Orchestration - Day 5
มุมมอง 101หลายเดือนก่อน
tinyurl.com/30daysdagster This video shows how to update a Dagster asset to load a csv file into a data frame. As part of the process, LLM code generation is attempted, and the VS Code Python debugger/refactor tools are briefly used.
30 Days of Orchestration - Day 430 Days of Orchestration - Day 4
30 Days of Orchestration - Day 4
มุมมอง 88หลายเดือนก่อน
tinyurl.com/30daysdagster This video shows how to make a pipeline more robust to transient errors by introducing automatic retry conditions.
30 Days of Orchestration - Day 330 Days of Orchestration - Day 3
30 Days of Orchestration - Day 3
มุมมอง 145หลายเดือนก่อน
tinyurl.com/30daysdagster This video shows how to approach declarative automation for the case where you have 3 steps in a pipeline with complex SLAs for each. (Also, a sneak peak of Holiday Daggy!)