mirror of
https://github.com/FlipsideCrypto/bsc-models.git
synced 2026-02-06 14:16:42 +00:00
Merge branch 'main' into AN-6419/consolidate-lending-models
This commit is contained in:
commit
36ff444c48
@ -15,6 +15,6 @@ jobs:
|
||||
with:
|
||||
command_name: Run Chainhead Models
|
||||
command: |
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:chainhead" "fsc_evm,tag:streamline,tag:core,tag:complete" "fsc_evm,tag:streamline,tag:core,tag:realtime" --exclude "fsc_evm,tag:receipts_by_hash"
|
||||
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True,"MAIN_SL_BLOCKS_TRANSACTIONS_REALTIME_PRODUCER_BATCH_SIZE":4800,"MAIN_SL_BLOCKS_TRANSACTIONS_REALTIME_WORKER_BATCH_SIZE":600,"MAIN_SL_BLOCKS_TRANSACTIONS_REALTIME_ASYNC_CONCURRENT_REQUESTS":50,"MAIN_SL_RECEIPTS_REALTIME_PRODUCER_BATCH_SIZE":4800,"MAIN_SL_RECEIPTS_REALTIME_WORKER_BATCH_SIZE":600,"MAIN_SL_RECEIPTS_REALTIME_ASYNC_CONCURRENT_REQUESTS":50,"MAIN_SL_TRACES_REALTIME_PRODUCER_BATCH_SIZE":4800,"MAIN_SL_TRACES_REALTIME_WORKER_BATCH_SIZE":600,"MAIN_SL_TRACES_REALTIME_ASYNC_CONCURRENT_REQUESTS":50,"MAIN_SL_CONFIRM_BLOCKS_REALTIME_PRODUCER_BATCH_SIZE":4800,"MAIN_SL_CONFIRM_BLOCKS_REALTIME_WORKER_BATCH_SIZE":600,"MAIN_SL_CONFIRM_BLOCKS_REALTIME_ASYNC_CONCURRENT_REQUESTS":50}' -m "fsc_evm,tag:chainhead" "fsc_evm,tag:streamline,tag:core,tag:complete" "fsc_evm,tag:streamline,tag:core,tag:realtime" --exclude "fsc_evm,tag:receipts_by_hash"
|
||||
dbt test -m "fsc_evm,tag:chainhead"
|
||||
secrets: inherit
|
||||
@ -44,15 +44,13 @@ There is more information on how to use dbt docs in the last section of this doc
|
||||
- [ez_bridge_activity](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_bridge_activity)
|
||||
- [ez_dex_swaps](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_dex_swaps)
|
||||
- [dim_dex_liquidity_pools](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__dim_dex_liquidity_pools)
|
||||
|
||||
- [ez_lending_borrows](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_lending_borrows)
|
||||
- [ez_lending_deposits](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_lending_deposits)
|
||||
- [ez_lending_flashloans](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_lending_flashloans)
|
||||
- [ez_lending_liquidations](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_lending_liquidations)
|
||||
- [ez_lending_repayments](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_lending_repayments)
|
||||
- [ez_lending_withdraws](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.defi__ez_lending_withdraws)
|
||||
-
|
||||
|
||||
### Flipside Partner Tables (bsc.partner_name)
|
||||
|
||||
### NFT Tables (bsc.nft)
|
||||
- [ez_nft_transfers](https://flipsidecrypto.github.io/bsc-models/#!/model/model.fsc_evm.nft__ez_nft_transfers)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.27.0
|
||||
revision: v4.27.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user