diff --git a/.github/workflows/dbt_run_scheduled_main.yml b/.github/workflows/dbt_run_scheduled_main.yml index fb05486..3aabc7b 100644 --- a/.github/workflows/dbt_run_scheduled_main.yml +++ b/.github/workflows/dbt_run_scheduled_main.yml @@ -42,7 +42,7 @@ jobs: - name: Update main models run: | - dbt run -m "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:silver_confirm_blocks" + dbt run -m "fsc_evm,tag:bronze_core" "fsc_evm,tag:silver_core" "fsc_evm,tag:gold_core" "fsc_evm,tag:silver_prices" "fsc_evm,tag:gold_prices" "fsc_evm,tag:silver_labels" "fsc_evm,tag:gold_labels" "fsc_evm,tag:bronze_abis" "fsc_evm,tag:silver_confirm_blocks" "fsc_evm,tag:nft_core" - name: Send new logs for decoding run: | diff --git a/models/__overview__.md b/models/__overview__.md index 2016025..da4f5d1 100644 --- a/models/__overview__.md +++ b/models/__overview__.md @@ -31,6 +31,11 @@ There is more information on how to use dbt docs in the last section of this doc **Convenience Views (ez_):** - [ez_decoded_event_logs](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_decoded_event_logs) +- [ez_native_transfers](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_native_transfers) +- [ez_token_transfers](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_token_transfers) + +### NFT Tables (core.nft) +- [ez_nft_transfers](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.nft__ez_nft_transfers) ## **Helpful User-Defined Functions (UDFs)** diff --git a/packages.yml b/packages.yml index 1725b56..dc27c8c 100644 --- a/packages.yml +++ b/packages.yml @@ -1,3 +1,3 @@ packages: - git: https://github.com/FlipsideCrypto/fsc-evm.git - revision: v3.8.3 \ No newline at end of file + revision: v3.9.1 \ No newline at end of file