This diff adds a code example / tutorial for versioning/memoization. It is intended to get someone started with memoization in a relatively simple way, but also assumes some background knowledge about dagster concepts.
Details
Details
Test docs build and docs unit tests.
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- memoized_development_example
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
docs/next/src/pages/examples/memoized_development.mdx | ||
---|---|---|
4 | can include <ExampleReferenceLink filePath="examples/memoized_development" /> so you will get the little github link widget. | |
24 | maybe we can highlight the line tags={MEMOIZED_RUN_TAG: "true"}, | |
33 | should we link versioned_filesystem_io_manager to the api doc (using PyObject)? | |
34 | this breaks the line. | |
46 | nit: python -> Python | |
47–49 | it may not be very clear to the reader if this get_hash_for_file is system-provided or needs to be implemented by themselves. | |
60 | caption=sentence.py? |
Comment Actions
looking great! thanks for putting this together. very much look forward to getting this in front of users.