mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 17:30:35 +00:00

* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
1.3 KiB
1.3 KiB
title | slug |
---|---|
customMetric | /main-concepts/metadata-standard/schemas/tests/custommetric |
CustomMetric
Custom Metric definition that we will associate with a column.
Properties
id
: Unique identifier of this Custom Metric instance. Refer to ../type/basic.json#/definitions/uuid.name
: Name that identifies this Custom Metric. Refer to ../type/basic.json#/definitions/entityName.description
: Description of the Metric. Refer to ../type/basic.json#/definitions/markdown.columnName
(string): Name of the column in a table.expression
(string): SQL expression to compute the Metric. It should return a single numerical value.owners
: Owners of this Custom Metric. Refer to ../type/entityReferenceList.json. Default:null
.updatedAt
: Last update time corresponding to the new version of the entity in Unix epoch time milliseconds. Refer to ../type/basic.json#/definitions/timestamp.updatedBy
(string): User who made the update.
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.