Skip to content

missing-required-column (GN011)#

Automatic fix is available.

What it does#

Checks for missing required column.

Why not?#

If a column has been specified as required and you have not defined it, you are probably doing something wrong.

When should you?#

Never.

Use instead:#

Define the required column.

Configuration#

required-columns: List of required columns along with their data types.