Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Metric views were introduced in Databricks Runtime 16.4. The following table lists minimum Databricks Runtime version requirements for specific features added in later versions.
| Databricks Runtime version | Features |
|---|---|
| 18.1 |
|
| 18.0 | |
| 17.3 |
|
YAML specification versions
The metric view YAML specification is versioned independently of Databricks Runtime. The following sections describe what each version adds.
Version 1.1
Adds support for agent metadata (display names, formatting, synonyms) and the optional comment field for metric views, fields, and measures. See Agent metadata in metric views.
Also adds the following window-measure fields and modifiers (require Databricks Runtime 18.1 or newer):
- The
offsetfield on window specifications. See Howoffsetshifts the window frame. - The
inclusiveandexclusivemodifiers ontrailingandleadingrange values. See Include or exclude the anchor row.
Version 0.1
Initial release of the metric view YAML specification.