mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 03:54:23 +00:00
Minor: Docs add compute metric config in docs (#14798)
This commit is contained in:
parent
dc02fbb358
commit
2c068dd876
@ -79,6 +79,7 @@ source:
|
||||
config:
|
||||
type: Profiler
|
||||
generateSampleData: true
|
||||
computeMetrics: true
|
||||
# schemaFilterPattern:
|
||||
# includes:
|
||||
# # - .*mydatabase.*
|
||||
|
||||
@ -166,6 +166,12 @@ You can find all the definitions and types for the `sourceConfig` [here](https:
|
||||
|
||||
{% /codeInfo %}
|
||||
|
||||
{% codeInfo srNumber=22 %}
|
||||
|
||||
**computeMetrics**: Option to turn on/off computing profiler metrics. This flag is useful when you want to only ingest the sample data with the profiler workflow and not any other information.
|
||||
|
||||
{% /codeInfo %}
|
||||
|
||||
{% codeInfo srNumber=11 %}
|
||||
|
||||
**profileSample**: Percentage of data or no. of rows we want to execute the profiler and tests on.
|
||||
@ -260,6 +266,9 @@ source:
|
||||
```yaml {% srNumber=10 %}
|
||||
generateSampleData: true
|
||||
```
|
||||
```yaml {% srNumber=22 %}
|
||||
computeMetrics: true
|
||||
```
|
||||
```yaml {% srNumber=11 %}
|
||||
# profileSample: 85
|
||||
```
|
||||
|
||||
@ -79,6 +79,7 @@ source:
|
||||
config:
|
||||
type: Profiler
|
||||
generateSampleData: true
|
||||
computeMetrics: true
|
||||
# schemaFilterPattern:
|
||||
# includes:
|
||||
# # - .*mydatabase.*
|
||||
|
||||
@ -166,6 +166,13 @@ You can find all the definitions and types for the `sourceConfig` [here](https:
|
||||
|
||||
{% /codeInfo %}
|
||||
|
||||
{% codeInfo srNumber=22 %}
|
||||
|
||||
**computeMetrics**: Option to turn on/off computing profiler metrics. This flag is useful when you want to only ingest the sample data with the profiler workflow and not any other information.
|
||||
|
||||
{% /codeInfo %}
|
||||
|
||||
|
||||
{% codeInfo srNumber=11 %}
|
||||
|
||||
**profileSample**: Percentage of data or no. of rows we want to execute the profiler and tests on.
|
||||
@ -260,6 +267,9 @@ source:
|
||||
```yaml {% srNumber=10 %}
|
||||
generateSampleData: true
|
||||
```
|
||||
```yaml {% srNumber=22 %}
|
||||
computeMetrics: true
|
||||
```
|
||||
```yaml {% srNumber=11 %}
|
||||
# profileSample: 85
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user