Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IdentityPartitionMapping perf optimization (#18456)
## Summary & Motivation #17703 removed partitions_def from DefaultPartitionMapping, which these optimizations were relying on existing. We should probably remove that field from the base class now that it is no longer reliably there and is only available on time based partition mapping - but that is out of scope for this fix ## How I Tested These Changes Dry run for an asset graph involving multi-partitions finishes quickly again
- Loading branch information