This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[record] IHaveNew.__new__ Self return typehint (dagster-io#23213)
it appears that when installed, `@record_custom` + `IHaveNew` is assuming `__new__` returns `None` instead of `Unknown` causing it to believe `x` is `None` for `x = RunRecord()` explicitly tag `__new__`'s return to `Self` to resolve resolves dagster-io#23214 ## How I Tested These Changes manually made the change in `site-packages` of installed copy of `1.7.13`
- Loading branch information