dbt-project-evaluator
dbt-project-evaluator copied to clipboard
Feature/add source freshness data
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)