small text fixes

This commit is contained in:
Pablo Martin 2024-06-14 13:24:23 +02:00
parent 0d6e980832
commit bf97a947ed

View file

@ -1,17 +1,17 @@
models:
- name: stg_xedotcom__exchange_rates
description: >-
Exchange Rates source from xedotcom. The time granularity is daily. Each
record holds a currency pair for any given day.
Exchange Rates sourced from xedotcom. The time granularity is daily. Each
record holds a currency pair for a specific day.
Reverse rates are explicit. This means that, for any given day and any
given currency pair. you will find two records with opposite from/to
positions. So, for 2024-01-01, you will find both a EUR->USD record and a
USD->EUR record with the opposite rate.
USD->EUR record with the opposite rate (1/rate).
columns:
- name: id_exchange_rate
description: A unique ID for record, derived from concatenating the currencies
and date. Currency order is relevant (EURUSD != USDEUR).
description: A unique ID for the record, derived from concatenating the
currencies and date. Currency order is relevant (EURUSD != USDEUR).
data_type: text
tests:
- not_null