@@ -87,7 +87,7 @@ def get_quality_scores(
8787 ``"Table Group"``, ``"Data Location"``, ``"Data Source"``,
8888 ``"Source System"``, ``"Source Process"``, ``"Business Domain"``,
8989 ``"Stakeholder Group"``, ``"Transform Level"``, ``"Semantic Data Type"``,
90- ``"Data Product"``. To target specific tables or columns, chain a
90+ ``"Data Product"``, ``"Data Classification"`` . To target specific tables or columns, chain a
9191 ``"Table Group"`` filter via ``others`` into ``"Table"`` (optionally
9292 then ``"Column"``); sibling chains OR. ``"Impact Dimension"`` and
9393 ``"Quality Dimension"`` are valid as ``group_by`` only, not as filter
@@ -106,7 +106,7 @@ def get_quality_scores(
106106 ``"Table Group"``, ``"Data Location"``, ``"Data Source"``,
107107 ``"Source System"``, ``"Source Process"``, ``"Business Domain"``,
108108 ``"Stakeholder Group"``, ``"Transform Level"``,
109- ``"Data Product"``.
109+ ``"Data Product"``, ``"Data Classification"`` .
110110 score_type: Narrow returned scores. Omit to show all four (Total,
111111 CDE, Profiling, Testing); pass ``"Total"`` for Total + Profiling
112112 + Testing, or ``"CDE"`` for CDE alone.
@@ -551,7 +551,7 @@ def create_scorecard(
551551 ``"Table Group"``, ``"Data Location"``, ``"Data Source"``,
552552 ``"Source System"``, ``"Source Process"``, ``"Business Domain"``,
553553 ``"Stakeholder Group"``, ``"Transform Level"``, ``"Semantic Data Type"``,
554- ``"Data Product"``. To target specific tables or columns, chain a
554+ ``"Data Product"``, ``"Data Classification"`` . To target specific tables or columns, chain a
555555 ``"Table Group"`` filter via ``others`` into ``"Table"`` (optionally
556556 then ``"Column"``); sibling chains OR.
557557
@@ -563,7 +563,8 @@ def create_scorecard(
563563 ``"Quality Dimension"``, ``"Impact Dimension"``,
564564 ``"Data Source"``, ``"Business Domain"``, ``"Stakeholder Group"``,
565565 ``"Table Group"``, ``"Transform Level"``, ``"Data Location"``,
566- ``"Source System"``, ``"Source Process"``, ``"Data Product"``.
566+ ``"Source System"``, ``"Source Process"``, ``"Data Product"``,
567+ ``"Data Classification"``.
567568 show_total_score: Whether the scorecard exposes the Total Score.
568569 show_cde_score: Whether the scorecard exposes the CDE Score.
569570 """
@@ -624,7 +625,7 @@ def update_scorecard(
624625 ``"Table Group"``, ``"Data Location"``, ``"Data Source"``,
625626 ``"Source System"``, ``"Source Process"``, ``"Business Domain"``,
626627 ``"Stakeholder Group"``, ``"Transform Level"``, ``"Semantic Data Type"``,
627- ``"Data Product"``. To target specific tables or columns, chain a
628+ ``"Data Product"``, ``"Data Classification"`` . To target specific tables or columns, chain a
628629 ``"Table Group"`` filter via ``others`` into ``"Table"`` (optionally
629630 then ``"Column"``); sibling chains OR.
630631
@@ -638,7 +639,8 @@ def update_scorecard(
638639 ``"Quality Dimension"``, ``"Impact Dimension"``,
639640 ``"Data Source"``, ``"Business Domain"``, ``"Stakeholder Group"``,
640641 ``"Table Group"``, ``"Transform Level"``, ``"Data Location"``,
641- ``"Source System"``, ``"Source Process"``, ``"Data Product"``.
642+ ``"Source System"``, ``"Source Process"``, ``"Data Product"``,
643+ ``"Data Classification"``.
642644 Pass ``""`` to clear an existing category.
643645 filters: List of filter entries. See **Filters** above for shape.
644646 """
0 commit comments