Merge pull request #38 from FlipsideCrypto/add/curations

Add/curations
This commit is contained in:
Austin 2025-11-24 16:45:40 -05:00 committed by GitHub
commit afddd66098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 50 additions and 7 deletions

View File

@ -0,0 +1,19 @@
name: dbt_run_scheduled_curated
run-name: dbt_run_scheduled_curated
on:
workflow_dispatch:
branches:
- "main"
concurrency:
group: ${{ github.workflow }}
jobs:
called_workflow_template:
uses: FlipsideCrypto/fsc-evm/.github/workflows/dbt_run_template.yml@main
with:
command_name: Run Curated Models
command: |
dbt run -m "$PROJECT_NAME,tag:curated" "fsc_evm,tag:curated"
secrets: inherit

View File

@ -96,6 +96,12 @@ models:
+enabled: true
curated_package:
+enabled: false
defi:
+enabled: false
bridge:
+enabled: true
dex:
+enabled: true
balances_package:
+enabled: false
erc20:

View File

@ -1,11 +1,6 @@
version: 2
sources:
- name: github_actions
database: "{{ target.database }}"
schema: github_actions
tables:
- name: workflows
- name: bronze_streamline
database: streamline
schema: >-
@ -48,8 +43,31 @@ sources:
schema: bronze_public
tables:
- name: user_abis
- name: silver
- name: complete_streamline
database: "{{ target.database }}"
schema: streamline
tables:
- name: complete_contract_abis
- name: github_actions
database: "{{ target.database }}"
schema: github_actions
tables:
- name: workflows
- name: external_gold_defillama
database: external
schema: defillama
tables:
- name: dim_chains
- name: abis_silver
database: "{{ target.database }}"
schema: silver
tables:
- name: verified_abis
- name: verified_abis
- name: complete_event_abis
- name: fsc_evm_admin
database: >-
{{ 'FSC_EVM_DEV' if '_DEV' in target.database.upper() else 'FSC_EVM' }}
schema: admin
tables:
- name: _master_keys
- name: rpc_node_logs