ColumnExists - AWS Glue
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

ColumnExists

Checks whether a column exists.

Syntax

ColumnExists <COL_NAME>
  • COL_NAME – The name of the column that you want to evaluate the data quality rule against.

    Supported column types: Any column type

Example: Column exists

The following example rule checks whether the column named Middle_Name exists.

ColumnExists "Middle_Name"