flow-models/models/sources.yml
Jack Forgash 45f72e71d8
An 3660/observability models (#155)
* blocks completeness

* block tx count external api model

* txs completeness model

* add col alias

* test result agg cte and temp test range

* curr range test

* revert source change - other pr

* xchain silver

* nuke api key & move to secrets, create workflow

* add scheduled tag

* update workflow w cache

* add obs tag

* rem testing range from txs complete

* comment out schedule and del double comman

* add default null for key var
2023-08-23 13:37:16 -06:00

42 lines
905 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: transaction_results
- name: crosschain_silver
database: crosschain
schema: silver
tables:
- name: hourly_prices_coin_gecko
- name: hourly_prices_coin_market_cap
- name: number_sequence