Skip to content

Commit

Permalink
Minor: Docs add compute metric config in docs (#14798)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 authored Jan 19, 2024
1 parent dc02fbb commit 2c068dd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ source:
config:
type: Profiler
generateSampleData: true
computeMetrics: true
# schemaFilterPattern:
# includes:
# # - .*mydatabase.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -260,6 +266,9 @@ source:
```yaml {% srNumber=10 %}
generateSampleData: true
```
```yaml {% srNumber=22 %}
computeMetrics: true
```
```yaml {% srNumber=11 %}
# profileSample: 85
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ source:
config:
type: Profiler
generateSampleData: true
computeMetrics: true
# schemaFilterPattern:
# includes:
# # - .*mydatabase.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -260,6 +267,9 @@ source:
```yaml {% srNumber=10 %}
generateSampleData: true
```
```yaml {% srNumber=22 %}
computeMetrics: true
```
```yaml {% srNumber=11 %}
# profileSample: 85
```
Expand Down

0 comments on commit 2c068dd

Please sign in to comment.