mirror of
https://github.com/FlipsideCrypto/aleo-models.git
synced 2026-02-06 11:06:46 +00:00
Merge pull request #17 from FlipsideCrypto/and-5590-scheduling
updated target scheduling, fixed test
This commit is contained in:
commit
349688a605
@ -2,5 +2,5 @@ workflow_name,workflow_schedule
|
||||
dbt_run_streamline_blocks_realtime,"5,35 * * * *"
|
||||
dbt_run_core,"20,50 * * * *"
|
||||
dbt_test_tasks,"0,30 * * * *"
|
||||
dbt_run_non_core,"25,55 * * * *"
|
||||
dbt_run_non_core,"25 */3 * * *"
|
||||
dbt_test_recent,"20 */4 * * *"
|
||||
|
@ -13,8 +13,8 @@ models:
|
||||
- not_null:
|
||||
where: token_id != '3443843282313283355522573239085696902919850365217539366784739393210722344986field'
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: hour
|
||||
interval: 3
|
||||
datepart: day
|
||||
interval: 2
|
||||
|
||||
- name: TX_ID_CREATED
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user