User Details
- User Since
- Jul 20 2020, 3:42 PM (133 w, 2 d)
- Roles
- Disabled
Aug 27 2021
Add instance to execution plan creation during execution iteration
Fix memoization tests, scheduler
Up
Aug 26 2021
Get rid of nested DagsterInstance.get()
Aug 24 2021
Remove instance ref shenanigans (except across GRPC endpoint)
I think I can do this without the instance ref shenanigans
Aug 19 2021
Fix integration tests
Aug 18 2021
More verbose bs test
Add bs list to see what is going on
Fix weird opt inst bug and airflow tests
Make s3 io manager memoizable, add instance ref to k8s run launcher test instance
Remove intermediate storage changes from demo pipeline. Too invasive to loop into this change
Update get_external_execution_plan callsites to feed through instance ref, add celery-k8s memoization test, change instance to persistent (because it is persistent more or less)
Include instance ref when getting external execution plan
Aug 17 2021
Fix run config for integration test
Migrate over more tests to use s3 io manager
Update integration tests
Update integration test
Update memoization test
Use s3_pickle_io_manager in place of intermediate storage for k8s modes
Up
Add integration k8s memoization test, switch integration to use s3 pickle io manager
Add tests for celery, dask, and k8s executors, carry forward step output versions on known state instead of execution plan.
Aug 13 2021
cc @sandyryza since this stack is making heavy use of the stacked diffs workflow atm, I think switching to a PR might be a bit rough. i'll definitely put up screenshots though.
Address comments. Add tests for guide. Add tags to execute_in_process. Add resource_key to version strategy s.t. you can differentiate between resources if you choose.
Aug 12 2021
Up
Aug 11 2021
Aug 10 2021
Add an API reference page for memoization
Aug 9 2021
Addressed locally
Aug 5 2021
up
Aug 4 2021
Properly fail if attempting to use mapping keys with versioning.
Move version inclusion to output_identifier fxn on output context
Aug 3 2021
Up
Update for usage with version strategy
Aug 2 2021
See comment
Get rid of code example
Rebase + allow tag to toggle memoization off
Jul 31 2021
Jul 30 2021
Fix plumbing
cc @alangenfeld regarding tags:
Account for run tags to determine whether to use memoization
Up
Mypy execution plan snapshot, add a test to ensure that we don't carry around None values for step_output_versions
Jul 29 2021
Reimplement using VersionStrategy instance, add code example
Implement VersionStrategy class
Up
Address comments
Jul 28 2021
While I can def see the utility of the idea, this interface feels a bit off to me. From what I understand, the difference between nodes and logical assets isn't entirely cut and dry, and I'm wondering if people shouldn't be able to just add nodes to their list of assets, and we infer them as such / foist them into an asset?
Nice
Jul 27 2021
cc @yuhan @alangenfeld might abandon this in favor of https://dagster.phacility.com/D9085, but the discussion is still relevant I think. I'm certainly open to having a versioned_outputs directory or something at that layer.
This doesn't actually work
@alangenfeld upon further examination, I don't think the execute_plan solution can work. Even if we keep around the original executors, we still need to create a new pipeline/mode in order to switch out the io manager. Then, we'll get a different set of complaints regarding the fact that we're using a non-persistent IO manager with an out of proc executor. I think we're forced to either do the config replacement or the permissive thing.
Fix tests
cc @alangenfeld ^ bc I forgot to tag you
have the "special" in process executor change make the whole execution section permissive at RunConfigSchema generation time - I think this is promising
I know this isn't a huge regression, but it still feels like a regression to me. I feel like it's a pretty core change for what is fundementally a workaround.