Profiler Configuration
Profiler Configuration sets the platform-wide defaults the profiler applies before any individual profiler workflow runs:- Which metrics it computes for each column data type
- Whether it stores or reads sample data
How to Access
Navigate to Settings > Preferences > Profiler Configuration.
Metric Configuration
By default, the profiler computes every available metric for every column. Metric Configuration lets you turn specific metrics off per data type, which is useful when:- A metric doesn’t make sense for that type, such as computing a mean on a string column
- You want to keep profiling fast on very wide tables by skipping metrics your team doesn’t act on
- Click Add Field.
- Choose a Data Type, for example
INT,STRING, orTIMESTAMP. Each data type can only be configured once. - Choose which Metric Type(s) to disable for that data type, or leave it on All to disable every metric for that type.
- Use the Disable toggle to turn the whole row off without deleting it.

Sample Data Ingestion Configuration
Sample data lets users preview real rows from a table directly in OpenMetadata, which is convenient for spotting data quality issues at a glance, but it also means row-level data is brought outside the source system: