Hey all, Currently, Collibra provides a mechanism to convey a Certification Level associated with an asset, but it's rather limited: an asset is either certified or not. Certification is a good thing: it conveys to the viewer of an asset that there is a certain level of trustability associated with it. But I've found that through the lifecycle of an asset, it's a little more common to want to have levels of certification. One might have, for example, Uncertified -> Bronze -> Silver -> Gold levels of certification. Or maybe something more descriptive based on thew Asset Type, such as Cataloged -> Documented -> Traceable -> Monitored Quality. I've considered a number of ways in which this could be implemented, but each make compromises. The biggest compromise is usually around the visibility and validation of characteristics that are necessary only at higher levels of certification. At lower levels, they are unnecessary — or even noisy. But here are some ideas so far: Certification Level as an Attribute This is a simple solution, and doesn't get in the way of Report ingestion. But complicates the UX and Validation Rule writing, and doesn't have the type/status level of visibility. Certification Level as a Status Similar to the Attribute solution. But this can — depending on your asset lifecycle — effectively call for an entirely new set of statuses during the revision and up-cert'ing of assets. Certification Level using Asset Subtypes One might have a Power BI Report Asset Type, with subtypes of Power BI Report - Bronze , Power BI Report - Silver , Power BI Report - Gold . This works very well for Validation and automated guidance for asset owners and SMEs, and is quite visible to viewers of these reports. There is likely a challenge were assets are integrated, as the current Lineage ingestion mechanism always reverts the Asset Type to the Power BI Report Asset Type on ingestion. This is also more difficult to scale if numerous Asset Types are to have multiple levels. Certification Level through Scopes One could implement this also through the use of Scopes, but this is dependent on the assets living in very specific domains. Ingestion might again be a problem, and this is a non starter for most scenarios, where governance responsibilities are established at the Domain and Community levels. What do you think about the above ideas? Are there other ways to approach this? Are there Collibra product developments in this area, or in areas of lifecycles or traits that might lend themselves to a better solution? What do you do to convey the maturity and trust of assets within your organization's platform? I'd love to hear from people on this one!