EntityClass

class datazimmer.EntityClass(name: str, identifiers: List[Union[datazimmer.metadata.atoms.PrimitiveFeature, datazimmer.metadata.atoms.CompositeFeature, datazimmer.metadata.atoms.ObjectProperty]] = <factory>, properties: List[Union[datazimmer.metadata.atoms.PrimitiveFeature, datazimmer.metadata.atoms.CompositeFeature, datazimmer.metadata.atoms.ObjectProperty]] = <factory>, parents: List[ForwardRef('EntityClass')] = <factory>, description: Optional[str] = None)

Bases: _AtomBase

Attributes Summary

description

table_all_columns

table_feature_cols

table_feature_dt_map

table_full_dt_map

table_index_cols

table_index_dt_map

Attributes Documentation

description: str | None = None
table_all_columns
table_feature_cols
table_feature_dt_map
table_full_dt_map
table_index_cols
table_index_dt_map