You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
Include 'skip' nodes in JSON plan.
## Why
We need to process 'skip' resources as well (e.g. to resolve
references). Today, we have these nodes in the graph but not in the
plan. Once we move to serialized plan
#3636 we will build graph from the
plan so they must match. This prepares for that (and minimizes that PR).
This also gives more information to users of JSON plan, e.g. they can
count unchanged count.
## Tests
Existing tests.
0 commit comments