Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dbt_run_scheduled_curated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
with:
command_name: Run Curated Models
command: |
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:records" "fsc_evm,tag:streamline,tag:balances,tag:realtime" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:complete" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:realtime" --vars '{"STREAMLINE_INVOKE_STREAMS":True}'
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated" "fsc_evm,tag:streamline,tag:balances,tag:complete" "fsc_evm,tag:streamline,tag:balances,tag:records" "fsc_evm,tag:streamline,tag:balances,tag:realtime" "fsc_evm,tag:streamline,tag:contract_reads,tag:records" "fsc_evm,tag:streamline,tag:contract_reads,tag:complete" "fsc_evm,tag:streamline,tag:contract_reads,tag:realtime" --vars '{"STREAMLINE_INVOKE_STREAMS":True}'
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dbt_run_scheduled_curated_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
with:
command_name: Run Curated Daily Models
command: |
dbt run -m "fsc_evm,tag:silver,tag:balances" "fsc_evm,tag:gold,tag:balances" "fsc_evm,tag:curated_daily"
dbt run -m "fsc_evm,tag:curated_daily"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/dbt_run_streamline_reads_history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
with:
command_name: Run Reads History Models
command: |
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:complete" "fsc_evm,tag:streamline,tag:stablecoin_reads,tag:history"
dbt run --vars '{"STREAMLINE_INVOKE_STREAMS":True}' -m "fsc_evm,tag:streamline,tag:contract_reads,tag:complete" "fsc_evm,tag:streamline,tag:contract_reads,tag:records" "fsc_evm,tag:streamline,tag:contract_reads,tag:history"
secrets: inherit
4 changes: 4 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ models:
+enabled: true
curated_package:
+enabled: false
contract_reads:
+enabled: true
stats:
+enabled: true
chain_stats:
Expand All @@ -107,6 +109,8 @@ models:
+enabled: true
stablecoins:
+enabled: true
tvl:
+enabled: true
balances_package:
+enabled: false
erc20:
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.41.1
revision: v4.42.2