Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.14 KB

File metadata and controls

25 lines (19 loc) · 1.14 KB

:pycheck_table operator <astro.sql.operators.data_validations.check_table>

When to use the check_table operator

The check_table operator allows you add checks on table level. For example

  • Count the number of row
  • Sum of a column
  • Checks involving multiple columns

This operator is a wrapper around Airflow's SQLTableCheckOperator to allow seamless integrations with SDK supported dataset like Astro tables.

Supported Checks

Supported checks are also explained here.

../../../../../example_dags/example_check_table.py