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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
docs/next/src/pages/examples/memoized_development.mdx | ||
---|---|---|
5 | can include <ExampleReferenceLink filePath="examples/memoized_development" /> so you will get the little github link widget. | |
25 | maybe we can highlight the line tags={MEMOIZED_RUN_TAG: "true"}, | |
34 | should we link versioned_filesystem_io_manager to the api doc (using PyObject)? | |
35 | this breaks the line. | |
47 | nit: python -> Python | |
48–50 | 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. | |
61 | caption=sentence.py? |
Comment Actions
looking great! thanks for putting this together. very much look forward to getting this in front of users.