Is Primary Key¶
Type¶
transform
Class¶
fire.nodes.quality.NodeCheckPrimaryKey
Fields¶
Name |
Title |
Description |
|---|---|---|
cols |
Column Name |
The column name. |
weightage |
Weightage |
Weightage |
Details¶
Is Primary Key Node¶
Overview:¶
The Is Primary Key node checks if a specific column in a DataFrame is a primary key. This is useful for data quality checks and ensuring data integrity.
Input:¶
Column Name: The name of the column to check.
Output:¶
The node will flag records where the specified column contains duplicate values.