mirror of
https://github.com/FlipsideCrypto/kaia-models.git
synced 2026-02-06 15:36:46 +00:00
update to var limit
This commit is contained in:
parent
e92371e747
commit
bcabefb5d6
2
.github/workflows/dbt_run_trace_backfill.yml
vendored
2
.github/workflows/dbt_run_trace_backfill.yml
vendored
@ -44,5 +44,5 @@ jobs:
|
||||
dbt deps
|
||||
- name: Run DBT Jobs
|
||||
run: |
|
||||
dbt run --threads 1 -m silver__fact_traces2
|
||||
dbt run --select silver__fact_traces2
|
||||
|
||||
|
||||
@ -341,7 +341,7 @@ heal_missing_data AS (
|
||||
(t.tx_hash IS NULL
|
||||
OR t.block_timestamp IS NULL
|
||||
OR t.tx_status IS NULL)
|
||||
LIMIT 1000000000
|
||||
LIMIT {{ var('HEAL_LIMIT', 1000000000) }}
|
||||
|
||||
)
|
||||
{% endif %},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user