small deletion to manage source freshness

This commit is contained in:
Mike Stepanovic 2025-03-10 15:23:11 -06:00
parent 4f8fe2e368
commit cb783de41e

View File

@ -19,12 +19,10 @@ sources:
{{ "MOVEMENT_DEV" if var("STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES", False) else "MOVEMENT" }}
tables:
- name: blocks_tx
loaded_at_field: INSERTED_TIMESTAMP
freshness:
warn_after: {count: 2, period: hour}
error_after: {count: 4, period: hour}
- name: transactions
loaded_at_field: INSERTED_TIMESTAMP
freshness:
warn_after: {count: 2, period: hour}
error_after: {count: 4, period: hour}