Minor: Docs add compute metric config in docs (#14798)

This commit is contained in:
Mayur Singal 2024-01-19 23:02:13 +05:30 committed by GitHub
parent dc02fbb358
commit 2c068dd876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 0 deletions

View File

@ -79,6 +79,7 @@ source:
config:
type: Profiler
generateSampleData: true
computeMetrics: true
# schemaFilterPattern:
# includes:
# # - .*mydatabase.*

View File

@ -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
```

View File

@ -79,6 +79,7 @@ source:
config:
type: Profiler
generateSampleData: true
computeMetrics: true
# schemaFilterPattern:
# includes:
# # - .*mydatabase.*

View File

@ -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
```