mirror of
https://github.com/FlipsideCrypto/aleo-models.git
synced 2026-02-06 11:47:05 +00:00
upds
This commit is contained in:
parent
860d6dbd58
commit
54f8672fcd
@ -1,6 +1,6 @@
|
||||
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 */3 * * *"
|
||||
dbt_test_recent,"20 */4 * * *"
|
||||
dbt_run_core,"50 */3 * * *"
|
||||
dbt_test_tasks,"0 * * * *"
|
||||
dbt_run_non_core,"25 */6 * * *"
|
||||
dbt_test_recent,"20 */12 * * *"
|
||||
|
@ -1,12 +1,12 @@
|
||||
{{ config(
|
||||
materialized = 'incremental',
|
||||
unique_key = "blocks_id",
|
||||
unique_key = "block_id",
|
||||
incremental_strategy = 'merge',
|
||||
incremental_predicates = ["COALESCE(DBT_INTERNAL_DEST.block_timestamp::DATE,'2099-12-31') >= (select min(block_timestamp::DATE) from " ~ generate_tmp_view_name(this) ~ ")"],
|
||||
merge_exclude_columns = ["inserted_timestamp"],
|
||||
cluster_by = ['block_timestamp::DATE'],
|
||||
tags = ['core','full_test']
|
||||
) }}
|
||||
-- incremental_predicates = ["COALESCE(DBT_INTERNAL_DEST.block_timestamp::DATE,'2099-12-31') >= (select min(block_timestamp::DATE) from " ~ generate_tmp_view_name(this) ~ ")"],
|
||||
-- depends_on: {{ ref('bronze__blocks') }}
|
||||
{% if execute %}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user