mirror of
https://github.com/FlipsideCrypto/boba-models.git
synced 2026-02-06 14:06:43 +00:00
docs and nft core tag
This commit is contained in:
parent
26d4cae8fd
commit
74b208951d
2
.github/workflows/dbt_run_scheduled_main.yml
vendored
2
.github/workflows/dbt_run_scheduled_main.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Run Main Models
|
||||
run: |
|
||||
dbt run -m "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_confirm_blocks" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels"
|
||||
dbt run -m "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_confirm_blocks" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" "fsc_evm,tag:nft_core"
|
||||
|
||||
- name: Send new logs for decoding
|
||||
run: |
|
||||
|
||||
@ -19,7 +19,8 @@ There is more information on how to use dbt docs in the last section of this doc
|
||||
### Core Tables (boba.core)
|
||||
|
||||
**Dimension Tables:**
|
||||
- [dim_labels](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__dim_labels)
|
||||
- [dim_contracts](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__dim_contracts)
|
||||
- [dim_contract_abis](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__dim_contract_abis)
|
||||
|
||||
**Fact Tables:**
|
||||
- [fact_blocks](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__fact_blocks)
|
||||
@ -27,12 +28,20 @@ There is more information on how to use dbt docs in the last section of this doc
|
||||
- [fact_transactions](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__fact_transactions)
|
||||
- [fact_traces](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__fact_traces)
|
||||
|
||||
**EZ Tables:**
|
||||
- [ez_decoded_event_logs](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__ez_decoded_event_logs)
|
||||
- [ez_native_transfers](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__ez_native_transfers)
|
||||
- [ez_token_transfers](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.core__ez_token_transfers)
|
||||
|
||||
### Price Tables (boba.price)
|
||||
- [dim_asset_metadata](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.price__dim_asset_metadata)
|
||||
- [fact_prices_ohlc_hourly](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.price__fact_prices_ohlc_hourly)
|
||||
- [ez_asset_metadata](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.price__ez_asset_metadata)
|
||||
- [ez_prices_hourly](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.price__ez_prices_hourly)
|
||||
|
||||
### NFT Tables (boba.nft)
|
||||
- [ez_nft_transfers](https://flipsidecrypto.github.io/boba-models/#!/model/model.fsc_evm.nft__ez_nft_transfers)
|
||||
|
||||
## **Helpful User-Defined Functions (UDFs)**
|
||||
|
||||
UDFs are custom functions built by the Flipside team that can be used in your queries to make your life easier.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user