GraphQLEventLogStorage.get_latest_materialization_events overrides the EventLogStorage.get_latest_materialization_events in an incompatible way, resulting in validation errors when running in the cloud vs. local dagster dev development.
Closing this PR, as https://github.com/dagster-io/dagster-cloud is a read-only repository. We'll make the necessary changes in our internal repository so that these types are fixed in the future.
GraphQLEventLogStorage.get_latest_materialization_events
overrides theEventLogStorage.get_latest_materialization_events
in an incompatible way, resulting in validation errors when running in the cloud vs. localdagster dev
development.See interface: https://github.com/dagster-io/dagster/blob/456494d07413ebc781c08bcdfb22b69e419410d1/python_modules/dagster/dagster/_core/storage/event_log/base.py#L368-L372
(There are many more incompatible overrides in this file, but this is the only one that bothers us for now.)