RelatedTablesSchema#

class sdm.relational.task.RelatedTablesSchema(tables: Mapping[str, TableSchema], relationships: tuple[Relationship, ...], task_links: tuple[TaskLink, ...])#

The schema of RelatedTables.

Parameters:
is_subset_of(other: RelatedTablesSchema) → bool#

Whether this schema is an induced subset of other.

Parameters:

other (RelatedTablesSchema)

Return type:

bool