mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 11:26:53 +00:00
* node url join optimized | warehouse privilege grants * added string interpolation for env based target.database * revert to candidate node 7 root height * collections history success * removed end height from network_version * removed EOF * added prod udf --------- Co-authored-by: shah <info@shahnewazkhan.ca>
41 lines
838 B
YAML
41 lines
838 B
YAML
version: 2
|
|
|
|
sources:
|
|
- name: prod
|
|
database: chainwalkers
|
|
schema: prod
|
|
tables:
|
|
- name: flow_blocks
|
|
- name: flow_txs
|
|
|
|
- name: crosschain
|
|
database: crosschain
|
|
schema: core
|
|
tables:
|
|
- name: address_labels
|
|
|
|
- name: silver
|
|
database: flipside_prod_db
|
|
schema: silver
|
|
tables:
|
|
- name: market_asset_metadata
|
|
- name: prices_v2
|
|
|
|
- name: bronze_streamline
|
|
database: streamline
|
|
schema: |
|
|
{{ "FLOW_DEV" if var("STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES", False) else "FLOW" }}
|
|
tables:
|
|
- name: moments_minted_metadata_api
|
|
- name: blocks
|
|
- name: collections
|
|
- name: transactions
|
|
|
|
- name: crosschain_v2
|
|
database: crosschain
|
|
schema: silver
|
|
tables:
|
|
- name: hourly_prices_coin_gecko
|
|
- name: hourly_prices_coin_market_cap
|
|
|