Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-dask] Make dagster-dask support 2024.3.0 (#20428)
## Summary & Motivation `dask==2024.3.0` was just released and broke one of our tests, this fixes it by changing a `map()` to a list comprehension (`map` returns an iterator). ## How I Tested These Changes Existing test suite.
- Loading branch information