mirror of
https://github.com/FlipsideCrypto/movement-models.git
synced 2026-02-06 13:36:43 +00:00
small deletion to manage source freshness
This commit is contained in:
parent
4f8fe2e368
commit
cb783de41e
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user