Pere Miquel Brull 2008eda764
[Docs] - Rename to v1.1.0-snapshot and fix sync CI (#11644)
* Rename v1.1.0 to v1.1.0-snapshot

* Delete old docs
2023-05-17 15:55:31 +02:00

1.0 KiB

title slug
createCustomMetric /main-concepts/metadata-standard/schemas/api/tests/createcustommetric

CreateCustomMetricRequest

Custom Metric definition that we will associate with a column.

Properties

  • description: Description of the custom metric. Refer to ../../type/basic.json#/definitions/markdown.
  • name: Name that identifies this Custom Metric. Refer to ../../type/basic.json#/definitions/entityName.
  • columnName (string): Name of the column in a table.
  • expression (string): SQL expression to compute the Metric. It should return a single numerical value.
  • owner: Owner of this Pipeline. Refer to ../../type/entityReference.json. Default: None.
  • 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 2022-07-14 10:51:34.749986.