Skip to main content

Module changeset

Module changeset 

Source
Expand description

ChangeSet — an unordered collection of ChangeEntry values, plus two observation accumulators for downstream lint rules.

Ordering and dependency analysis are the planner’s job (phase 5); the differ emits changes in whatever order is convenient.

Structs§

ChangeSet
An unordered set of ChangeEntry values.
RevokeWithOwnerObservation
A REVOKE step that is being emitted against a role that is the same as the object’s owner.
UnmanagedGrantObservation
A grant that exists in the live catalog but whose grantee role is not mentioned anywhere in the source catalog (unmanaged role).