State.checkpoint.check_against#

State.checkpoint.check_against(location: Path, checkpoint_name: str)#

Check that the tables in this State match those in an archived pipeline.

Parameters:
locationPath-like
checkpoint_namestr
Raises:
AssertionError

If any registered table does not match.