Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
MetricSnapshotTables
Table metrics
type MetricSnapshotTables {
total: Int!
totalAdded: Int!
totalWithAddedCertification: Int!
totalWithDataQualityTest: Int!
totalWithDescriptionChange: Int!
totalWithOwner: Int!
trendingLast30Days: [MetricSnapshotTrendingAsset!]!
}
Fields
MetricSnapshotTables.total ● Int! non-null scalar general
How many tables your catalog held at the end of this day
MetricSnapshotTables.totalAdded ● Int! non-null scalar general
Tables created in your Catalog on this day
MetricSnapshotTables.totalWithAddedCertification ● Int! non-null scalar general
Tables certified on this day and still certified at the end of it
MetricSnapshotTables.totalWithDataQualityTest ● Int! non-null scalar general
Tables covered by a data quality check that ran in the 7 days ending on this day.
MetricSnapshotTables.totalWithDescriptionChange ● Int! non-null scalar general
Tables whose description was written or updated on this day
MetricSnapshotTables.totalWithOwner ● Int! non-null scalar general
Tables that had at least one owner at the end of this day
MetricSnapshotTables.trendingLast30Days ● [MetricSnapshotTrendingAsset!]! non-null object usage-metrics
The ten most viewed tables over the 30 days ending on this day
Example
{
"trendingLast30Days": [
{}
]
}
Member Of
MetricSnapshotAssetsobject