pub fn default_sample(
center: AnalysisCenter,
product_type: ProductType,
) -> Result<&'static str, DataCatalogError>Expand description
Current default sampling token for a center/product pair.
This preserves the original date-free query and reports the current catalog
convention. Use default_sample_for_date when deriving a historical
product whose published cadence may have changed.