mirror of
https://github.com/FlipsideCrypto/movement-models.git
synced 2026-02-06 13:26:45 +00:00
added freshness targets to sources. would need a corresponding GHA workflow and alerting
This commit is contained in:
parent
8f6f628c61
commit
ea56bbbd34
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user