Setting a data quality rule ensures your data adheres to data quality characteristics such as accuracy and consistency.Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Access to the NexusOne portal
- Appropriate permission:
nx1_quality
Select a dataset and set a rule
- Web portal
- CLI
- REST API
Perform these steps to select a dataset and set a rule.
- Log in to NexusOne.
- On the NexusOne homepage, click Quality.
- Select your preferred catalog:
- iceberg: When using an Iceberg table
- LLM: Not applicable yet
- Select a schema and table.
- Set a rule. When setting a rule, there are three options:
-
Generate a rule from a description: To use this, enter an instruction describing
the rule, then click Send. Here are a few examples of instructions:
- Verify that all values in the
emailcolumn follow the valid email address format (user@example.com). - Check that all values in the
statecolumn use two-letter state abbreviations only, such asGA,CA, orNY.
- Verify that all values in the
- Use recommended suggestions: This displays both recommended rules and any previously generated custom rules. Click Accept or Ignore when NexusOne generates a rule.
-
Create a custom rule: To use this enter the following details:
- In the Rule Name field, enter a rule name.
- In the Success Condition field, enter a success condition.
- In the SQL Query field, enter a SQL query.
- Optional: In the Description field, describe what the rule validates.
- Click Create Rule.
-
Generate a rule from a description: To use this, enter an instruction describing
the rule, then click Send. Here are a few examples of instructions:
Additional resources
- For general instructions about how to ingest a file in NexusOne, refer to How to ingest a file.
- For more information about roles or permissions, refer to Govern Overview.