added freshness targets to sources. would need a corresponding GHA workflow and alerting

This commit is contained in:
Mike Stepanovic 2025-03-04 09:21:26 -07:00
parent 8f6f628c61
commit ea56bbbd34

View File

@ -19,7 +19,15 @@ 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}
- name: github_actions
database: movement
schema: github_actions