mirror of
https://github.com/FlipsideCrypto/stellar-models.git
synced 2026-02-06 11:56:46 +00:00
40 lines
1.4 KiB
YAML
40 lines
1.4 KiB
YAML
version: 2
|
|
models:
|
|
- name: price__ez_prices_hourly
|
|
description: '{{ doc("prices_ez_prices_hourly_table_doc") }}'
|
|
|
|
columns:
|
|
- name: HOUR
|
|
description: '{{ doc("prices_hour")}}'
|
|
tests:
|
|
- dbt_expectations.expect_row_values_to_have_recent_data:
|
|
datepart: day
|
|
interval: 2
|
|
- name: ASSET_ISSUER
|
|
description: '{{ doc("asset_issuer") }}'
|
|
- name: ASSET_CODE
|
|
description: '{{ doc("asset_code") }}'
|
|
- name: ASSET_ID
|
|
description: '{{ doc("asset_id") }}'
|
|
- name: SYMBOL
|
|
description: '{{ doc("prices_symbol") }}'
|
|
- name: BLOCKCHAIN
|
|
description: '{{ doc("prices_blockchain") }}'
|
|
- name: DECIMALS
|
|
description: '{{ doc("prices_decimals") }}'
|
|
- name: PRICE
|
|
description: '{{ doc("prices_price") }}'
|
|
- name: IS_NATIVE
|
|
description: '{{ doc("prices_is_native") }}'
|
|
- name: IS_IMPUTED
|
|
description: '{{ doc("prices_is_imputed") }}'
|
|
- name: IS_DEPRECATED
|
|
description: '{{ doc("prices_is_deprecated") }}'
|
|
- name: IS_VERIFIED
|
|
description: '{{ doc("prices_is_verified") }}'
|
|
- name: EZ_PRICES_HOURLY_ID
|
|
description: '{{ doc("pk") }}'
|
|
- name: INSERTED_TIMESTAMP
|
|
description: '{{ doc("inserted_timestamp") }}'
|
|
- name: MODIFIED_TIMESTAMP
|
|
description: '{{ doc("modified_timestamp") }}' |