mirror of
https://github.com/FlipsideCrypto/berachain-models.git
synced 2026-02-06 13:37:11 +00:00
Merge pull request #40 from FlipsideCrypto/AN-5086/traces-retry
AN-5086/traces-retry
This commit is contained in:
commit
28716a21ff
1
.github/workflows/dbt_alter_gha_task.yml
vendored
1
.github/workflows/dbt_alter_gha_task.yml
vendored
@ -33,7 +33,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_docs_update.yml
vendored
1
.github/workflows/dbt_docs_update.yml
vendored
@ -20,7 +20,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_run_abi_refresh.yml
vendored
1
.github/workflows/dbt_run_abi_refresh.yml
vendored
@ -21,7 +21,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_run_adhoc.yml
vendored
1
.github/workflows/dbt_run_adhoc.yml
vendored
@ -42,7 +42,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_run_deployment.yml
vendored
1
.github/workflows/dbt_run_deployment.yml
vendored
@ -34,7 +34,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_run_dev_refresh.yml
vendored
1
.github/workflows/dbt_run_dev_refresh.yml
vendored
@ -21,7 +21,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_test_daily.yml
vendored
1
.github/workflows/dbt_test_daily.yml
vendored
@ -21,7 +21,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_test_intraday.yml
vendored
1
.github/workflows/dbt_test_intraday.yml
vendored
@ -21,7 +21,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
1
.github/workflows/dbt_test_tasks.yml
vendored
1
.github/workflows/dbt_test_tasks.yml
vendored
@ -20,7 +20,6 @@ env:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@ FROM
|
||||
tr
|
||||
ON tx.block_number = tr.block_number
|
||||
AND tx.tx_hash = tr.tx_hash
|
||||
AND tr.block_timestamp >= DATEADD('hour', -84, SYSDATE())
|
||||
WHERE
|
||||
tx.block_timestamp >= DATEADD('hour', -84, SYSDATE())
|
||||
AND tr.tx_hash IS NULL
|
||||
@ -28,3 +27,5 @@ WHERE
|
||||
FROM
|
||||
lookback
|
||||
)
|
||||
AND tr.block_timestamp >= DATEADD('hour', -84, SYSDATE())
|
||||
AND tr.block_timestamp IS NOT NULL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user