flow-models/models/sources.yml
Shah Newaz Khan fe7f688cc2
Stream 98 collection backfill (#145)
* 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>
2023-08-10 14:23:29 -07:00

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