List of Checks

Name Summary
check_direct_join_to_source Ensure a one-to-one relationship between sources and their staging model
check_model_descriptions Ensure all models include a description
check_model_fanout Limit the total number of models that depend on a model
check_multiple_sources_joined Ensure a one-to-one relationship between sources and their staging model
check_root_models Identify models not using the ref function
check_source_descriptions Ensure all sources include a description
check_source_fanout Ensure source models have a single location for renaming, recasting, etc
check_source_freshness_tests Ensure all source tables include a freshness test
check_source_table_descriptions Ensure all source tables include a description
check_staging_dependent_on_staging Ensure staging models depend only on sources