mirror of
https://github.com/FlipsideCrypto/monad-models.git
synced 2026-02-06 11:46:48 +00:00
curations
This commit is contained in:
parent
1fe8489c9c
commit
18c798c537
@ -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: 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
|
||||
Loading…
Reference in New Issue
Block a user