Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary & Motivation Fixes #12604 `.iteritems` is [deprecated since 1.50 ](https://pandas.pydata.org/docs/whatsnew/v1.5.0.html#other-deprecations) and will be removed in a future version. Changing to `.items`. (pandas-dev/pandas#45321). ### How I Tested These Changes I did not, but pandas-dev/pandas#45321 appears to indicate it's a safe change to make. If I can somehow install this version of dagster on my machine, I'm happy to test using the code that surfaced the issue, but I'm not sure how to do that.
- Loading branch information