qlty_rowsWithMissingValues
Retrieve rows containing null or missing values in a chosen column of a Teradata table. Optionally persist the result as a volatile table to enable additional data quality checks.
Instructions
Get the rows that have missing values in a specific column of a table.
Arguments: database_name - Name of the database (optional, omit if table_name is fully qualified) table_name - Table name to analyze column_name - Column name to analyze for missing values persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Table name to analyze | |
| column_name | Yes | Column name to analyze for missing values | |
| persist | No | If True, materializes result as a volatile table and returns table name | |
| database_name | No | Name of the database (optional, omit if table_name is fully qualified) |