Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change parent snapshot ID invariant to a warning
Summary: After https://github.com/dagster-io/dagster/pull/20335/files, there are edge cases where the parent snapshot ID returned in code might not match up with the parent job snapshot ID stored in the database or in memory for the full job. Rather than invarianting and failing the launched job, warn. Test Plan: - Run a grpc server locally, start dagit - Add a new asset to the job, restart the gRPC server (may need to disable the watcher on dagit that automatically reloads the code location) - Launch a subsetted job Before: invariant stops job from launching Now: warning, job launches just fine
- Loading branch information