Nick Schrock

Results 89 issues of Nick Schrock

## Summary & Motivation ## How I Tested These Changes ## Changelog [New | Bug | Docs] > Replace this message with a changelog entry, or `NOCHANGELOG`

## Summary & Motivation We want to support all the asset types in `dag_defs` without changing core dagster. Unfortunately SourceAssets are not easily copyable, so I went through the external...

## Summary & Motivation Supports Cacheable Assets in Airlift, starting with the guts of `dag_defs`. This does this by cargoculting the pattern in cacheable_assets.py of adding a class per copy...

## Summary & Motivation We've been discussing different ways of lazy loading definitions and I wanted to flesh out some ideas I've had in this direction. * There is a...

## Summary & Motivation ## How I Tested These Changes ## Changelog [New | Bug | Docs] > Replace this message with a changelog entry, or `NOCHANGELOG`

## Summary & Motivation ## How I Tested These Changes ## Changelog [New | Bug | Docs] > Replace this message with a changelog entry, or `NOCHANGELOG`

## Summary & Motivation Builds on https://github.com/dagster-io/dagster/pull/23846 This shows how taking an approach that more cleanly separates metadata and compute combined with some builder cleverness could lead us to a...

## Summary & Motivation This is a follow up to our discussion yesterday in product staff to show how this would look in practical application. The idea here is a...

## Summary & Motivation Serdes does not handle cases where there are non-scalar, but serializable keys. @dpeng817's previous solution involved implementing a custom serializing, which seemed complicated and magical. This...