diff --git a/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/external_workflow.md b/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/external_workflow.md index 966f5db4bf8..f994343f820 100644 --- a/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/external_workflow.md +++ b/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/external_workflow.md @@ -79,6 +79,7 @@ source: config: type: Profiler generateSampleData: true + computeMetrics: true # schemaFilterPattern: # includes: # # - .*mydatabase.* diff --git a/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/index.md b/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/index.md index 7de12f73ab4..3415110467e 100644 --- a/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/index.md +++ b/openmetadata-docs/content/v1.2.x/connectors/ingestion/workflows/profiler/index.md @@ -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 ``` diff --git a/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/external_workflow.md b/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/external_workflow.md index cb48a7c091c..7810e24fc3d 100644 --- a/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/external_workflow.md +++ b/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/external_workflow.md @@ -79,6 +79,7 @@ source: config: type: Profiler generateSampleData: true + computeMetrics: true # schemaFilterPattern: # includes: # # - .*mydatabase.* diff --git a/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/index.md b/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/index.md index ce5433a6039..ee664fcb9c2 100644 --- a/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/index.md +++ b/openmetadata-docs/content/v1.3.x-SNAPSHOT/connectors/ingestion/workflows/profiler/index.md @@ -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 ```