mirror of
https://github.com/apache/superset.git
synced 2026-08-04 13:02:41 +00:00
41 lines
888 B
Plaintext
41 lines
888 B
Plaintext
---
|
|
id: datasetrestapi-get-sqlmetric
|
|
title: 'DatasetRestApi.get.SqlMetric'
|
|
description: ''
|
|
sidebar_label: 'DatasetRestApi.get.SqlMetric'
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
schema: true
|
|
sample:
|
|
{
|
|
'changed_on': '2024-07-29T15:51:28.071Z',
|
|
'created_on': '2024-07-29T15:51:28.071Z',
|
|
'd3format': 'string',
|
|
'description': 'string',
|
|
'expression': 'string',
|
|
'extra': 'string',
|
|
'id': 0,
|
|
'metric_name': 'string',
|
|
'metric_type': 'string',
|
|
'uuid': '3fa85f64-5717-4562-b3fc-2c963f66afa6',
|
|
'verbose_name': 'string',
|
|
'warning_text': 'string',
|
|
}
|
|
custom_edit_url: null
|
|
---
|
|
|
|
import Schema from '@theme/Schema';
|
|
import Heading from '@theme/Heading';
|
|
|
|
<Heading
|
|
as={'h1'}
|
|
className={'openapi__heading'}
|
|
children={'DatasetRestApi.get.SqlMetric'}
|
|
></Heading>
|
|
|
|
<Schema
|
|
{...require("./datasetrestapi-get-sqlmetric.Schema.json")}
|
|
>
|
|
|
|
</Schema>
|