dbt-project-evaluator icon indicating copy to clipboard operation
dbt-project-evaluator copied to clipboard

Feature/add source freshness data

Open Victoriapm opened this issue 9 months ago • 1 comments

This is a:

  • [ ] bug fix PR with no breaking changes
  • [X ] new functionality

Link to Issue

Closes #455

Description & motivation

Adds information on source freshness definition for sources and a test to flag sources without freshness enabled.

Integration Test Screenshot

Checklist

  • [ ] I have verified that these changes work locally on the following warehouses (Note: it's okay if you do not have access to all warehouses, this helps us understand what has been covered)
    • [ ] BigQuery
    • [ ] Postgres
    • [ ] Redshift
    • [x] Snowflake
    • [ ] Databricks
    • [x] DuckDB
    • [ ] Trino/Starburst
  • [x] I have updated the README.md (if applicable)
  • [x] I have added tests & descriptions to my models (and macros if applicable)

Victoriapm avatar Jun 03 '24 16:06 Victoriapm