marivo.semantic.prepare_dimension#
- marivo.semantic.prepare_dimension(*, entity, column, scope=None)[source]#
Prepare a dimension authoring brief for one entity column.
Profiles the column data from the datasource and checks for matches against existing dimensions.
- Parameters:
- Returns:
A single
DimensionBriefwith status, profile, and match evidence.- Return type:
Example
>>> import marivo.semantic as ms >>> brief = ms.prepare_dimension(entity="sales.orders", column="region") >>> brief.status