pub fn product_identity(
center: AnalysisCenter,
product_type: ProductType,
date: ProductDate,
sample: Option<&str>,
issue: Option<&str>,
) -> Result<ProductIdentity, DataCatalogError>Expand description
Build the exact identity for a catalog product.